Ağ üzerindeki bir NTP sunucusunun durumunu kontrol etmek için aşağıdaki komutu kullanabilirsiniz.
ntpdate 192.168.0.2
NTP konfigürasyonu için /etc/ntp.conf dosyasına aşağıdaki şekilde NTP server bilgilerini girmeniz gerekiyor.
ntpq> peers
remote refid st t when poll reach delay offset disp
==============================================================================
#DC1.ornek DC1.ornek 3 u 55 64 177 0.58 2.474 126.02
ntpdate 192.168.0.2
# Broadcast client, no authentication.
#
broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
server 192.168.0.2
#
broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
server 192.168.0.2
Bu satırları ntp.conf dosyasına ekledikten sonra sunucu ile iletişime geçrek saat tarih bilgisini güncelleyecek NTP "daemon"unu çalıştırmanız gerekiyor. Bu işlem için aşağıdaki komut kullanılabilir.
startsrc -s xntpd
0513-059 The xntpd Subsystem has been started. Subsystem PID is 10747908.
NTP daemon'u çalıştıktan sonra ntpq programı ile senkronizayon durumu takip edilebilir.
startsrc -s xntpd
0513-059 The xntpd Subsystem has been started. Subsystem PID is 10747908.
NTP daemon'u çalıştıktan sonra ntpq programı ile senkronizayon durumu takip edilebilir.
ntpq> peers
remote refid st t when poll reach delay offset disp
==============================================================================
#DC1.ornek DC1.ornek 3 u 55 64 177 0.58 2.474 126.02
Hiç yorum yok:
Yorum Gönder