11g ASM 重启 HAC 报错 CRS-4124: Oracle High Availability

来源:这里教程网 时间:2026-03-03 13:53:59 作者:

1、故障描述 [grid@Rac01 ~]$ crsctl stop has   CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'Rac01' CRS-2673: Attempting to stop 'ora.PMS_CS.lsnr' on 'Rac01' CRS-2673: Attempting to stop 'ora.DG_DATA01.dg' on 'Rac01' CRS-2677: Stop of 'ora.PMS_CS.lsnr' on 'Rac01' succeeded CRS-2677: Stop of 'ora.DG_DATA01.dg' on 'Rac01' succeeded CRS-2679: Attempting to clean 'ora.DG_DATA01.dg' on 'Rac01' CRS-2681: Clean of 'ora.DG_DATA01.dg' on 'Rac01' succeeded CRS-2673: Attempting to stop 'ora.asm' on 'Rac01' CRS-2677: Stop of 'ora.asm' on 'Rac01' succeeded CRS-2673: Attempting to stop 'ora.cssd' on 'Rac01' CRS-2677: Stop of 'ora.cssd' on 'Rac01' succeeded CRS-2673: Attempting to stop 'ora.evmd' on 'Rac01' CRS-2677: Stop of 'ora.evmd' on 'Rac01' succeeded CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'Rac01' has completed CRS-4133: Oracle High Availability Services has been stopped. [grid@Rac01 ~]$ crsctl start has  CRS-4124: Oracle High Availability Services startup failed. CRS-4000: Command Start failed, or completed with errors. 2、故障分析 11.2.0.1的建(grid)GI跑脚本的时也遇到了,是11.2.0.1的一个典型的bug 再运行一次 [grid@Rac01 ~]$ crsctl start has  同时另开一个窗口,执行语句,直到窗口卡住 [grid@Rac01 ~]$ /bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1 3、故障解决 [grid@Rac01 ~]$ crsctl start has CRS-4123: Oracle High Availability Services has been started. 原文:https://blog.csdn.net/dba_lily/article/details/80019094 

相关推荐