Services in Linux like cron and kerberos relies on an accurate and synchronized clock. This article describes how to synchronize the system clock with an NTP server.

3. Check Enable Network Time Protocol. Next click Show advanced options and check Synchronize system clock before starting service. Finally, click OK.
You can also do this from the command line, below are the equivalent commands. You need to have root level access to use the commands below.- /usr/sbin/ntpdate pool.ntp.org
immediately synchronizes the system clock. Make sure the ntpd service is not running before using this command. - /sbin/service ntpd start
starts the ntpd service - /sbin/service ntpd stop
stops the ntpd service - /etc/ntp.conf
the above is not a command, it is the location of the ntpd configuration file
Visit the forum to ask for help or to give a comment.
***
Posted on 10/24/2009 and last updated on 11/30/2009
Filed under System Administration

