Synchronizing the Node Clock with the Network Time

  • On the node on which the AppViewX Cloud Connector is installed, ensure that the node's clock is synchronized with the network time using NTP/PTP.
    For the ntpd package, execute the following sequence of commands:
    yum install -y ntp
    systemctl enable ntpd
    systemctl start ntpd
    For the chronyd package, execute the following sequence of commands:
    • yum install -y chrony
      systemctl enable chronyd
      systemctl start chronyd
      OR
    • dnf install -y chrony
      systemctl enable chronyd
      systemctl start chronyd