1.verify the time server
systemctl status systemd-timesyncd
2.Start the service if its not started:
systemctl start systemd-timesyncd
3.Update the NTP server ip in the config:
vi /etc/systemd/timesyncd.conf
add ntp server : NTP=<IP of ntp server>
4.restart the service
systemctl stop systemd-timesyncd
systemctl start systemd-timesyncd
No comments:
Post a Comment