一、安裝chrony
yum install chrony
yum install ntpdate(似乎沒有用上)
二、調整配置
vim /etc/chrony.conf
填入以下時間伺服器位址,將其它無效的時間伺服器移除
注:以下時間伺服器位址需要鏈結外網支援,如果是內網環境,可以換成內
網時間伺服器網域名稱或 ip
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst
三、啟動並設定chrony自啟動
systemctl start chronyd.service
systemctl enable chronyd.service
四、測試時鐘同步是否正常
ntpdate 0.centos.pool.ntp.org
chronyc soucestats -v
centos7 設定系統時間與網路同步
1.安裝ntpdate工具 sudo yum y install ntp ntpdate2.設定系統時間與網路時間同步 sudo ntpdate cn.pool ntp org3.將系統時間寫入硬體時間 sudo hwclock systohc4.檢視系統時間 timedatectl 得到 loca...
centos7設定外網同步時間和日期
第一種方法 yum install ntpdate y ntpdate time1.aliyun.com 或1.安裝ntpdate工具 yum y install ntp ntpdate 2.設定系統時間與網路時間同步 ntpdate cn.pool.ntp.org 3.將系統時間寫入硬體時間 hw...
CentOS7 設定系統時間
從centos 7開始,使用了乙個新的命令timedatectl timedatectl 命令 1 讀取時間 timedatectl 等同於 timedatectl status 2 設定時間 timedatectl set time yyyy mm dd hh mm ss 3 列出所有時區 tim...