Setting the Time Zone

By default, Network Time Protocol (NTP) is disabled for the Linux access node. To enable NTP:

  1. Log in as root user to the Linux access node.

  2. 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/localtime

    For example:

    systemctl enable chronyd.service ; systemctl start chronyd.service ; ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
    
×

Loading...