Setting the NTP Server Address on the Compute Servers

To set the chrony/NTP server address on a compute server:

  1. Log in to a compute server as root.
  2. Stop the chrony/NTP services on the server:
    service chronyd stop
    
  3. Open /etc/chrony.conf in a text editor and enter the IP address of the new chrony/NTP server.
  4. Restart the chrony/NTP services on the compute server:
    service chronyd start
    
  5. Repeat this task for the second compute server.