Overview
In some cases, it is necessary to force Exinda's time system to match an NTP server's time. This article provides the command to force time sync between servers via an NTP (Network Time Protocol) server.
Process
- Access the Exinda appliance via console.
- Connect via ssh:
ssh admin@<ip of Exinda>
. - Once you are logged in, execute the following commands:
-
en
-
conf t
-
ntpdate x.x.x.x
Where x.x.x.x is the IP address of the NTP server or the hostname.
-