集群时间同步

实现方案
1.确认服务端ntp已安装
[root@node91 ~]# rpm -qa|grep ntp
ntp-xxx…

2.修改ntp配置文件
[root@node91 ~]# vi /etc/ntp.conf

修改内容如下

a)授权本网段所有机器可以从这台机器上查询和同步时间
restrict mask 255.255.255.0 nomodify notrap

b)集群在局域网中,不使用其他互联网上的时间
#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)可以采用本地时间作为时间服务器为集群中的其他节点提供时间同步

server 127.127.1.0

fudge 127.127.1.0 stratum 10

3修改/etc/sysconfig/ntpd 文件
[root@node91 ~]# vim /etc/sysconfig/ntpd

增加内容如下(让硬件时间与系统时间一起同步)

SYNC_HWCLOCK=yes

4重新启动ntpd服务
[root@node91 ~]# service ntpd status

ntpd 已停

[root@node91 ~]# service ntpd start

正在启动 ntpd: [确定]

5设置ntpd服务开机启动
[root@node91 ~]# chkconfig ntpd on

6 其他机器配置(必须root用户)
(1)关闭开机启动
[root@node92 ~]# chkconfig ntpd off

(2)配置同步任务,与时间服务器5分钟同步一次
编写系统定时任务,添加如下内容:
[root@node92 ~]# vi /etc/crontab
*/5 * * * * ntpdate node91 >/dev/null 2>&1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值