NTP configuration issues with Oracle 11gR2 RAC setup During the Grid infrastructure setup for Oracle 11gR2 RAC, I ran into a weird error with ntp not working with the Grid infrastructure installer.
edit ntp configuration on both cluster nodes and restart ntp services. To do so, logon to each node as root and edit the /etc/sysconfig/ntpd configuration file to make change for options settings as shown below: [root@vxnode2 ntp]# service ntpd stop [root@vxnode2 ntp]# cat /etc/sysconfig/ntpd # Drop root to id 'ntp:ntp' by default. OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid"
# Set to 'yes' to sync hw clock after successful ntpdate SYNC_HWCLOCK=no
# Additional options for ntpdate NTPDATE_OPTIONS=""
|
No comments:
Post a Comment