>데이터 베이스 >MySQL 튜토리얼 >Oracle 11gR2 在Linux下安装时 cluster verification utility failed

Oracle 11gR2 在Linux下安装时 cluster verification utility failed

WBOY
WBOY원래의
2016-06-07 16:46:251429검색

Oracle 11gR2 在Linux下安装时 cluster verification utility failed

在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 专题页面 ?tid=12

linux

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.