oracle cluster verfication utility failed

节点间的时间同步对于Oracle来说是非常重要的,在11g版本之前往往通过搭建NTP服务器完成时间同步。在Oracle 11g中新增加了一个CTSS(Cluster Time Synchronization Services,集群时间同步服务)服务,用来完成集群节点间时间同步。在安装Grid Infrastructure过程中,如果没有发现节点有NTP服务,就会自动安装CTSS。
1. NTP时间同步服务配置
NTP是传统的时间同步服务,往往在一个企业中有一个专门的时间同步服务器,这种情况依然可以采用NTP的方式来同步节点之间的时间。
2. CTSS时间同步服务配置
11gR2版本中,Oracle推出了自己的时间同步服务,这只是在一个RAC的所有节点中有效,与其他系统的时间并不同步。如果要使用CTSS同步时间,除了要停止、禁止自动重启NTP服务外,/etc/ntp.conf配置文件也不允许存在,执行以下的步骤清除NTP服务。
(1)停止NTP服务
/sbin/service ntpd stop
(2)禁用NTP服务器自启动
chkconfig ntpd off
(3)删除或重命名NTP配置文件
rm /etc/ntp.conf
或者:
mv /etc/ntp.conf /etc/ntp.conf.bak
这样就彻底清除了NTP,在安装Grid Infrastructure的时候会自动创建CTSS。
3. CTSS检查失败
安装Grid Infrastructure的最后一步有可能出现如下报错:
INFO: CTSS is in Active state. Proceeding with check of clock time offsets on all nodes...
INFO: PRVF-9661 : Time offset is NOT within the specified limits on the following nodes:
INFO: "[rhel2]"
INFO: PRVF-9652 : Cluster Time Synchronization Services check failed
INFO: Post-check for cluster services setup was unsuccessful on all the nodes.
INFO:
WARNING:
INFO: Completed Plugin named: Oracle Cluster Verification Utility
对于出现以上错误的处理办法如下:
1)确定RAC所有节点的时区是否一致。
2)时间间隔过大会导致CTSS检查失败。因此要在执行这步之前手动调整主机的时间,确保主机间的时间是一致的。
2.5.9   安装cvuqdisk包
步骤1   上传安装包。
使用sftp方式上传Grid Infrastructure、Database安装介质到/u01/soft目录。两个产品包含以下3个zip包:
q linux.x64_11gR2_grid.zip
q linux.x64_11gR2_database_1of2.zip
q linux.x64_11gR2_database_2of2.zip
linux.x64_11gR2_grid.zip是Grid Infrastructure的安装包,linux.x64_11gR2_ database_1of2.zip和linux.x64_11gR2_database_2of2.zip是Database的两个安装包,安装Database之前要将这两个包解压到相同的目录才能正确安装Database。
步骤2   安装cvuqdisk。
解压linux.x64_11gR2_grid.zip文件,在解压的grid/rpm目录下找到cvuqdisk-1.0.7-1.rpm,执行以下cvuqdisk包安装命令:
#CVUQDISK_GRP=oinstall; export CVUQDISK_GRP
#rpm -ivh cvuqdisk-1.0.7-1.rpm
将此文件通过sftp的方式传送到其他集群节点,按照上面的方法安装此包。
2.5.10   CVU验证安装环境
在安装前使用CVU工具验证当前的环境是否具备搭建Oracle RAC的条件是必要的。通过使用这个工具还可以在执行具体安装前找到配置上的问题。执行以下命令检查安装环境:
./runcluvfy.sh stage -pre crsinst -n rhel1,rhel2 -fixup -verbose
……
Check: Membership of user "grid" in group "dba"
  Node Name      User Exists   Group Exists  User in Group  Comment
  ----------     -------       ------------  ------------   ---------
  rhel2          yes           yes           no             failed
  rhel1          yes           yes           no             failed
Result: Membership check for user "grid" in group "dba" failed
……
验证过程不应存在失败的情况,以上有关用户的验证失败是因为CVU工具不能识别为grid用户指定的asmadmin、asmdba、asmoper组,它依然以dba操作系统组作为判断标准,故报此错,在确保正确设置了grid用户组的情况下可以忽略此错。

时间: 2024-10-25 05:01:05

oracle cluster verfication utility failed的相关文章

Failed to upgrade Oracle Cluster Registry configuration(root.sh)

近期在给客户基于Suse 11 sp3安装Oracle 10g RAC,在安装完clusterware运行/u01/app/crs/root.sh时收到错误提示.Failed to upgrade Oracle Cluster Registry configuration因为当前的环境使用了多路径,从Oracle的描写叙述来看.这是一个Oracle Bug(4679769),假设你有同样的问题,请接着往下看. 一.故障现象suse11a:/u01/app/crs # /u01/app/crs/r

10G RAC安装时Failed to upgrade Oracle Cluster Registry configuration

10G RAC安装时遇到Failed to upgrade Oracle Cluster Registry configuration,原因为使用DMM多路径软件device-mapper-multipath,触发此BUG. 关于DMM多路径软件device-mapper-multipath上安装RAC,参考文档Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5/OL

About Oracle Cluster Registry

Oracle Cluster Registry (OCR) is a file that contains information about the cluster node list and instance-to-node mapping information. OCR also contains information about Oracle Clusterware resource profiles for resources that you have customized. T

Oracle Cluster Health Monitor(CHM)简介

Oracle Cluster Health Monitor(CHM)简介 概述 Cluster Health Monitor(以下简称CHM)是一个Oracle提供的工具,用来自动收集操作系统的资源(CPU.内存.SWAP.进程.I/O以及网络等)的使用情况.CHM会每秒收集一次数据. 这些系统资源数据对于诊断集群系统的节点重启.Hang.实例驱逐(Eviction).性能问题等是非常有帮助的.另外,用户可以使用CHM来及早发现一些系统负载高.内存异常等问题,从而避免产生更严重的问题. CHM会

Oracle Net Configuration Assistant failed异常的解决方案

来自:http://blog.itpub.net/25851087/viewspace-1419440/ 分类: Oracle [环境参数]     Host OS::Win7 32bit     Client OS::Oracle Enterprise Linux 5     虚拟机:VMware 10.0..1     Oracle版本:Oracle 11g R2   [障害场景一再现] 1.障碍描述: 在CentOS或者Oracle Enterprise Linux环境下,安装Oracle

registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. (转)

最近项目中遇见一问题,在开发环境没有问题的代码,到了生产环境就会报如下错误: 严重: A web application registered the JBDC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregiste

Oracle12c client安裝報錯[INS-20802] Oracle Net Configuration Assistant failed完美解決

Doc ID 2082662.1 1.錯誤碼 Installation Of Oracle Client 12.1.0.2.0 (32-bit) Fails With An Error Message "[INS-20802] Oracle Net Configuration Assistant failed 2.問題描述 在window 7安裝Oracle Client12C的時候遇到INS-20802 Oracle Net Configuration Assistant失敗的問題,百度了很多

通过案例学调优之--Oracle Cluster Table

通过案例学调优之--Oracle Cluster Table About Clusters A cluster provides an optional method of storing table data. A cluster is made up of a group of tables that share the same data blocks. The tables are grouped together because they share common columns an

oracle cluster 物理配置要求及限制

 oracle cluster 物理配置要求及限制 1.Oracle Clusterware supports up to 100 nodes in a cluster on configurations running Oracle Database 10grelease 2 (10.2) and later releases. 在10.2以后的版本开始 oracle的集群支持最多100g节点的集群. 2.网络配置: 每个节点最少2张网卡(one for a public network