Advertisement

Friday, March 29, 2019

Oracle Database RAC: Create Application VIP (CRS-2534)

In this blog I list out the steps to be used to create application specific VIP on Oracle Cluster $ srvctl remove network -k 2 $ srvctl add network -k...

Tuesday, March 19, 2019

Oracle Database 12,18,19: Practices for using ASMLib with Multipath Devices (Linux 7)

In this document I list out the key things to keep in mind when using ASMLib with Multipathed devices  1. Ensure to have the right Scan order (ORACLEASM_SCANORDER AND EXCLUDE)...

Friday, March 15, 2019

Oracle Database 11g/18c: Installing 11gr2 on 18c (Things to Keep in Mind)

In this blog I list out key things to keep in mind when doing installation of 11gR2 on 18c Cluster This can be a useful case when you are thinking...

Thursday, March 14, 2019

Oracle Database 18c: Apply -applyRU Patch before Grid Installation 18.5.0.0.0

With the advent of newer features with Oracle Releases. One of the good feature of 12c Series is to patch the GI release to latest patch even before the installation....

Wednesday, March 13, 2019

Oracle Database 18c/19c: "-Networks" Parameter for cluvfy

In this blog I tell you, how do you specify, how to specify the settings for cluvfy run for -networks parameter.
this parameter is used to tell which all networks are going to perform what tasks in you cluster install.

An example as below. 


./runcluvfy.sh stage -pre crsinst -n MUMR1DB001,MUMR1DB002 -r 18 -networks "bond0.111"[:1[PUBLIC]]/"bond2" -osdba dba -osoper dba -orainv dba -asm -presence local -asmgrp dba -asmdev /dev/oracleasm/disks/OCR_VOTE1,/dev/oracleasm/disks/OCR_VOTE2,/dev/oracleasm/disks/OCR_VOTE3  -crshome /opt/oracle/product/180/grid -fixup -verbose


In this example 
-networks is 
"bond0" - ethernet name
:1 - Subnet ID
PUBLIC - Type of Interface
then a \ is a seperator
finally bond2 is the second interface (will be taken as private by the cluvfy)


For 18c: cluvfy Reference see below address.
https://docs.oracle.com/en/database/oracle/oracle-database/18/cwadd/cluster-verification-utility-reference.html#GUID-B445A858-9F00-4423-990E-109545AC11C3
Page 1 of 39123»