centos7配置本地ntp服务器同步时间

本文介绍了两种通过ntpdate和修改ntp.conf文件来同步系统时间的方法。首先,使用ntpdate命令直接与指定IP的时间服务器同步,然后是编辑配置文件,添加服务器IP,启动、停止并重启ntp服务以实现时间同步。最后,通过ntpstat和date命令检查时间是否已成功同步。
摘要由CSDN通过智能技术生成

方法一

ntpdate -d ${ip}

方法二

编辑地址信息,${ip}替换为实际的IP
vi /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 
新增以下内容
server ${ip}
查看ntp服务状态
systemctl status ntpd
关闭ntp服务
systemctl stopntpd
启动ntp服务
systemctl start ntpd
配置ntp开机自启动
systemctl enable ntpd
重启ntp服务
systemctl restart ntpd
使用ntpstat 命令查看时间同步状态,这个一般需要5-10分钟后才能成功连接和同步。
ntpstat
查看当前时间是否完成同步
date

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值