Wednesday, February 15, 2017

How to solve NTP error in RAC installation

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:
  1. 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
  1. Remove the following file:
/var/run/ntpd.pid
OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"

No comments:

Post a Comment

Featured post

Migrate OCR & vote from external to normal or High redundancy in ASM

How to Move OCR & Vote from external to Normal or high. 1)  Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....

Popular Posts