首页 > 其他 > 详细

安装11grac时报错CRS-4124、CRS-4000

时间:2019-07-23 01:24:05      阅读:148      评论:0      收藏:0      [点我收藏+]
在linux redhat 6.10上安装oracle 11g rac时,报错:
CRS-4124: Oracle High Availability Services startup failed.
CRS-4000: Command Start failed, or completed with errors.
ohasd failed to start: Inappropriate ioctl for device
ohasd failed to start at /oracle/app/product/grid/crs/install/rootcrs.pl line 443.

发现这是一个oracle的bug。
解决办法:
1.执行脚本回滚root.sh操作
[root@ractest1 install]#/oracle/app/product/grid/crs/install/./roothas.pl -deconfig -force -verbose

2.窗口一重新执行/oracle/app/product/grid/root.sh,
同时另开一个窗口,不断执行/bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1

 如果执行dd的时候报以下错误:

[root@ractest1 ~]# /bin/dd if=/var/tmp/.oracle/npohasd of=/dev/null bs=1024 count=1
/bin/dd: opening `/var/tmp/.oracle/npohasd‘: No such file or directory

说明文件还没有生成,那就继续执行。执行成功后,命令挂起。root.sh就可以执行成功。

安装11grac时报错CRS-4124、CRS-4000

原文:https://blog.51cto.com/214320/2422418

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!