1,472 views
in Troubleshooting by ACE (20,920 points)

3 Answers

by ACE (20,920 points)
Step 1: Verify crs services online on node2.

[root@rac2 ~]# cd /u01/app/11.2.0/grid/

[root@rac2 grid]# cd bin

[root@rac2 bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
by ACE (20,920 points)
Step 2 :

Deconfig for clean up to rerun root.sh

perl $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode

 

From output - found cvuqdisk rpm not installed on rac2.

Installed.

[root@rac2 tmp]# rpm -ivh cvuqdisk-1.0.7-1.rpm
Preparing...                ########################################### [100%]
   1:cvuqdisk               ########################################### [100%]
by ACE (20,920 points)
perl $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode

 

Verified CRSD.log with following errors. :

2014-08-17 21:54:38.554: [  OCRRAW][3039561424]propriogid:1_2: INVALID FORMAT
2014-08-17 21:54:38.554: [  OCRRAW][3039561424]proprioini: all disks are not OCR/OLR formatted
2014-08-17 21:54:38.555: [  OCRRAW][3039561424]proprinit: Could not open raw device
2014-08-17 21:54:38.568: [  OCRAPI][3039561424]a_init:16!: Backend init unsuccessful : [26]
2014-08-17 21:54:38.569: [  CRSOCR][3039561424] OCR context init failure.  Error: PROC-26: Error while accessing the physical storage
2014-08-17 21:54:38.569: [    CRSD][3039561424][PANIC] CRSD exiting: Could not init OCR, code: 26
2014-08-17 21:54:38.569: [    CRSD][3039561424] Done.

 

Reconfigured permissions for raw devices and restarted in the device.

Ran root.sh and issue fixed.
...