Oracle Clusterware cannot be started
Error Received: Oracle Clusterware cannot be started :
CRS-6706: Oracle Clusterware Release patch level (‘3909003374’) does not match Software patch level (‘3998055650’).CRS-4000: Command Start failed, or completed with errors.
Error
CRS-6706: Oracle Clusterware Release patch level.
Oracle Clusterware cannot be started.
CRS-4000: Command Start failed, or completed with errors
GRID HOME
ORACLE_HOME=/u00/grid/oracle/product/19c/grid
[root@ORA_SRVR ~]# crsctl start has
CRS-6706: Oracle Clusterware Release patch level (‘3909003374’) does not match Software patch level (‘3998055650’). Oracle Clusterware cannot be started.
CRS-4000: Command Start failed, or completed with errors.
[root@ORA_SRVR ~]#
Solution:
Step 1) verify the environment
[root@ORA_SRVR ~]# env |grep ORA ORACLE_SID=+ASM ORACLE_BASE=/u00/app/oracle ORACLE_HOME=/u00/grid/oracle/product/19c/grid [root@ORA_SRVR ~]# |
Step 2) change directory to /u00/grid/oracle/product/19c/grid/crs/install
root@ORA_SRVR ~]# cd $ORACLE_HOME [root@ORA_SRVR grid]# cd crs [root@ORA_SRVR crs]# cd install/[root@ORA_SRVR install]# pwd /u00/grid/oracle/product/19c/grid/crs/install |
Step 3) run ./roothas.sh -unlock from install directory
[root@ORA_SRVR install]# ./roothas.sh -unlock Using configuration parameter file: /u00/grid/oracle/product/19c/grid/crs/install/crsconfig_params The log of current session can be found at: /u00/app/oracle/crsdata/ORA_SRVR/crsconfig/haunlock__2022-06-13_01-35-18PM.log 2022/06/13 13:35:36 CLSRSC-347: Successfully unlock /u00/grid/oracle/product/19c/grid [root@ORA_SRVR install]# |
Step 4) move $ORACLE_HOME/rdbms/lib/config.o file
[root@ORA_SRVR install]# mv $ORACLE_HOME/rdbms/lib/config.o $ORACLE_HOME/rdbms/lib/config.o_BKP |
Step 5) Run rootadd_rdbms.sh script
[root@ORA_SRVR install]# $ORACLE_HOME/rdbms/install/rootadd_rdbms.sh |
Step 6) run ./roothas.sh -postpatch
[root@ORA_SRVR install]# ./roothas.sh -postpatch Using configuration parameter file: /u00/grid/oracle/product/19c/grid/crs/install/crsconfig_params The log of current session can be found at: /u00/app/oracle/crsdata/ORA_SRVR/crsconfig/hapatch_2022-06-13_01-37-41PM.log 2022/06/13 13:37:57 CLSRSC-329: Replacing Clusterware entries in file ‘oracle-ohasd.service’ 2022/06/13 13:42:34 CLSRSC-672: Post-patch steps for patching GI home successfully completed. [root@ORA_SRVR install]# |
Step 7)After above step all DBs shoud start automatically. Verify if all DBs are up and running
See Also: