CertGrid CertGrid
Hands-on Lab·Red Hat Certified System Administrator

Time Synchronization with Chrony

One objective, one config file, and one thing worth insisting on: `systemctl is-active chronyd` proves the service runs, not that the clock is right. `chronyc tracking` and `timedatectl` are what answer the question the objective actually asks.

Deploy and Maintain Guide 46 of 67 Beginner

Written against the versions above. **chrony** replaced ntpd on RHEL 7 and there is no `ntpd` to fall back on. The config is `/etc/chrony.conf`, the control tool is `chronyc`, and `timedatectl` is systemd's read-only-ish view of the same state.

Every command on this page runs on RHCSA-A01.
Server NameIP AddressOSRolesCPURAMHDD
RHCSA-A01192.168.0.31RHEL 10.0 (Coughlan)Practice node (graded) - spare /dev/sda2 Core4 GB50 GB + 15 GB

Before you start

  1. What is configured

  2. Is it actually synchronised

  3. Changing the server

Official sources