centos 7.5 ntpdate同步更新时间

Posted chenglei1208

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7.5 ntpdate同步更新时间相关的知识,希望对你有一定的参考价值。

ntpdate同步更新时间

1、安装ntpdate

yum install ntpdate -y

ntpdate简单用法:

# ntpdate ip

# ntpdate 210.72.145.44

2、date命令

date :查看当前时间,结果如下:Tue Mar 4 01:36:45 CST 2014

date -s 09:38:40 :设置当前时间,结果如下:Tue Mar 4 09:38:40 CST 2014

3、ntpdate命令

ntpdate -u 210.72.145.44 :网络时间同步命令

注意:若不加上-u参数, 会出现以下提示:no server suitable for synchronization found

-u:从man ntpdate中可以看出-u参数可以越过防火墙与主机同步;

210.72.145.44:中国国家授时中心的官方服务器。

4、ntp常用服务器

中国国家授时中心:210.72.145.44

NTP服务器(上海) :ntp.api.bz

经测试中国国家授时中心与NTP上海服务器可以正常同步时间,注意需要加上-u参数!

ntpdate -u ntp.api.bz

ntpdate -u 210.72.145.44

国外:

美国:time.nist.gov

复旦:ntp.fudan.edu.cn

微软公司授时主机(美国) :time.windows.com

台警大授时中心(台湾):asia.pool.ntp.org

5、​加入crontab 计划任务

echo "*/20 * * * * /usr/sbin/ntpdate -u ntp.api.bz >/dev/null &" >> /var/spool/cron/root



6. ​ 另一种方法 centos 安装 ntpdate 并同步时间

1、安装ntp

yum install -y ntp


2、与一个已知的时间服务器同步

# time.nist.gov 是一个时间服务器
ntpdate time.nist.gov


3、删除本地时间并设置时区为上海

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


以下是一些可用的NTP服务器地址:

210.72.145.44 210.72.145.44 中国(国家授时中心)

133.100.11.8 133.100.11.8 日本(福冈大学)

time-a.nist.gov 129.6.15.28 NIST,Gaithersburg,Maryland

time-b.nist.gov 129.6.15.29 NIST,Gaithersburg,Maryland

time-a.timefreq.bldrdoc.gov 132.163.4.101 NIST,Boulder,Colorado

time-b.timefreq.bldrdoc.gov 132.163.4.102 NIST,Boulder,Colorado

time-c.timefreq.bldrdoc.gov 132.163.4.103 NIST,Boulder,Colorado

utcnist.colorado.edu 128.138.140.44 UniversityofColorado,Boulder

time.nist.gov 192.43.244.18 NCAR,Boulder,Colorado

time-nw.nist.gov 131.107.1.10 Microsoft,Redmond,Washington

nist1.symmetricom.com 69.25.96.13 Symmetricom,SanJose,California

nist1-dc.glassey.com 216.200.93.8 Abovenet,Virginia

nist1-ny.glassey.com 208.184.49.9 Abovenet,NewYorkCity

nist1-sj.glassey.com 207.126.98.204 Abovenet,SanJose,California

nist1.aol-ca.truetime.com 207.200.81.113 TrueTime,AOLfacility,Sunnyvale,California

nist1.aol-va.truetime.com 64.236.96.53 TrueTime,AOLfacility,Virginia

以上是关于centos 7.5 ntpdate同步更新时间的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7.5操作系统下定时更新系统时间

CentOS6.5下的时间同步ntpdate安装

centos 用ntpdate从时间服务器更新时间

centos7时间同步

【ntpdate】CentOS7.x上使用ntpdate同步ntp服务器

Centos7服务器时间同步及国内常用时间同步服务器地址 && 自建时间同步服务器ntpdate