RAC 12c R1 安装PSU出现 CRS-6706: 错误

RAC 12cR1 ,在安装PSU的时候,出现CRS-6706的错误 。

[grid@host02 ~]$ su root crsctl start crs
Password: 
CRS-6706: Oracle Clusterware Release patch level ('4143651057') does not match Software patch level ('0'). Oracle Clusterware cannot be started.
CRS-4000: Command Start failed, or completed with errors.
[grid@host02 ~]$ 
[grid@host02 ~]$ 

根据MOS 。 来解决

CRS-6706: Oracle Clusterware Release patch level ('nnn') does not match Software patch level ('mmm') (文档 ID 1639285.1)

For 12.1 version :


Execute"<GI_HOME>/crs/install/rootcrs.sh -patch" as root user on the problematic node and the patch level should be corrected.


For 12.2


Execute"<GI_HOME>/crs/install/rootcrs.pl -prepatch"  "<GI_HOME>/crs/install/rootcrs.pl -postpatch"and as root user on the problematic node and the patch level should be corrected.


For Oracle Grid Infrastructure for a standalone server


Log in as root


# <GI_HOME>/crs/install/roothas.sh -unlock
# <GI_HOME>/crs/install/roothas.sh -patch

-- 执行,解决

[root@host02 install]# ./rootcrs.sh -patch
Using configuration parameter file: /u01/app/12.1.0/grid/crs/install/crsconfig_params
2018/05/13 14:10:15 CLSRSC-4015: Performing install or upgrade action for Oracle Trace File Analyzer (TFA) Collector.

2018/05/13 14:10:27 CLSRSC-4003: Successfully patched Oracle Trace File Analyzer (TFA) Collector.

CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'host02'
CRS-2672: Attempting to start 'ora.evmd' on 'host02'
CRS-2676: Start of 'ora.mdnsd' on 'host02' succeeded
CRS-2676: Start of 'ora.evmd' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'host02'
CRS-2676: Start of 'ora.gpnpd' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'host02'
CRS-2676: Start of 'ora.gipcd' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'host02'
CRS-2676: Start of 'ora.cssdmonitor' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'host02'
CRS-2672: Attempting to start 'ora.diskmon' on 'host02'
CRS-2676: Start of 'ora.diskmon' on 'host02' succeeded
CRS-2676: Start of 'ora.cssd' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'host02'
CRS-2672: Attempting to start 'ora.ctssd' on 'host02'
CRS-2676: Start of 'ora.ctssd' on 'host02' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'host02'
CRS-2676: Start of 'ora.asm' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'host02'
CRS-2676: Start of 'ora.storage' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'host02'
CRS-2676: Start of 'ora.crf' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'host02'
CRS-2676: Start of 'ora.crsd' on 'host02' succeeded
CRS-6017: Processing resource auto-start for servers: host02
CRS-2672: Attempting to start 'ora.net1.network' on 'host02'
CRS-2676: Start of 'ora.net1.network' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.ons' on 'host02'
CRS-2673: Attempting to stop 'ora.host02.vip' on 'host01'
CRS-2677: Stop of 'ora.host02.vip' on 'host01' succeeded
CRS-2672: Attempting to start 'ora.host02.vip' on 'host02'
CRS-2676: Start of 'ora.host02.vip' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.LISTENER.lsnr' on 'host02'
CRS-2676: Start of 'ora.ons' on 'host02' succeeded
CRS-2676: Start of 'ora.LISTENER.lsnr' on 'host02' succeeded
CRS-2672: Attempting to start 'ora.cdb.db' on 'host02'
CRS-2676: Start of 'ora.cdb.db' on 'host02' succeeded
CRS-6016: Resource auto-start has completed for server host02
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.
Oracle Clusterware active version on the cluster is [12.1.0.2.0]. The cluster upgrade state is [ROLLING PATCH]. The cluster active patch level is [0].
[root@host02 install]# 
End 


猜你喜欢

转载自blog.csdn.net/xxzhaobb/article/details/80299023