一、日志报错内容如下:
04-10 09:19:25.097 [ORAROOTAGENT(54213)]CRS-5019: All OCR locations are on ASM disk groups [OCR_VOTE_MGMT], and none of these disk groups are mounted. Details are at "(:CLSN00140:)" in "/u01/app/grid/diag/crs/dbrac02/crs/trace/ohasd_orarootagent_root.trc".
04-10 09:29:20.829 [ORAROOTAGENT(54213)]CRS-5818: Aborted command 'start' for resource 'ora.storage'. Details at (:CRSAGF00113:) {0:2:101} in /u01/app/grid/diag/crs/dbrac02/crs/trace/ohasd_orarootagent_root.trc.
04-10 09:29:22.785 [ORAROOTAGENT(54213)]CRS-5017: The resource action "ora.storage start" encountered the following error:
04-10 09:29:22.785+Storage agent start action aborted. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/dbrac02/crs/trace/ohasd_orarootagent_root.trc".
04-10 09:29:22.788 [OHASD(52672)]CRS-2757: Command 'Start' timed out waiting for response from the resource 'ora.storage'. Details at (:CRSPE00221:) {0:2:101} in /u01/app/grid/diag/crs/dbrac02/crs/trace/ohasd.trc.
2023-04-10 09:29:29.258 [OHASD(52672)]CRS-2878: Failed to restart resource 'ora.storage'
二、查看资源状态,可以看到ora.chad是offline的
crsctl stat res -t
进一步查看chad状态
crsctl status res ora.chad
三、启动资源
srvctl start cha
再次验证crsctl status res ora.chad,状态已正常
完毕
对于 resource ora.DATA.dg 状态INTERMEDIATE的异常
ora.ARCH.dg
ONLINE INTERMEDIATE dbrac01 STABLE
ONLINE ONLINE dbrac02 STABLE
ora.ASMNET1LSNR_ASM.lsnr
ONLINE ONLINE dbrac01 STABLE
ONLINE ONLINE dbrac02 STABLE
ora.DATA.dg
ONLINE INTERMEDIATE dbrac01 STABLE
ONLINE ONLINE dbrac02 STABLE
ora.LISTENER.lsnr
ONLINE ONLINE dbrac01 STABLE
ONLINE ONLINE dbrac02 STABLE
ora.OCR_VOTE_MGMT.dg
ONLINE INTERMEDIATE dbrac01 STABLE
ONLINE ONLINE dbrac02 STABLE
执行以下操作以后,状态正常:
crsctl check resource ora.ARCH.dg -unsupported
crsctl check resource ora.DATA.dg -unsupported
crsctl check resource ora.OCR_VOTE_MGMT.dg -unsupported