NTP Time
exitsys
43 Posts
October 20, 2020, 8:47 pmQuote from exitsys on October 20, 2020, 8:47 pmplease 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
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
admin
2,930 Posts
October 20, 2020, 9:36 pmQuote from admin on October 20, 2020, 9:36 pmWe 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.
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.
Last edited on October 20, 2020, 9:37 pm by admin · #2
exitsys
43 Posts
October 20, 2020, 9:55 pmQuote from exitsys on October 20, 2020, 9:55 pmdo i have to undo this now or is your method permanently implemented?
do i have to undo this now or is your method permanently implemented?
NTP Time
exitsys
43 Posts
Quote from exitsys on October 20, 2020, 8:47 pmplease 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
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
admin
2,930 Posts
Quote from admin on October 20, 2020, 9:36 pmWe 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.
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.
exitsys
43 Posts
Quote from exitsys on October 20, 2020, 9:55 pmdo i have to undo this now or is your method permanently implemented?
do i have to undo this now or is your method permanently implemented?