Information
System time should be synchronized between all systems in an environment. This is typically done by establishing an authoritative time server or set of servers and having all systems synchronize their clocks to them.
Notes:
-
On systems where host based time synchronization is not available, verify that chrony is installed or systemd-timesyncd is enabled.
-
On systems where host based time synchronization is available consult your documentation and verify that host based synchronization is in use.
-
If another method for time synchronization is being used, this section may be skipped.
Time synchronization is important to support time sensitive security mechanisms like Kerberos and also ensures log files have consistent time records across the enterprise, which aids in forensic investigations.
Solution
On systems where host based time synchronization is not available, install chrony
OR
enable systemd-timesyncd :
Run the following command to install chrony :
# zypper install chrony
OR
Run the following command to enable systemd-timesyncd
# systemctl enable systemd-timesyncd
Note: On systems where host based time synchronization is available consult your virtualization software documentation and setup host based synchronization.