解決ntp的錯誤 no server suitable for synchronization found
當用ntpdate -d 來查詢時會發現導致 no serversuitable for synchronization found 的錯誤的資訊有以下2個:
錯誤1.Server dropped: Strata too high
在ntp客戶端執行ntpdate serverIP,出現no server suitable for synchronizationfound的錯誤。
在ntp客戶端用ntpdate –dserverIP檢視,發現有“Server dropped:strata too high”的錯誤,並且顯示“stratum 16”。而正常情況下stratum這個值得範圍是“0~15”。
這是因為NTP server還沒有和其自身或者它的server同步上。
以下的定義是讓NTP Server和其自身保持同步,如果在/ntp.conf中定義的server都不可用時,將使用local時間作為ntp服務提供給ntp客戶端。
server 127.127.1.0
fudge 127.127.1.0 stratum 8
在ntp server上重新啟動ntp服務後,ntp server自身或者與其server的同步的需要一個時間段,這個過程可能是5分鐘,在這個時間之內在客戶端執行ntpdate命令時會產生no server suitablefor synchronization found的錯誤。
那麼如何知道何時ntp server完成了和自身同步的過程呢?
在ntp server上使用命令:
# watch ntpq -p
出現畫面:
Every 2.0s: ntpq-p Thu Jul 10 02:28:32 2008
remote refid st t when poll reach delay offset jitter
==============================================================================
192.168.30.22 LOCAL(0) 8 u 22 64 1 2.113 179133. 0.001
LOCAL(0) LOCAL(0) 10 l 21 64 1 0.000 0.000 0.001
注意LOCAL的這個就是與自身同步的ntp server。
注意reach這個值,在啟動ntp server服務後,這個值就從0開始不斷增加,當增加到17的時候,從0到17是5次的變更,每一次是poll的值的秒數,是64秒*5=320秒的時間。
如果之後從ntp客戶端同步ntp server還失敗的話,用ntpdate –d來查詢詳細錯誤資訊,再做判斷。
錯誤2.Serverdropped: no data
從客戶端執行netdate –d時有錯誤資訊如下:
transmit(192.168.30.22)
transmit(192.168.30.22)
transmit(192.168.30.22)
transmit(192.168.30.22)
transmit(192.168.30.22)
192.168.30.22: Serverdropped: no data
server 192.168.30.22,port 123
.....
28 Jul 17:42:24 ntpdate[14148]: no server suitable for synchronization found
出現這個問題的原因可能有2:
1。檢查ntp的版本,如果你使用的是ntp4.2(包括4.2)之後的版本,在restrict的定義中使用了notrust的話,會導致以上錯誤。
使用以下命令檢查ntp的版本:
# ntpq -c version
下面是來自ntp官方網站的說明:
The behavior of notrust changedbetween versions 4.1 and 4.2.
In 4.1 (and earlier) notrust meant "Don't trust thishost/subnet for time".
In 4.2 (and later) notrust means "Ignore all NTP packetsthat are not cryptographically authenticated." This forces remote timeservers to authenticate themselves to your (client) ntpd
解決:
把notrust去掉。
2。檢查ntp server的防火牆。可能是server的防火牆遮蔽了upd 123埠。
可以用命令
#service iptables stop
來關掉iptables服務後再嘗試從ntp客戶端的同步,如果成功,證明是防火牆的問題,需要更改iptables的設定。
相關文章
- Invalid bound statement (not found)錯誤解決
- 解決shell指令碼錯誤$’r’ command not found指令碼
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo
- Eclipse中解決Multiple annotations found at this line錯誤。Eclipse
- SQL SERVER Msg 7357錯誤解決SQLServer
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- Mysql啟動錯誤-server PID file could not be foundMySqlServer
- iOS上傳App Store報錯:no suitable application records were foundiOSAPPUI
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- SQL Server 錯誤程式碼:17058 。解決方案SQLServer
- vmware server啟動時503錯誤解決Server
- VMware虛擬機器重啟網路報錯" Error: No suitable device found"虛擬機ErrorUIdev
- MysqL錯誤之_ERROR! MySQL server PID file could not be found!MySqlErrorServer
- sql server資料庫附加錯誤的解決過程SQLServer資料庫
- Spring Boot配置錯誤:Failed to determine a suitable driver classSpring BootAIUI
- Troubleshooting: SQL Server連線錯誤解決方法列表SQLServer
- NTP server的建立Server
- MySQL資料庫錯誤server_errno=2013的解決MySql資料庫Server
- 【常見的SQL Server連線失敗錯誤以及解決方法】SQLServer
- Ocelot錯誤解決
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- windows10,homestead啟動時,VERR_INTNET_FLT_IF_NOT_FOUND 錯誤解決Windows
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- undefined reference to錯誤的解決方法Undefined
- SAXParseException的錯誤解決之二Exception
- PHP錯誤“Thisfilehasexpired”的解決方法PHP
- VIM 常用錯誤解決
- sqldeveloper for windows 錯誤解決SQLDeveloperWindows
- SQL Server的“錯誤:9004”SQLServer
- AIX dtterm not found的解決AI
- dns錯誤怎麼辦 dns錯誤的解決辦法DNS
- No suitable application records were found. Verify your bundle ideUIAPPIDE
- 小程式錯誤:Component is not found in path
- MyBatis 錯誤:Invalid bound statement (not found)MyBatis
- vsftpd 錯誤:530 and 500 錯誤解決方法FTP
- Qt報Multiple definition錯誤的解決QT
- Cocopods的升級錯誤解決