chronyd时间同步服务安装配置
- 1、安装chrony
- 2、备份原配置文件:
- 3、修改配置文件
- 4、启动服务
- 5、验证同步情况
- 参考:
1、安装chrony
yum安装方式:yum install chrony
rpm安装方式:rpm -ivh libseccomp-2.3.1-3.el7.x86_64.rpm chrony-3.4-1.el7.x86_64.rpm
2、备份原配置文件:
cp /etc/chrony.conf /etc/chrony.conf_bak
3、修改配置文件
vi /etc/chrony.conf
在配置文件中添加:server ntp.aliyun.com iburst
注释掉其它server
4、启动服务
systemctl enable chronyd;systemctl restart chronyd
systemctl status chronyd
5、验证同步情况
chronyc sources -v
date
参考:
显示当前硬件时钟的时间:hwclock
将硬件时钟(RTC)的时间同步到系统时钟:hwclock -s
将系统时钟的时间同步到硬件时钟(RTC):hwclock -w
国家授时中心服务器IP:210.72.145.44
阿里云公网NTP服务器:
ntp.aliyun.com
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
ntp4.aliyun.com
ntp5.aliyun.com
ntp6.aliyun.com
ntp7.aliyun.com
腾讯云NTP服务器:
time1.cloud.tencent.com
time2.cloud.tencent.com
time3.cloud.tencent.com
time4.cloud.tencent.com
time5.cloud.tencent.com
大学NTP时间源服务器:
s1a.time.edu.cn 北京邮电大学
s1b.time.edu.cn 清华大学
s1c.time.edu.cn 北京大学
s1d.time.edu.cn 东南大学
s1e.time.edu.cn 清华大学
s2a.time.edu.cn 清华大学
s2b.time.edu.cn 清华大学
s2c.time.edu.cn 北京邮电大学
s2m.time.edu.cn 北京大学