1.3 KiB
1.3 KiB
Other nodes
Other nodes reference the controller node for clock synchronization. Perform these steps on all other nodes.
Install and configure components
Install the packages.
For Ubuntu:
# apt install chronyFor RHEL or CentOS:
# yum install chronyFor SUSE:
# zypper install chronyConfigure the
chrony.conffile and comment out or remove all but oneserverkey. Change it to reference the controller node.For RHEL, CentOS, or SUSE, edit the
/etc/chrony.conffile:server controller iburstFor Ubuntu, edit the
/etc/chrony/chrony.conffile:server controller iburstComment out the
pool 2.debian.pool.ntp.org offline iburstline.Restart the NTP service.
For Ubuntu:
# service chrony restartFor RHEL, CentOS, or SUSE:
# systemctl enable chronyd.service # systemctl start chronyd.service