标签:mct org 冲突 system enabled linux 开机启动 AC chrony
1. ntp虽然设置了开机启动,但是不起作用,从而导致kudu集群不可用。一般引起ntp开机不启动是linux系统安装了与ntp相冲突的服务如:chrony,使用systemctl is-enabled chronyd命令查看一下,往往会发现chrony服务为enabled,解决问题的方法是使用systemctl disable chronyd 命令禁用chrony。
2.ntp服务没有同步,使用ntptime命令,出现 status 0x40 (UNSYNC)未同步的状态。解决问题的方法:使用多个ntp服务时间源。
参考链接:http://kudu.apache.org/docs/troubleshooting.html
标签:mct org 冲突 system enabled linux 开机启动 AC chrony
原文地址:https://www.cnblogs.com/chengjunhao/p/9122502.html