root.sh执行报错 CRS-2101:The OLR was formatted using version 3.

来源:这里教程网 时间:2026-03-03 15:32:30 作者:

linux 7 安装RAC 11.2.0.4  root.sh 脚本执行报错: Adding Clusterware entries to inittab ohasd failed to start Failed to start the Clusterware. Last 20 lines of the alert log follow:  2020-04-15 22:36:08.306:  [client(14360)]CRS-2101:The OLR was formatted using version 3. 解决方法:[root@ora01std ~]# cd /var/tmp/.oracle/ [root@ora01std ~]#dd if=npohasd of=/dev/null bs=1024 count=1  安装问题解决。 安装完之后reboot服务器发现只有进程ohasd.bin  解决方法: [root@ora01std ~]# cd /var/tmp/.oracle/ [root@ora01std ~]# rm -rf  npohasd [root@ora01std ~]# touch  npohasd [root@ora01std ~]# chmod 755  npohasd 即可

相关推荐