环境:Centos 7.3 Oracle 11.2.0.4 RAC双节点
1、问题描述:
重启节点后,集群服务不能自启动,手动启动报CRS-4124错误;
需要在另一个窗口执行dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1命令,才可手动开启集群服务。
2、尝试过的方法:
rm -rf /var/tmp/.oracle/npohasd
touch npohasd
chmod 755 npohasd
进行该操作后,重启后集群服务能开机自启。