在linux下安装Oracle 11gR2 的grid infrastructure时,root.sh执行完后,最后一步校验时出现下列错"oracle cluster utility failed"。 之前所有过程都是好的。检查crs_stat -t,发现gsd资源是目标和状态值都是offline。Oracle官方资料解释说。这个GSD是用在9.2库上的,如果没有9.2的库,该服务是可以OFFLINE的。5.3.4 Enabling The Global Services Daemon (GSD) for Oracle Database Release 9.2
By default, the Global Services daemon (GSD) is disabled. If you install Oracle Database 9i release 2 (9.2) on Oracle Grid Infrastructure for a Cluster 11g release 2 (11.2), then you must enable the GSD. Use the following commands to enable the GSD before you install Oracle Database release 9.2:srvctl enable nodeapps -g
srvctl start nodeapps 因此,这个问题可以不考虑。在安装日志文件中发现NTPD的错误信息,回忆起之前NTPD后台服务我没有启动,忽略错误过去的。因此,手工启动NTPD服务。[bash]# chkconfig --level 2345 ntpd on
[bash]# /etc/init.d/ntpd restart 再重新安装一次,这次一切正常。11g安装过程中,所有的校验项都是成功的最好。后记:其实,可以忽略该错误的。NTPD可以不用。不就是一个时间同步嘛。gsd的资源offline也没关系,初始设置的目标就是offline,在11g中也用不上了。
更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12Oracle 11.2中SCAN的鸡肋功能Oracle 11gR2的ASM之ADVM DRIVER STATUS相关资讯 oracle数据库教程
- Oracle raw数据类型介绍 (01/29/2013 10:05:53)
- 监听器注册与ORA-12514 错误分析 (11/13/2012 14:30:08)
- Oracle SQL的cursor理解 (11/13/2012 14:16:17)
| - Oracle 如何强制刷新Buffer Cache (01/29/2013 10:02:46)
- dblink致Oracle库的SCN变成两库的 (11/13/2012 14:24:41)
- Linux操作系统下完全删除Oracle数 (11/13/2012 08:25:52)
|
本文评论 查看全部评论 (0)