11g RAC에서 간혹 crs deamon이 안내려가는 경우가 있다.
crsctl stop crs
or
crsctl sop crs -f
명령어로도 deamon이 안내려간다면
CRS-2678: 'ora.crsd' on 'node1' has experienced an unrecoverable failure
CRS-0267: Human intervention required to resume its availability.
CRS-2795: Shutdown of Oracle High Availability Services-managed resources on 'node1' has failed
CRS-4687: Shutdown command has completed with error(s).
CRS-4000: Command Stop failed, or completed with errors.
이럴땐 다음을 조회하여 kill 시키자~
ps -fea | grep ohasd.bin | grep -v grep
ps -fea | grep gipcd.bin | grep -v grep
ps -fea | grep mdnsd.bin | grep -v grep
ps -fea | grep gpnpd.bin | grep -v grep
ps -fea | grep evmd.bin | grep -v grep
ps -fea | grep crsd.bin | grep -v grep