Oracle10g RAC运行root.sh时报错怎么办


本篇内容主要讲解“Oracle10g RAC运行root.sh时报错怎么办”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Oracle10g RAC运行root.sh时报错怎么办”吧!这种情况下配置有些免费云主机域名注意事项。否则会在执行root.sh命令的时候,报错:[root@rac1 init.d]#/u01/app/oracle/product/crs/root.shWARNING: directory ‘/u01/app/oracle/product’ is not owned by rootWARNING: directory ‘/u01/app/oracle’ is not owned by rootWARNING: directory ‘/u01/app’ is not owned by rootWARNING: directory ‘/u01’ is not owned by rootChecking to see if Oracle CRS stack is already configuredSetting the permissions on OCR backup directorySetting up NS directoriesPROT-1: Failed to initialize ocrconfigFailed to upgrade Oracle Cluster Registry configuration一般出现这个问题的原因有几种:1Bug这种情况参考:Executing root.sh errors with “Failed To Upgrade Oracle Cluster Registry Configuration” [ID 466673.1]2raw设备的权限问题crwxrwxr-x 1 oracle oinstall 162, 4 Aug 22 11:19 raw4
crwxrwxr-x 1 oracle oinstall 162, 3 Aug 22 11:19 raw3
crw-r—– 1 root oinstall 162, 1 Aug 22 14:53 raw1
crw-r–r– 1 oracle oinstall 162, 2 Aug 22 14:55 raw2
权限要设置成如下:chown root.oinstall /dev/raw/raw[1-2]
chown oracle.oinstall /dev/raw/raw[3-5]

chmod 775 /dev/raw/raw[1-2]
chmod 775 /dev/raw/raw[3-5]可以在udev的规则里设置,也可以把权限添加到/etc/rc.d/rc.local中。3raw设备读写问题

本次遇到的问题主要是因为bug引起(p4679769)
下载该patch后,将文件覆盖crs/bin目录下的clsfmt.bin文件
清空ocr、voting disk的raw,再次运行./root.sh后恢复正常

到此,相信大家对“Oracle10g RAC运行root.sh时报错怎么办”有了更深的了解,不妨来实际操作一番吧!这里是百云网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!

相关推荐: ​Jedis对redis五大类型的操作示例

这篇文章给大家分享的是有关Jedis对redis五大类型的操作示例的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。Jedis对redis的五大类型的操作:字符串、列表、散列、集合、有序集合。##JedisUtil 这里的测试用例采用j…

免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 01/05 10:16
下一篇 01/05 10:17