1.info: 11rac2,11rac1 2.info: prvf-5436 : the ntp daemon running on one or more nodes lacks the slewing option -x 3.info: clock synchronization check using network time protocol(ntp) failed 4.info: prvf-9652 : cluster time synchronization s
1.info: 11rac2,11rac1 2.info: prvf-5436 : the ntp daemon running on one or more nodes lacks the slewing option -x 3.info: clock synchronization check using network time protocol(ntp) failed 4.info: prvf-9652 : cluster time synchronization services check failed 原来是因为启动了ntp服务,并且没有加上-x这个参数。增加这个参数,不同的参数系统用不同方法,下面是linux的方法。
到/etc/sysconfig/目录下
1.root@node01 sysconfig]# cat ntpd 2.# drop root to id ‘ntp:ntp’ by default. requires kernel >= 2.2.18. 3.options=-x -u ntp:ntp -p /var/run/ntpd.pid 重启一下ntp服务就可以了。
再到rac安装界面上点重新检测。