However I did a recent install of 11gR2 (11.2.0.4) on OEL 6.5, everything installed fine but during the cluster verification step at the end the check would fail and the installation log would show the following:
INFO: Checking if CTSS Resource is running on all nodes...
INFO: CTSS resource check passed
INFO: Querying CTSS for time offset on all nodes...
INFO: Query of CTSS for time offset passed
INFO: Check CTSS state started...
INFO: CTSS is in Observer state. Switching over to clock synchronization checks using NTP
INFO: Starting Clock synchronization checks using Network Time Protocol(NTP)...
INFO: NTP Configuration file check started...
INFO: NTP Configuration file check passed
INFO: Checking daemon liveness...
INFO: Liveness check failed for "ntpd"
INFO: Check failed on nodes:
INFO: ol6-112-rac2
INFO: NTP daemon slewing option check failed on some nodes
INFO: Check failed on nodes:
INFO: ol6-112-rac1
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
Stopped on both nodes:
[root@ol6-112-rac2 bin]# service ntpd stop
Check to make sure it's off in chkconfig:
[root@ol6-112-rac2 ol6-112-rac2]# chkconfig --list | grep ntp
ntpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
I then turned to the trusty Oracle documentation which states:
"If you have an NTP service on your server but you cannot use the service to synchronize time with a time server, then you must deactivate and deinstall the NTP to use Cluster Time Synchronization Service."
Well it's already been deactived, but not deinstalled.
[root@ol6-112-rac2 ol6-112-rac2]# rpm -e ntp
error: Failed dependencies:
ntp is needed by (installed) system-config-date-1.9.60-2.0.1.el6.noarch
ntp is needed by (installed) ipa-client-3.0.0-37.el6.x86_64
INFO: NTP Configuration file check started...
INFO: NTP Configuration file check passed
INFO: Checking daemon liveness...
INFO: Liveness check failed for "ntpd"
[root@ol6-112-rac2 ol6-112-rac2]# cd /etc
[root@ol6-112-rac2 ol6-112-rac2]# mv ntp.conf ntp.conf.orig
[ctssd(23630)]CRS-2401:The Cluster Time Synchronization Service started on host ol6-112-rac2.
2014-05-06 11:26:01.867:
[ctssd(23630)]CRS-2407:The new Cluster Time Synchronization Service reference node is host ol6-112-rac1.
2014-05-06 11:26:03.460:
[ohasd(23309)]CRS-2767:Resource state recovery not attempted for 'ora.diskmon' as its target state is OFFLINE
2014-05-06 11:26:03.460:
[ohasd(23309)]CRS-2769:Unable to failover resource 'ora.diskmon'.
2014-05-06 11:26:09.034:
[ctssd(23630)]CRS-2408:The clock on host ol6-112-rac2 has been updated by the Cluster Time Synchronization Service to be synchronous with the mean cluster time.
Well would you look at that. Checking just the ctss component:
No comments:
Post a Comment