您的位置:首页 > 其它

autorun file for ohasd is missing

2015-10-30 20:13 1371 查看
系统日志中有:

logger: autorun file for ohasd is missing


数据库版本:11.2.0.3

解决:

1.是一个bug

2.vi /etc/init.d/init.ohasd

sleep 30

######### Shell functions #########


cd /etc/oracle/scls_scr/ectonb/grid

下面加了ohasdrun文件

cat ohasdrun

reboot

重启系统

[root@ectona ~]# more /etc/oracle/scls_scr/ectona/grid/ohasdrun

restart

未解决!!!

将cd <INITD Location>
grep AUTORUNFILE init.ohasd | head -1
AUTORUNFILE=/etc/oracle/scls_scr/$MY_HOST/<strong>grid</strong>/ohasdrun

改为:
cd <INITD Location>

grep AUTORUNFILE init.ohasd | head -1
AUTORUNFILE=/etc/oracle/scls_scr/$MY_HOST/root/ohasdrun

重启,还是不行。决定回滚,然后试试可以启动不。先把前面改动过的改回去。

回滚之后,就一切正常了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: