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 ntpdFor the chronyd package, execute the following sequence of commands:
ORyum install -y chrony systemctl enable chronyd systemctl start chronyd-
dnf install -y chrony systemctl enable chronyd systemctl start chronyd
