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时钟同步的主要内容,如果未能解决你的问题,请参考以下文章