Pages

How to sync system clock faster with the NTP

Using parameter  "iburst" will help to reduce the delay before clock synchronisation process starts.An example /etc/ntp.conf with "iburst" parameter added would be

.................................................
#cat /etc/ntp.conf
.
.
.
server ntpserver1 iburst
server ntpserver2 iburst
server ntpserver3 iburst
.
..................................................


No comments:

Post a Comment