ntpdate同步时间命令及全球可用的NTP服务器域名列表,解决server no data报错

分类:笔记 日期:2021-02-09 作者:caocaofff 浏览:1093

更改时区,中国时区是CTS

rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

如果不喜欢上面的命令,可以用tzselect自己选择
选择 5) Asia,然后选择 9) China,然后选择 1) Beijing Time

安装ntpdate命令
Ubuntu命令:

apt-get update
apt-get install ntp ntpdate -y

CentOS命令:

yum install ntp ntpdate -y

同步时间服务(服务名有的是ntp,有的是ntpd)

service ntp stop                 #停止ntp服务
ntpdate us.pool.ntp.org           #同步ntp时间
service ntp start                #启动ntp服务

如果经常遇到ntpdate时报错:server no data
请等待几分钟再尝试,或者换NTP源多尝试几次就可以了。

推荐:
ntp1.aliyun.com 阿里云NTP服务器
ntp2.aliyun.com 阿里云NTP服务器
time1.aliyun.com 阿里云NTP服务器
time2.aliyun.com 阿里云NTP服务器

中国 cn.ntp.org.cn
中国教育网 edu.ntp.org.cn
中国香港 hk.ntp.org.cn
中国台湾 tw.ntp.org.cn
日本 jp.ntp.org.cn
韩国 kr.ntp.org.cn
新加坡 sgp.ntp.org.cn
美国 us.ntp.org.cn
德国 de.ntp.org.cn
印度尼西亚 ina.ntp.org.cn

可以把同步时间任务加到定时任务里:crontab -e

0 1 * * * /usr/sbin/ntpdate -u ntp1.aliyun.com >> /var/log/ntpstatus/ntpd.log

每天1点同步一次

CC版权: 本篇博文采用《CC 协议》,转载必须注明作者和本文链接

评论 (暂无评论)

发表评论

昵称:  
邮箱:  
网址: