一、湖南麒麟linux-ntp服务状态
①ntp服务查看
systemctl status ntpd
②ntp服务开启
systemctl start ntpd
③ntp服务关闭
systemctl stop ntpd
二、无法对时问题排查
①手动对时查看报错
ntpdate -u 192.168.1.111
②对时服务器打开123端口
firewall-cmd --zone=public --add-port=123/udp --permanent
一、湖南麒麟linux-ntp服务状态
①ntp服务查看
systemctl status ntpd
②ntp服务开启
systemctl start ntpd
③ntp服务关闭
systemctl stop ntpd
二、无法对时问题排查
①手动对时查看报错
ntpdate -u 192.168.1.111
②对时服务器打开123端口
firewall-cmd --zone=public --add-port=123/udp --permanent