ntpdate提示Server dropped: no data处理方式

hbase集群出现region server起不来的情况,查看日志显示:
regionserver.HRegionServer: Master rejected startup because clock is out of sync
Org.apache.hadoop……ClockOutOfSyncException: Server ***** has been rejected; Reported time is too far out of sync with the master. Time difference of 45182ms > max allowed of 30000ms
……

ntpstat命令结果显示ntpd服务已经启用了,但是没有成功同步上。

cat /etc/ntp.conf |egrep -v ‘^$|#’

查看到配置的上级时钟源IP
server 123.45.4.1

尝试手动同步服务器并启动debug模式查看问题:

ntpdate -u -d 123.45.4.1

结果显示:
transmit(123.45.4.1)
transmit(123.45.4.1)
transmit(123.45.4.1)
transmit(123.45.4.1)
transmit(123.45.4.1)
123.45.4.1: Server dropped: no data
……
18 May 16:17:03 ntpdate: no server suitable for synchronization found

于是我怀疑是否服务器挂了,但是可以ping通,登陆上级时钟源,检查了两边的配置文件都没有问题。考虑为防火墙问题。
之前hbase集群为了安全性考虑启用了一部分端口的限制,查看上级时钟源的123/udp端口:

nmap 123.45.4.1 -sU -p 123

查看到端口的状态是filtered,选择登陆上级时钟源服务器对hbase集群所在IP段开放123/udp端口。

#查看防火墙状态
service firewall status
#放通123/udp端口限制
firewall-cmd --permanent --add-rich-rule=‘rule family=“ipv4” source address=“123.45.4.0/24” port protocol=“udp” port=“123” accept’
#重新加载配置
firewall-cmd --reload

再次手动同步并写入硬件

ntpdate -u -d 123.45.4.1
hwclock -w

ntpdate提示Server dropped: no data处理记录相关推荐

  1. Linux中NTP同步,Server dropped: no data

    1.ntp同步配置内容,其中IP1.IP2代表同步时钟源IP,IP3代表本机IP server IP1 server IP2 restrict IP3 nomodify notrap noquery ...

  2. Linux配置NTP同步,出现Server dropped: no data解决

    分布式集群需要做时间同步,用于集群的正常运行,以及后续集群的运维,一般步骤: 1.安装ntp服务  yum install ntp,检查ntp服务的版本,ntpq -c version xxx02:~ ...

  3. MySQL5.7执行mysqld命令出现Can‘t change dir to ‘C:\Program Files\MySQL\MySQL Server 5.7\data\‘错误

    执行mysqld -P3307 出现如下错误: mysqld: Can't change dir to 'C:\Program Files\MySQL\MySQL Server 5.7\data\' ...

  4. ntp 服务:Server dropped: Strata too high

    1.通过ntpdate -d 服务端IP,显示Server dropped: Strata too high vi /etc/ntp.conf 在ntpd服务端的配置中添加 server 127.12 ...

  5. MySQL5.7报错Can‘t change dir to ‘C:\Program Files\MySQL\MySQL Server 5.7\data\‘

    执行mysqld --initilize-insecure命令后报错页面如下: 解决办法: 根据报错提示去C:\Program Files\MySQL\MySQL Server 5.7\data\下创 ...

  6. PG提示could not determine data type of parameter $4

    目录 场景: 现象: 版本: 分析: 解决方式: 场景: 今天遇到现场环境连接Postgre数据库,日志提示could not determine data type of parameter $4, ...

  7. 502 Server dropped connection

    在本地电脑上开启了,全局VPN代理后,出现 502 报错. 502 Server dropped connection The following error occurred while tryin ...

  8. win7拒绝访问_win7系统提示无法访问application data如何解决

    有很多电脑用户都清楚application data是win7系统当中的应用程序数据文件夹,最近有位win7系统用户在访问application data文件夹的时候,系统却提示application ...

  9. ArcSDE直连提示Server library could not be loaded解决方法

    服务器安装Oracle11g,ArcGIS10.1,ArcSDE10.1 for Oracle11g 客户机安装ArcGIS10.0,Oracle client 11g 32位 最开始在客户机中使用A ...

最新文章

  1. MySQL 过滤规则-误解处理
  2. printf/scanf格式控制符的完整格式
  3. nginx在linux reload报错,linux下安装nginx
  4. 如何系统性的分析一个新idea的可行性?
  5. 总结一下ASP.NET MVC 网站的部署问题
  6. UVa1600 PatrolRobot 巡逻机器人(bfs)
  7. mysqldump导出数据库视图_mysql数据库的基本操作:索引、视图,导入和导出,备份和恢复...
  8. Java:如何在不到5分钟的时间内通过Hazelcast提高生产力
  9. scipy.ndimage.filters.gaussian_filter()
  10. SPI机制入门、SPI机制原理
  11. java springlayout_Java SpringLayout
  12. Shell_NotifyIcon
  13. B2c运营方法,b2c商城系统源码
  14. 蚂蚁金服java研发实习岗电话一面面试记录
  15. 猪齿鱼_01_环境搭建(一)_微服务支撑组件部署(源码形式)
  16. 小马哥-----高仿苹果6 plus刷机拆机多图展示 拆机主板图与开机界面图 6572芯片 v76机型
  17. 12031,终结你!
  18. 自己收集整理的微软错误代码大全(中文和英文)
  19. busybox文件系统制作
  20. SQL:DQL,DCL

热门文章

  1. 燃气缴费显示服务器内部错误,燃气热水器常见故障代码、原因及维修方法
  2. Pycharm 一键加引号、批量加引号
  3. mysql出现waiting_MySQL出现Waiting for table metadata lock的原因以及解决方法
  4. Swift 参数可选和必选的区别
  5. 设计模式:对问题行之有效的解决方式。其实它是一种思想。
  6. 多链跨链、高可用、高安全性的区块链应用如何落地? 金链盟大赛10强揭晓
  7. 计算机信息安全及保密,计算机信息安全与保密.ppt
  8. 数学建模集成电路布线拥堵问题
  9. 2016年美国数学建模比赛(MCM/ICM) E题环境科学 Are we heading towards a thirsty planet? 人工精准翻译。...
  10. 科技周刊第五期:科学技术在发展中的作用