Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
informatique:linux:ntp [2011/05/06 08:19] benoit |
informatique:linux:ntp [2018/09/06 19:10] (Version actuelle) |
||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
ntpstat | ntpstat | ||
- | Pour synchroniser manuellement le temps | + | Pour synchroniser manuellement le temps : |
ntpdate -u ntp1.domaine.com | ntpdate -u ntp1.domaine.com | ||
+ | |||
+ | Pour synchroniser manuellement le temps et debugguer : | ||
+ | ntpdate -u -d ntp1.domaine.com | ||
+ | |||
+ | Vérifier l’état des synchronisations : | ||
+ | ntpq -p | ||
+ | |||
+ | Sur un serveur NTP, voir les clients NTP connectés : | ||
+ | ntpdc -c monlist |