您好,登錄后才能下訂單哦!
linux中怎么利用rdate時(shí)間同步,針對這個(gè)問題,這篇文章詳細(xì)介紹了相對應(yīng)的分析和解答,希望可以幫助更多想解決這個(gè)問題的小伙伴找到更簡單易行的方法。
linux系統(tǒng)時(shí)間同步ntpdate報(bào)錯(cuò):
$ ntpdate -d serverIP
1 Aug 09:23:22 ntpdate[5268]: ntpdate 4.2.6p5@1.2349-o Fri Apr 13 12:52:28 UTC 2018 (1)
Looking for host serverIP and service ntp
Error resolving serverIP: Name or service not known (-2)
1 Aug 09:23:22 ntpdate[5268]: Can't find host serverIP: Name or service not known (-2)
1 Aug 09:23:22 ntpdate[5268]: no servers can be used, exiting
一直使用ntpdate時(shí)間同步報(bào)錯(cuò):
$ /usr/sbin/ntpdate ntp1.aliyun.com
1 Aug 09:41:59 ntpdate[7401]: no server suitable for synchronization found
網(wǎng)上說是udp123端口關(guān)閉了。由于我使用是高防機(jī)房服務(wù)器,很多高防機(jī)房屏蔽UDP端口而造成的時(shí)間無法同步問題。
然后去百度找找,還真有別的方法,使用rdate。去安裝試試
centos7系統(tǒng)安裝方法:
yum install rdate
安裝完成后執(zhí)行:/usr/bin/rdate -s time.nist.gov
查看時(shí)間date是否跟手機(jī)的時(shí)間一致(自行找辦法核對)
把*/10 * * * * /usr/bin/rdate -s time.nist.gov加入到crontab計(jì)劃任務(wù)中,編輯:crontab -e 加入后wq保存退出。
關(guān)于linux中怎么利用rdate時(shí)間同步問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注億速云行業(yè)資訊頻道了解更多相關(guān)知識。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。