How to solve NTP error in rac.
Deactivating the ntpd Service
To
deactivate the NTP service, you must stop the existing ntpd service, disable it from the initialization sequences, and
remove the ntp.conf file.
Complete
these step on Oracle Linux 6 and Red Hat Linux 6 or earlier, and Asianux
systems:
- Run
the following commands as the root user:
2.
# /sbin/service ntpd
stop
3.
# chkconfig ntpd off
4.
# mv /etc/ntp.conf
/etc/ntp.conf.org
- Remove
the following file:
/var/run/ntpd.pid
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
No comments:
Post a Comment