This page describes how to sync Votiro's Virtual Appliance with an NTP Server.
The Virtual Appliance standard installation contains the pre-configured CentOS NTP server.
Obtain a list of servers, using the following command:
# cat /etc/ntp.conf | grep server
To configure the NTP server there are two methods for you to choose from:
n | External NTP server. |
n | Internal NTP server. |
External NTP Server
To work with the pre-configured CentOS public NTP servers, follow these steps:
1. | On your organization's firewall open port 123 UDP. |
2. | Add the NTP servers, using the following command: |
*.centos.pool.ntp.org
Internal NTP Server
To work with an internal NTP server, follow these steps:
1. | Ensure port 123 UDP is opened between the VA network and the NTP server. |
2. | Ensure you can access your NTP server from each node, using the following command: |
# ntpdate -u -s <ntp-server-fqdn>
3. | Add the FQDN to the NTP configuration file, using the following command: |
# vi /etc/ntp.conf
4. | To edit the file, click the Insert key on your keyboard. |
5. | Enter the server address in the following format: |
server <ntp-server-fqdn> iburst
6. | To Save and Exit, key the following commands: |
:wq!
# sudo systemctl restart ntpd
Verify Time of Syncronization for each Node
To verify the time of syncronization, log in to each node, using the following command:
# timedatectl
Comments
0 comments
Please sign in to leave a comment.