ntp时钟同步

Posted mvpbang

tags:

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

  服务器时间的一致性,很关键的。

11. 基于ntp服务的形式

[[email protected] ~]# yum -y install chrony   //NTP客户端    centos7.x  centos6.x  ntp
[[email protected] ~]# vim /etc/chrony.conf
server classroom.example.com iburst

[[email protected] ~]# systemctl enable chronyd
[[email protected] ~]# systemctl restart chronyd.service

22、基于定时任务形式的

yum install -y ntp

echo "0/20 * * * * ntpdate  ip &>/dev/null" >>/var/spool/cron/root

*/20 * * * * /usr/sbin/ntpdate ntpupdate.tencentyun.com >/dev/null &

相关地址:

http://www.ntp.org/

http://www.ntp.org.cn/index.html     #国内时钟服务器

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

NTP同步时钟系统的实现及局域网授时方法

NTP同步时钟之钟表发展历史

网络时钟同步设备(NTP时间同步服务器)技术设计应用方案

5G网络PTP时钟同步(NTP时间服务器)组网方案研究

H3C设备NTP时钟无法同步排查方法

NTP时钟同步