Photon OS change NTP server time sync

 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

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...