If you noticed CRS-6706 error while starting cluster after patching as below. The error is due to the rootcrs.sh -prepatch not run successfully before patching. The user ran rootcrs.sh -unlock and apply the patch manually. Please follow the steps below to resolve it.
An error was noticed during cluster start.
crsctl start crs
Execute the command below as user root. The command below will sync the patch locally.
cd $GI_HOME/bin
./clscfg -localpatch
cd $GI_HOME/crs/install
./rootcrs.sh -lock
cd $GI_HOME/bin
./crsctl start crs
Check crs with the command below.
cd $GI_HOME/bin
./crsctl stat res -t
.
No comments:
Post a Comment