synchronising system clock manually
Mar.25, 2010 in
Blog, Think Linux
if there is a need to synchronise the system clock manually, it can be a straight forward thing
service ntpd stop ntpdate 0.rhel.pool.ntp.org service ntpd start
some of the files of interest:
/etc/sysconfig/clock /usr/share/zoneinfo

March 26th, 2010 at 12:41 pm
No need to stop ntpd service, just use ntpdate -u 0.rhel.pool.ntp.org
Cheers.