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

/sbin/hwclock –systohc

4.计划任务

58 23 * * * /usr/bin/rdate -s time.nist.gov

同步完成

ntpdate相关

正常时间同步步骤

/usr/sbin/ntpdate time.nist.gov

加入到定时任务

echo ‘*/5 * * * * /usr/sbin/ntpdate time.nist.gov >/dev/null 2>&1‘ >>/var/spool/cron/root

# ntpq -c version 使用以下命令检查ntp的版本

#ntpdate -d  查看报错

#ntpdate time.windows.com && hwclock -w

#ntpq -pn    //查看同步的服务器IP

watch ntpq -p  查看是否同步成功了

按ctrl+z退出

date -s "2016-05-05 11:37:40"

hwclock -w  把时间写到boiss里面

时间: 2024-10-09 20:51:27

rdate时间同步ntpdate[4773] no server suitable for synchronization found解决方案的相关文章

解决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:

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

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

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)

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

Linux中系统时间同步ntpdate简介

Linux服务器运行久时,系统时间就会存在一定的误差,一般情况下可以使用date命令进行时间设置,但在做数据库集群分片等操作时对多台机器的时间差是有要求的,此时就需要使用ntpdate进行时间同步.所以同步操作有两种方法:一.date命令:date :查看当前时间,结果如下:Tue Mar 4 01:36:45 CST 2014date -s 09:38:40 :设置当前时间,结果如下:Tue Mar 4 09:38:40 CST 2014 二.ntpdate命令:ntpdate -u 210.

Linux时间同步ntpdate

Linux服务器要求时间准确,但是Linux本身没有网络时间同步功能,我们需要借助ntpdate功能来实现时间精准. 安装ntpdate yum -y install ntpdate 国内常用ntp服务器列表 #ntp.sjtu.edu.cn 202.120.2.101 (上海交通大学网络中心NTP服务器地址) #s1a.time.edu.cn 北京邮电大学 #s1b.time.edu.cn 清华大学 #s1c.time.edu.cn 北京大学 #s1d.time.edu.cn 东南大学 #s1