time server との時刻の同期
以下にntp.conf とNetworkTime ファイルの書き換えを行った。
etc/ntp.conf は
server ntp.nict.jp iburst minpoll 5 maxpoll 11
とし、
さらに、/System/Library/StartupItems/Networktime/Networktime を
# then fire off ntpd to keep the clock in sync.
ntpdate -bvs
ntpd -f /var/run/ntp.drift -p /var/run/ntpd.pid -c /etc/ntp.conf
fi
とした。
で
# /System/Library/StartupItems/Networktime/Networktime restart
と再起動する。10分くらい待つと ntpq -p コマンドで結果がでてくる。
remote refid st t when poll reach delay offset jitter
===============================================
*ntp-b2.nict.go. .NICT. 1 u 658 1024 377 10.781 -0.226 0.072
頭に*が付き、同期したことが示され、reach が377 になれば安定運用となる。
|