Friday, August 5, 2011

To manually sync CentOS time to NTP Servers

1. Stop NTP service in CentOS
  • service ntpd stop
2. Run manual NTP update command
  • ntpd update 192.168.10.100
3. Run sync command
  • sync
4. Restart NTP service in CentOS
  • service ntpd start

No comments: