Linux同步網路時間

2021-07-31 20:49:26 字數 2309 閱讀 5818

linux伺服器執行久時,系統時間就會存在一定的誤差,一般情況下可以使用date命令進行時間設定,但在做資料庫集群分片等操作時對多台機器的時間差是有要求的,此時就需要使用ntpdate進行時間同步

安裝:

yum install ntpdate

ntpdate簡單用法:

#

ntpdate ip

#ntpdate 210.72.145.44

date命令

date :檢視當前時間,結果如下:tue mar 4 01:36:45 cst 2014date -s 09:38:40 :設定當前時間,結果如下:tue mar 4 09:38:40 cst 2014

ntpdate命令

ntpdate -u 210.72.145.44 :網路時間同步命令

no server suitable for synchronization found

-u:從man ntpdate中可以看出-u引數可以越過防火牆與主機同步;

210.72.145.44:中國國家授時中心的官方伺服器。

ntp常用伺服器

中國國家授時中心:210.72.145.44ntp伺服器(上海) :ntp.api.bz

美國:time.nist.gov 

復旦:ntp.fudan.edu.cn

微軟公司授時主機(美國) :time.windows.com

台警大授時中心(台灣):asia.pool.ntp.org

經測試中國國家授時中心與ntp上海伺服器可以正常同步時間,注意需要加上-u引數!

name

iplocation

210.72.145.44

210.72.145.44

中國(國家授時中心)

133.100.11.8

133.100.11.8

日本(福岡大學)

time-a.nist.gov

129.6.15.28

nist,gaithersburg,maryland

time-b.nist.gov

129.6.15.29

nist,gaithersburg,maryland

time-a.timefreq.bldrdoc.gov

132.163.4.101

nist,boulder,colorado

time-b.timefreq.bldrdoc.gov

132.163.4.102

nist,boulder,colorado

time-c.timefreq.bldrdoc.gov

132.163.4.103

nist,boulder,colorado

utcnist.colorado.edu

128.138.140.44

universityofcolorado,boulder

time.nist.gov

192.43.244.18

ncar,boulder,colorado

time-nw.nist.gov

131.107.1.10

microsoft,redmond,washington

nist1.symmetricom.com

69.25.96.13

symmetricom,sanjose,california

nist1-dc.glassey.com

216.200.93.8

abovenet,virginia

nist1-ny.glassey.com

208.184.49.9

abovenet,newyorkcity

nist1-sj.glassey.com

207.126.98.204

abovenet,sanjose,california

nist1.aol-ca.truetime.com

207.200.81.113

truetime,aolfacility,sunnyvale,california

nist1.aol-va.truetime.com

64.236.96.53

truetime,aolfacility,virginia

知識只有共享才能傳播,才能推崇出新的知識,才能學到更多,這裡寫的每一篇文字/部落格,基本都是從網上查詢了一下資料然後記錄下來,也有些是原滋原味搬了過來,也有時加了一些自己的想法

linux同步網路時間

linux伺服器執行久時,系統時間就會存在一定的誤差,一般情況下可以使用date命令進行時間設定,但在做資料庫集群分片等操作時對多台機器的時間差是有要求的,此時就需要使用ntpdate進行時間同步。一 修改時區 cp usr share zoneinfo asia shanghai etc loca...

Linux同步網路時間

linux伺服器執行久時,系統時間就會存在一定的誤差,一般情況下可以使用date命令進行時間設定,但在做資料庫集群分片等操作時對多台機器的時間差是有要求的,此時就需要使用ntpdate進行時間同步 安裝 yum install ntpdate ntpdate簡單用法 ntpdate ip ntpda...

Linux同步網路時間

中國國家授時中心 210.72.145.44 ntp伺服器 上海 ntp.api.bz 美國 time.nist.gov 復旦 ntp.fudan.edu.cn 微軟公司授時主機 美國 time.windows.com 台警大授時中心 台灣 asia.pool.ntp.org 阿里雲ntp伺服器 n...