irism1 1004# ntpdate xxxx.xxx.xxx.xxx
2 Jun 10:37:43 ntpdate[26026]: the NTP socket is in use, exiting
如果會出現這樣的情形,
請先 Stop ntpd service 以後再對時,
irism1 1005# service ntpd stop
time server常用的有以下幾台
* tock.stdtime.gov.tw
* time.stdtime.gov.tw
* clock.stdtime.gov.tw
* freq_f.stdtime.gov.tw
* tick.stdtime.gov.tw
/etc/ntp.conf
這個是 NTP daemon 的主要設定檔,依據不同的版本放置的目錄可能會不同,不過檔名都是一樣的!使用 locate ntp.conf 搜尋一下您的系統有沒有這個檔案吧!這也是 NTP 唯一的一個設定檔案!
記得修改,這個檔案,
# 設定time server 主機
server 220.130.158.71 prefer <==以這部主機為最優先
之後 service ntpd start
就完成了。