1.安裝ntpdate工具
yum -y install ntp ntpdate
2.設定系統時間與網路時間同步ntpdate cn.pool.ntp.org
3.將系統時間寫入硬體時間hwclock --systohc
4.檢視系統時間timedatectl
#得到 local time: 四 2017-09-21 13:54:09 cst
universal time: 四 2017-09-21 05:54:09 utc
rtc time: 四 2017-09-21 13:54:09
time zone: asia/shanghai (cst, +0800)
ntp enabled: no
ntp synchronized: no
rtc in local tz: yes
dst active: n/a
如果沒有執行步驟3,則local time與rtc time顯示的值可能不一樣 CentOS7 時間與網路時間同步
1 安裝ntpdate工具yum y install ntp ntpdate2 設定系統時間與網路時間同步ntpdate 0.asia.pool.ntp.org另有阿里雲提供的7個時間伺服器如下 ntp1.aliyun.com ntp2.aliyun.com ntp3.aliyun.com ntp4...
CentOS7 時間設定與網路同步
1.檢視時區 root localhost date r thu,12 jul 2018 11 27 52 0800 0800表示東八區,這邊就不用再設定 時區中的cst表示中國標準時間。時區相關共享檔案在 usr share zoneinfo下,中國一般選擇 usr share zoneinfo ...
CentOS7 時間同步
今天在學習etcd集群搭建時遇到時間不同步錯誤,故做筆記記錄一下,錯誤資訊如下 與對等端47856ed020c3771a的時鐘差太大 找到對應的節點 47856ed020c3771a 192.168.6.12 2380 注 這裡主要就是通過時間伺服器對系統時間進行同步,所以0.asia.pool.n...