方法一:
1,首先yum 安裝本地ntpdate客戶端,更新ntpdate cn.pool.ntp.org時使用
[root@localhost ~]# yum install ntpdate
2,使用ntpdate cn.pool.ntp.org進行更新。
[root@localhost ~]# ntpdate cn.pool.ntp.org
15 sep 16:46:32 ntpdate[15965]: adjust time server 202.112.29.82 offset 0.010499 sec
或者使用cn.pool.ntp.org 的ip位址進行更新。
[root@localhost ~]# ping cn.pool.ntp.org
ping cn.pool.ntp.org (202.112.10.36) 56(84) bytes of data.
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=1 ttl=44 time=107 ms
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=2 ttl=44 time=86.2 ms
ntpdate
[root@localhost ~]# ping cn.pool.ntp.org
ping cn.pool.ntp.org (202.112.10.36) 56(84) bytes of data.
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=1 ttl=44 time=107 ms
64 bytes from gus.buptnet.edu.cn (202.112.10.36): icmp_seq=2 ttl=44 time=86.2 ms
[root@localhost ~]# ntpdate 202.112.10.36
15 sep 16:49:14 ntpdate[15966]: adjust time server 202.112.10.36 offset 0.010657 sec
3,更新完後要用 clock -w 或 hwclock -w 實時間寫入到bios中,這樣下次啟動時,時間就會自動更新了。
[root@localhost ~]# clock -w
方法二:
直接使用命令進行更新,ntpdate time-a.nist.gov
[root@localhost ~]# ntpdate time-a.nist.gov
備註:常用的命令:
date #顯示當前時間,這個是系統時間
clock #
顯示硬體時間
hwclock #硬體時間
hwclock -w #將系統時鐘寫到硬體時鐘
hwclock -s #將硬體時鐘寫到系統時鐘
網際網路常用的ntp時間同步站點:
time-a.nist.gov
time.windows.com
time.nist.gov
更新Linux伺服器系統時間
rem copy right by ac del c temp.vbs echo onerror resume next c temp.vbs rem 建立臨時指令碼檔案 echo dimwshshell c temp.vbs echo setwshshell wscript.createobjec...
伺服器更新系統時間
很多時候伺服器預設使用的不是中國的時區,因此程式獲取到的時間往往與我們的實際時間不一樣。這時候需要更新一下伺服器的時區,就可以解決這個問題了。1.找到相應的時區檔案 usr share zoneinfo asia shanghai替換當前的 etc localtime。cp usr share zo...
dhcp伺服器Linux系統
dhcp使用udp進行通訊,客戶端使用埠68,伺服器端使用埠69.dhcp工作原理 dhcp發現,dhcp提供,dhcp請求,dhcp確認。dhcp解約條件 1 客戶離線,重新登入,關閉網路介面,重新開機關機 2 客戶端租約到期,更新租約 租約50 時,傳送dhcp請求 單播 租約87.5 傳送dh...