Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Set Time

timedatectl set-timezone Europe/Berlin
yum install -y chrony

systemctl enable chronyd
systemctl start chronyd

# test
ntpdate de.pool.ntp.org

 

Enable Time Server (for CMs)

TODO: Patrick Reichel: provide default config file in install API provbase

⇒ adding config file (/etc/chrony.d/nmsprime.conf)

⇒ TODO: after_install.sh: add “include /etc/chrony.d/nmsprime.conf”

 

obsolete when using chronyd??

Activate Time Server

  1. disable = no in /etc/xinetd.d/time-dgram
  • No labels