Oracle 11gR2 RAC安装 报【INS-20802】(PRVF-5436) 错误
今天在Linux上面安装Oracle 11gR2 11.2.0.2 RAC的时候,报下面的错误。
通过查询给出的日志文件内容,发现有下面的提示
INFO: 11rac2,11rac1 INFO: PRVF-5436 : The NTP daemon running on one or more nodes lacks the slewing option "-x" INFO: Clock synchronization check using Network Time Protocol(NTP) failed INFO: PRVF-9652 : Cluster Time Synchronization Services check failed
原来是因为启动了NTP服务,并且没有加上-X这个参数。增加这个参数,不同的参数系统用不同方法,下面是LINUX的方法。
到/etc/sysconfig/目录下
root@node01 sysconfig]# cat ntpd # Drop root to id ‘ntp:ntp’ by default. Requires kernel >= 2.2.18. OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
重启一下ntp服务就可以了。
再到RAC安装界面上点重新检测。
相关推荐
LuoXinLoves 2020-08-09
dataminer 2020-06-21
bendan 2020-07-19
Justdoit00 2020-05-18
FightFourEggs 2020-03-06
elitechen 2020-02-17
talkingDB 2020-02-14
lysanderK 2019-12-16
haiross 2020-01-11
LuoXinLoves 2020-01-09
oraclemch 2019-12-27
chenjiazhu 2019-12-15
一一空 2019-12-01
xinxuan 2019-11-08
xx0cw 2019-10-29
cdy 2019-05-29