码迷,mamicode.com
首页 > 其他好文 > 详细

使用ntp 实现时间同步

时间:2018-12-23 19:31:34      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:modify   实现   nta   art   etc   ntp   hadoop   sync   cloc   

1.首先安装NTP

[root@localhost /]# yum install ntp -y

2.查看是否安装成功
rpm -qa|grep ntp

[root@hadoop102 桌面]# vi /etc/ntp.conf
修改内容如下
a) 修改 1
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap 为
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
b) 修改 2
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 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
c) 添加 3
server 127.127.1.0
fudge 127.127.1.0 stratum 10

 

SYNC_HWCLOCK=yes

[root@hadoop102 桌面]# service ntpd status
ntpd 已停
[root@hadoop102 桌面]# service ntpd start
正在启动 ntpd: [确定]
执行:
[root@hadoop102 桌面]# chkconfig ntpd on

 crontab -e 
0-59/10 * * * * /usr/sbin/ntpdate master

使用ntp 实现时间同步

标签:modify   实现   nta   art   etc   ntp   hadoop   sync   cloc   

原文地址:https://www.cnblogs.com/gylhaut/p/10165107.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!