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 unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...