CentOS 7 事件同步

Posted 半城忘雨

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 事件同步相关的知识,希望对你有一定的参考价值。

在做之前我们需要先安装ntp服务

vi /etc/ntp.conf

出现四行:server 0.centos.pool.ntp,org iburst

我们需要注释掉前三行,在最后一个服务输入

  server 192.168.100.140 -->被同步的服务器时间

保存退出

重启ntp服务   -----> systemctl restart ntpd.service

 输入date查询时间是否和目标服务器的时间同步

以上是关于CentOS 7 事件同步的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 7 时间同步

centos 7 ntpd

centos 7 时间同步使用的是chrony工具

CentOS 7 上部署rsync远程同步

[CentOS 7系列]远程数据同步

centos 7.5 ntpdate同步更新时间