A Blog to share my experience and knowledge, Iam dealing with Linux Server Administration.
Saturday, 14 April 2012
To synchronize time in linux serers
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 star
No comments:
Post a Comment