Installation

Dans un premier temps installation du module ntp via la commande yum.
# yum install ntp
Désactiver le service ntpd :
# chkconfig --level 0123456 ntpd off
# chkconfig --del ntpd
Pour synchroniser l'heure tous les jours, rajouter la ligne suivante dans le crontab.
# contrab -e
00 12 * * * /usr/sbin/ntpdate -dv host.domaine.fr
Mise en place.

Lancer la synchronisation manuelle :
# ntpdate -dv host.domaine.fr