linux部署时间服务器出现错误no server suitable for synchronization found

一台centos最小化安装的机器,yum -y install ntpdate安装ntpdate同步时间。执行ntpdate time.nist.gov,无法与服务器同步时间,并出现以下错误:ntpdate[1897]: no server suitable for synchronization found

执行:ntpdate -d time.nist.gov命令调试的时候,打印结果如下:

ntpdate[1976]: ntpdate [email protected] Mon Feb  6 07:22:46 UTC 2017 (1)
Looking for host time.nist.gov and service ntp
host found : nist1-lnk.binary.net
transmit(216.229.0.179)
transmit(216.229.0.179)
transmit(216.229.0.179)
transmit(216.229.0.179)
transmit(216.229.0.179)

216.229.0.179: Server dropped: no data

意思是客户端发往服务器的transmit包无响应,windows环境下ping time.nist.gov可以正常解析服务器的ip,而contos客户端ping time.nist.gov则不能正常解析域名的ip。 试用命令ntpdate -d 216.229.0.179调试,打印结果如下:                                                                                                    ntpdate[1977]: ntpdate [email protected] Mon Feb  6 07:22:46 UTC 2017 (1)
Looking for host 216.229.0.179 and service ntp
host found : nist1-lnk.binary.net
transmit(216.229.0.179)
receive(216.229.0.179)
transmit(216.229.0.179)
receive(216.229.0.179)
transmit(216.229.0.179)
receive(216.229.0.179)
transmit(216.229.0.179)
transmit(216.229.0.179)
server 216.229.0.179, port 123
stratum 1, precision -29, leap 00, trust 000
refid [ACTS], delay 0.25931, dispersion 8.00000
transmitted 4, in filter 4
reference time:    dc5d5e5a.4c1e35c6  Sun, Feb 26 2017 22:02:02.297
originate timestamp: dc5d5e8b.668a82f6  Sun, Feb 26 2017 22:02:51.400
transmit timestamp:  dc57bb36.5fc3fc0b  Wed, Feb 22 2017 15:24:38.374
filter delay:  0.30286  0.26347  0.25931  0.00000
         0.00000  0.00000  0.00000  0.00000
filter offset: 369493.1 369493.1 369493.1 0.000000
         0.000000 0.000000 0.000000 0.000000
delay 0.25931, dispersion 8.00000
offset 369493.143347

说明使用IP方式,可以同步服务器的时间。执行命令:

ntpdate 216.229.0.179
26 Feb 22:03:13 ntpdate[1978]: step time server 216.229.0.179 offset 369493.008399 sec 解决问题

时间: 2024-10-17 12:18:31

linux部署时间服务器出现错误no server suitable for synchronization found的相关文章

ntpdate同步时间时错误: no server suitable for synchronization found

故障现象: ntpdate: no server suitable for synchronization found 解决办法: ~]# ntpdate -b -u pool.ntp.org ntpdate命令帮助: ~]# man ntpdate COMMAND LINE OPTIONS -b      Force the time to be stepped using the settimeofday() system call, rather than slewed (default)

解决ntp的错误 no server suitable for synchronization found

当用ntpdate -d 来查询时会发现导致 no server suitable for synchronization found 的错误的信息有以下2个: 错误1.Server dropped: Strata too high 在ntp客户端运行ntpdate serverIP,出现no server suitable for synchronization found的错误. 在ntp客户端用ntpdate –d serverIP查看,发现有"Server dropped: strata

解决ntp的错误no server suitable for synchronization found

错误现象: [[email protected] ~]# ntpdate 192.169.123.149 22 May 20:53:07 ntpdate[5580]: no server suitable for synchronization found [[email protected] ~]# ntpdate -d 192.169.123.149 22 May 20:48:03 ntpdate[5487]: ntpdate [email protected] Wed Jun 18 21:

NTP-ntpdate:no server suitable for synchronization found

NTP-ntpdate 问题处理 解决ntp的错误 no server suitable for synchronization found 当用ntpdate -d 来查询时会发现导致 no server suitable for synchronization found 的错误的信息有以下2个: 错误1.Server dropped: Strata too high 在ntp客户端运行ntpdate serverIP,出现no server suitable for synchroniza

linux设置时间服务器

对多个linux服务器,时间保持一致是很必要的.根据精确度要求,应该有相应的时间间隔进行时间同步.如果不进行时间同步,时间久了就会差别很大,遇到问题时定位就很困难.因为多台设备的配合,log之间可能有前因后果,时间是同步事件的先后的重要依据. 一般来说,对一个机房内的设备,可以设置一台时间服务器,由它定期从一个标准的时间服务器上获取时间.其他的服务器可以通过内网的连接从这台服务器进行同步.这样不仅时间会一致,而且照顾到一些没有公网的设备. 本文测试系统: [[email protected] ~

Linux配置时间服务器

[Author]: kwu Linux配置时间服务器,大数据集群时间同步是非常关键的,误差超过500ms就会有问题,通常配置内网的时间服务器. 本文以CentOS6.6为例介绍内网时间服务器的配置: 1.开启ntpd服务 chkconfig ntpd on chkconfig --list ntpd 2.配置服务端 vi /etc/ntp.conf : server us.pool.ntp.org minpoll 4 fudge 127.127.1.0 stratum 1 restrict 12

rdate时间同步ntpdate[4773] no server suitable for synchronization found解决方案

ntpdate[4773]: no server suitable for synchronization found解决方案 1.安装rdate yum install rdate -y 2.配置时区 vi /etc/sysconfig/clock ZONE="Asia/Shanghai" ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 3.同步时间 /usr/bin/rdate -s time.nist.gov /sb

ntpdate:no server suitable for synchronization found

Question: 在使用ntpdate同步时间时,出现了no server suitable for synchronization found的报错. 通过ntpdate -d s2m.time.edu.cn 使用debug模式没有出现异常. Answer: 解决办法是,使用ntpdate -ubv s2m.time.edu.cn 可以正常同步了.主要是-u选项的作用 -u:Direct ntpdate to use an unprivileged port for outgoing pac

no server suitable for synchronization found

配置服务器的时间同步问题出现报错,如标题 很可能是防火墙封锁了udp的123端口, 如果关闭的防火墙问题依旧, 很可能是上层路由的设置有问题, 如果这种情况, 我们就只能通过tcp来更新时间啦那肯定是rdate 解决办法: 查看时间服务器的时间: # rdate time-b.nist.gov 设置时间和时间服务器同步: # rdate -s time-b.nist.gov # rdate -s time-b.nist.gov 同步过程中可能出现的问题: 问题1: [email protecte