rac 19.6,升级到19.9,节点1打补丁顺利,节点2又开始捣乱
-
[grid@host2 grid]$ tail /u01/app/19.0.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2021-07-29_15-41-18PM_1.log
-
Following active executables are not used by opatch process :
-
/u01/app/19.0.0/grid/lib/libclntsh.so.19.1
-
/u01/app/19.0.0/grid/lib/libasmclntsh19.so
-
/u01/app/19.0.0/grid/bin/oracle
-
/u01/app/19.0.0/grid/bin/tnslsnr
-
-
Following active executables are used by opatch process :
-
[Jul 29, 2021 3:42:32 PM] [SEVERE] OUI-67073:UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
-
[Jul 29, 2021 3:42:32 PM] [INFO] Finishing UtilSession at Thu Jul 29 15:42:32 CST 2021
-
[Jul 29, 2021 3:42:32 PM] [INFO] Log file location: /u01/app/19.0.0/grid/cfgtoollogs/opatchauto/core/opatch/opatch2021-07-29_15-41-18PM_1.log
先回滚
[root@host2 31720429]# opatchauto rollback 31750108/
关闭节点1的crs
[root@host1 ~]# crsctl stop crs
再单独打GI 补丁
[root@host2 31720429]# opatchauto apply 31750108/ -oh /u01/app/19.0.0/grid -nonrolling
再打DB补丁
[root@host2 31720429]# /u01/app/oracle/product/19.0.0/db_1/opatchauto apply 31750108/ -oh /u01/app/oracle/product/19.0.0/db_1 -nonrolling
打ojvm补丁
[oracle@host2 31668882]$ opatch apply .
检查
-
[grid@host2 ~]$ opatch lspatches
-
31780966;TOMCAT RELEASE UPDATE 19.0.0.0.0 (31780966)
-
31773437;ACFS RELEASE UPDATE 19.9.0.0.0 (31773437)
-
31772784;OCW RELEASE UPDATE 19.9.0.0.0 (31772784)
-
31771877;Database Release Update : 19.9.0.0.201020 (31771877)
-
-
OPatch succeeded.
-
[grid@host2 ~]$ exit
-
logout
-
[root@host2 ~]# su - oracle
-
Last login: Mon Aug 2 15:34:29 CST 2021
-
[oracle@host1 ~]$ opatch lspatches
-
31668882;OJVM RELEASE UPDATE: 19.9.0.0.201020 (31668882)
-
31772784;OCW RELEASE UPDATE 19.9.0.0.0 (31772784)
-
31771877;Database Release Update : 19.9.0.0.201020 (31771877)
-
-
OPatch succeeded.
本来没事,重启验证一下,发现节点1的asm.ora 一直 offline,手工启动一下:
-
[root@host1 ~]# crsctl start resource ora.asm -init
-
CRS-2672: Attempting to start 'ora.ctssd' on 'host1'
-
The clock on host host1 differs from mean cluster time by 921982652 microseconds. The Cluster Time Synchronization Service will not perform time synchronization because the time difference is beyond the permissible offset of 600 seconds. Details in /u01/app/grid/diag/crs/host1/crs/trace/octssd.trc.
-
CRS-2674: Start of 'ora.ctssd' on 'host1' failed
-
CRS-4000: Command Start failed, or completed with errors.
没有配置时钟同步,手动设置时钟,再启动asm服务成功。
阅读(1935) | 评论(0) | 转发(0) |