yum remove ntp -y
yum remove ntpdate -y
yum install ntp nptdate -y
ntpq -4p
systemctl stop ntpd.service
# ntpdate ntp.tencent.com
ntpdate ntp.aliyun.com
vi /etc/ntp.conf
server ntp.aliyun.com iburst
systemctl start ntpd.service
ntpstat
systemctl enable ntpd.service
timedatectl