By default, Network Time Protocol (NTP) is disabled for the Linux access node. To enable NTP:
-
Log in as root user to the Linux access node.
-
Enter the following command with appropriate values for area and location:
systemctl enable chronyd.service ; systemctl start chronyd.service ; ln -sf /usr/share/zoneinfo/area/location /etc/localtimeFor example:
systemctl enable chronyd.service ; systemctl start chronyd.service ; ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime