- Node is not pinging via the network heartbeat
- Node is not pinging the Voting disk
- Node is hung/busy and is unable to perform either of the earlier tasks
How to setup diagwait
- execute as root and run it on both node
#crsctl stop crs
#$CRS_HOME/bin/oprocd stop - Ensure that Clusterware stack is down on all nodes by executing do not continue If there are clusterware processes running and you proceed to the next step, you will corrupt your OCR on both node
#ps -ef |egrep "crsd.bin|ocssd.bin|evmd.bin|oprocd" - From one node of the cluster, change the value of the "diagwait" parameter to 13 seconds by issuing the command as root:Changing the Clusterware parameter diagwait to 13 is the Oracle supported technique to change the oprocd margin to 10 seconds Note that 13 is the only allowed value for setting the diagwait parameter to. Any value other than 13 (or unset) is not allowed and not support
#crsctl set css diagwait 13 -force - Check if diagwait is set successfully by executing. the following command.The command should return 13. If diagwait is not set, the following message will be returned "Configuration parameter diagwait is not defined"
#crsctl get css diagwait - Restart the Oracle Clusterware on all the nodes by executing
#crsctl start crs - Check that nodes are running
#crsctl check crs
#crsctl unset css diagwait
No comments:
Post a Comment