概述
centos7 NTP自启动不成功
- 1、安装NTP
- 2、配置文件指定ntp server
- 3、开启ntp服务
- 4、设置开机自启
- 5、重启机器,自启动成功忽略以下
- 6、重启机器应该成功了
1、安装NTP
yum -y install ntp
2、配置文件指定ntp server
vim /etc/ntp.conf
server 0.centos.pool.ntp.org iburst
server 1.centos.pool.ntp.org iburst
server 2.centos.pool.ntp.org iburst
server 3.centos.pool.ntp.org iburst
在这里插入下面ntp服务器IP
server 10.128.20.40 perfer
3、开启ntp服务
systemctl start ntpd
systemctl status ntpd
4、设置开机自启
systemctl enable ntpd
systemctl is-enabled ntpd
5、重启机器,自启动成功忽略以下
重启失败可能是chrony服务和ntp冲突
systemctl is-enabled chronyd查看该服务启动状态设置,如果是enbled
systemctl disable chronyd将该服务自启动关闭
6、重启机器应该成功了
最后
以上就是现代云朵为你收集整理的centos7 NTP自启动的全部内容,希望文章能够帮你解决centos7 NTP自启动所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复