1.環境準備
- 伺服器端:172.16
.1.161
- 客戶端:172.16
.1.59
2.伺服器配置
- #安裝chrony軟體
- yum -y install chrony
- #修改配置檔案
- cat /etc/chrony.conf
- 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
- driftfile /var/lib/chrony/drift
- makestep 1.0
3- rtcsync
- allow 172.16
.1.0/24
- local stratum 10
- logdir /var/log/chrony
- # 啟動服務
- systemctl start chronyd
3.客戶端配置
- #安裝chrony
- yum -y install chrony
- #修改配置檔案
- cat /etc/chrony.conf
- server 172.16
.1.161 iburst
- driftfile /var/lib/chrony/drift
- makestep 1.0
3- rtcsync
- allow 172.16
.1.0/24
- logdir /var/log/chrony
- #啟動服務
- systemctl start chrond
- #配置定時任務
- crontab -e -*
/2**
**/usr/sbin/ntpdate 172.16
.1.161
&>
/dev/null
時間伺服器 時間同步配置
windows2008 2012配置時間同步 w32tm config manualpeerlist time.youxinpai.com syncfromflags manual reliable yes update 查客時間間隔 w32tm stripchart computer time.y...
linux同步時間伺服器時間配置
linux時間同步簡單配置如下 centos7.x 安裝時間伺服器 系統一般會自帶 yum install ntp ntpdate y 時間伺服器臨時配置 重啟該配置失效 ntpdate 192.133.203.89 時間伺服器ip 時間伺服器配置 vim etc chrony.conf 進入vim...
時間同步服務,
時間同步服務 timedatectl命令 timedatectl 管理系統時間 timedatectl set time 設定當前時間 timedatectl set timezone 設定當前時區 timedatectl set local rtc 0 1 設定使用utc時間還是local時間 t...