Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

NTP Time

please try to implement that the time is synchronized immediately after a start of nodes. otherwise you have to help manually.

sudo service ntp stop
sudo ntpdate -s de.pool.ntp.org
sudo service ntp start

We do use ntpdate to immediately sync all nodes to the first management node, the first management node is the one to access external time  servers, it uses iburst in its config to speed up syncing. It is not advisable to have all nodes sync immediately with external time servers as the latency between the external servers and the nodes will vary and will produce differences among the internal nodes. syncing time is tricky, we all wish to say force sync and be done with it.

do i have to undo this now or is your method permanently implemented?