1.查看服务端当前已同步的时间源信息
2.查看访问过服务端的客户端列表
3.在客户端查看当前已同步的时间源信息
4.在客户端故意将时间设置为1年前,然后看是否能自动同步服务端的时间 [root@CentOS7 ~]#ifconfig eth0|awk -F"[ ]+" 'NR==2{print $3}' 172.20.200.200 [root@CentOS7 ~]#date -s '-1 -year' Mon Nov 12 17:45:03 CST 2018 [root@CentOS7 ~]#systemctl restart chronyd [root@CentOS7 ~]# pssh -h hosts.txt -i date [1] 17:53:16 [SUCCESS] 172.20.3.34 Tue Nov 12 17:53:16 CST 2019 [2] 17:53:16 [SUCCESS] 172.20.200.200 Tue Nov 12 17:53:16 CST 2019 时间工具timedatectl
查看日期时间、时区及NTP状态
[root@CentOS7 ~]# timedatectl Local time: Tue 2019-11-12 17:49:16 CST Universal time: Tue 2019-11-12 09:49:16 UTC RTC time: Tue 2019-11-12 09:49:16 Time zone: Asia/Shanghai (CST, +0800) NTP enabled: yes NTP synchronized: yes RTC in local TZ: no DST active: n/a查看时区列表
[root@CentOS7 ~]# timedatectl list-timezones修改时区