On 12/02/2013 06:07 AM, Anand Singh wrote:
Hi, I would like to sync my CentOS 6.3 hardware clock time to my NTP server's time. Can I do that without reboot the hosts?
If yes, it would be great if anyone of you can provide me steps to do that. I am newbie in CentOS.
Thanks, Anand Singh _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Using root privs:
/etc/init.d/ntpd stop /usr/sbin/ntpdate 2.us.pool.ntp.org # (or any other local public ntp server) /sbin/hwclock --systohc /etc/init.d/ntpd start