While trying to reinstall Oracle Grid Infrastructure 19c on my lab, I was facing this error:

[root@RACnode2 ~]# /u01/app/19c/grid/root.sh
...
2021/09/26 13:17:11 CLSRSC-594: Executing installation step 17 of 19: 'StartCluster'.
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.evmd' on 'racnode2'
CRS-2672: Attempting to start 'ora.mdnsd' on 'racnode2'
CRS-2676: Start of 'ora.mdnsd' on 'racnode2' succeeded
CRS-2676: Start of 'ora.evmd' on 'racnode2' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'racnode2'
CRS-2676: Start of 'ora.gpnpd' on 'racnode2' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'racnode2'
CRS-2676: Start of 'ora.gipcd' on 'racnode2' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'racnode2'
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'racnode2'
CRS-2676: Start of 'ora.cssdmonitor' on 'racnode2' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'racnode2'
CRS-2672: Attempting to start 'ora.diskmon' on 'racnode2'
CRS-2676: Start of 'ora.diskmon' on 'racnode2' succeeded
CRS-2676: Start of 'ora.crf' on 'racnode2' succeeded
CRS-1705: Found 0 configured voting files but 1 voting files are required, terminating to ensure data integrity; details at (:CSSNM00065:) in /u01/app/oracle/diag/crs/racnode2/crs/trace/ocssd.trc
CRS-2883: Resource 'ora.cssd' failed during Clusterware stack start.
CRS-4406: Oracle High Availability Services synchronous start failed.
CRS-41053: checking Oracle Grid Infrastructure for file permission issues
CRS-4000: Command Start failed, or completed with errors.
2021/09/26 13:28:49 CLSRSC-117: Failed to start Oracle Clusterware stack
Died at /u01/app/19c/grid/crs/install/crsinstall.pm line 1970.
[root@RACnode2 ~]# 

The hint here is the CRS-1705: Found 0 configured voting files

In this environment I was replacing OCR dg for RECO dg so lets check what each node see:

Node 1 (successfull):

[root@RACnode1 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_RECO
[root@RACnode1 ~]# 

Node 2 (which errors):

root@RACnode2 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_OCR     <<------- whaaaat??
[root@RACnode2 ~]# 

Somehow I did miss to do a scan on node 2, so lets do it:

root@RACnode2 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_OCR
[root@RACnode2 ~]# 

[root@RACnode2 ~]#  oracleasm scandisks
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
Instantiating disk "ASMDISK_RECO"
[root@RACnode2 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_OCR
ASMDISK_RECO
[root@RACnode2 ~]# 

Since ASMDISK_OCR is no longer in use, lets delete:

[root@RACnode2 ~]# oracleasm querydisk -d ASMDISK_OCR
Disk "ASMDISK_OCR" is a valid ASM disk on device [8,33]
[root@RACnode2 ~]# oracleasm querydisk -d ASMDISK_RECO
Disk "ASMDISK_RECO" is a valid ASM disk on device [8,49]
[root@RACnode2 ~]# 

[root@RACnode2 ~]#  oracleasm deletedisk -v ASMDISK_OCR
Clearing disk header: done
Dropping disk: 
done
[root@RACnode2 ~]# 
[root@RACnode2 ~]# oracleasm querydisk -d ASMDISK_OCR
Disk "ASMDISK_OCR" does not exist or is not instantiated
[root@RACnode2 ~]# oracleasm listdisks
ASMDISK_DATA
ASMDISK_RECO
[root@RACnode2 ~]# 

After this change, Installation completes ok:

[root@RACnode2 ~]# /u01/app/19c/grid/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/19c/grid

Enter the full pathname of the local bin directory: [/usr/local/bin]: 
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
Relinking oracle with rac_on option
Using configuration parameter file: /u01/app/19c/grid/crs/install/crsconfig_params
The log of current session can be found at:
  /u01/app/oracle/crsdata/racnode2/crsconfig/rootcrs_racnode2_2021-09-26_01-57-57PM.log
2021/09/26 13:58:27 CLSRSC-594: Executing installation step 1 of 19: 'SetupTFA'.
2021/09/26 13:58:28 CLSRSC-594: Executing installation step 2 of 19: 'ValidateEnv'.
2021/09/26 13:58:28 CLSRSC-363: User ignored prerequisites during installation
2021/09/26 13:58:28 CLSRSC-594: Executing installation step 3 of 19: 'CheckFirstNode'.
2021/09/26 13:58:28 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
2021/09/26 13:58:29 CLSRSC-594: Executing installation step 4 of 19: 'GenSiteGUIDs'.
2021/09/26 13:58:30 CLSRSC-594: Executing installation step 5 of 19: 'SetupOSD'.
2021/09/26 13:58:30 CLSRSC-594: Executing installation step 6 of 19: 'CheckCRSConfig'.
2021/09/26 13:58:31 CLSRSC-594: Executing installation step 7 of 19: 'SetupLocalGPNP'.
2021/09/26 13:58:32 CLSRSC-594: Executing installation step 8 of 19: 'CreateRootCert'.
2021/09/26 13:58:33 CLSRSC-594: Executing installation step 9 of 19: 'ConfigOLR'.
2021/09/26 13:58:36 CLSRSC-594: Executing installation step 10 of 19: 'ConfigCHMOS'.
2021/09/26 13:58:39 CLSRSC-594: Executing installation step 11 of 19: 'CreateOHASD'.
2021/09/26 13:58:40 CLSRSC-594: Executing installation step 12 of 19: 'ConfigOHASD'.
2021/09/26 13:59:36 CLSRSC-594: Executing installation step 13 of 19: 'InstallAFD'.
2021/09/26 13:59:37 CLSRSC-594: Executing installation step 14 of 19: 'InstallACFS'.
2021/09/26 13:59:39 CLSRSC-594: Executing installation step 15 of 19: 'InstallKA'.
2021/09/26 13:59:41 CLSRSC-594: Executing installation step 16 of 19: 'InitConfig'.
2021/09/26 14:01:48 CLSRSC-594: Executing installation step 17 of 19: 'StartCluster'.
2021/09/26 14:04:08 CLSRSC-343: Successfully started Oracle Clusterware stack
2021/09/26 14:04:08 CLSRSC-594: Executing installation step 18 of 19: 'ConfigNode'.
2021/09/26 14:05:10 CLSRSC-594: Executing installation step 19 of 19: 'PostConfig'.
2021/09/26 14:09:03 CLSRSC-325: Configure Oracle Grid Infrastructure for a Cluster ... succeeded
[root@RACnode2 ~]# 
Last modified: 26 September 2021

Author

Comments

Write a Reply or Comment

Your email address will not be published.