You Are here: Home News Ubuntu / Linux / Unix Synchronize the system clock

20 -May -2012
Register

REGISTER

*
*
*
*
*
Fields marked with an asterisk (*) are required.
Synchronize the system clock PDF Print E-mail
News - Ubuntu / Linux / Unix
Written by Mark Veenstra   
Monday, 06 December 2010 21:55

Question: How do I install and configure NTP under CentOS Linux 5 server to synchronize the system clock?

Answer: You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux.

 

Procedure

Login as the root user

Type the following command to install ntp:

# yum install ntp

 

Turn on service:

# chkconfig ntpd on

 

Synchronize the system clock with 0.pool.ntp.org server:

# ntpdate pool.ntp.org

 

Start the NTP:

# /etc/init.d/ntpd start

 



Share this....
Last Updated on Monday, 06 December 2010 22:03
 

Add comment

Please act and post as a normal adult!


Security code
Refresh