Setting the Time Zone for the OpenStack File Recovery Enabler

By default, Network Time Protocol (NTP) is disabled for the File Recovery Enabler. To enable NTP:

  1. Log in as root user to the File Recovery Enabler.

  2. Enter the following command with appropriate values for area and location:

    systemctl enable chronyd ; systemctl start chronyd ; ln -sf /usr/share/zoneinfo/area/location /etc/localtime

    For example:

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

Loading...