ntp service reminder on redhat

Install ntp

$ yum install ntp

Turn on service on startup

$ chkconfig ntpd on

Synchronize the system clock with ntp server:

go to http://www.pool.ntp.org/fr/ to find the right zone

$ ntpdate pool.ntp.org

Start the NTP service:

$ /etc/init.d/ntpd start

Check synchronization :

$ ntpq -p

 

Auteur/autrice : Chrystophe Vergnaud

Prendre du recul pour identifier les réels besoins et faire un choix technologique en fonction de ces besoins.

Laisser un commentaire