Linux-时钟同步

  1. 与阿里云同步:

    安装ntpdate: yum install -y ntpdate 
    时间同步:	 ntpdate   ntp4.aliyun.com
    
  2. 局域网内部与某一个节点同步:

    1、	服务节点安装ntpdate软件,并启动。
    2、	修改配置/etc/ntp.conf
    		a)	解开第18行的注释,并将网段设置正确
    		restrict 192.168.10.0 mask 255.255.255.0 nomodify notrap
    		b)	注释掉第22-25行
    		 #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
    		添加SYNC_HWLOCK=yes,保证BIOS与系统时间同步,保存退出
    4、	重启ntpd 服务
    		/etc/init.d  ntpd   restart
    5、	到其他节点执行同步命令
    		ntpdate  192.168.10.132(时钟同步服务器的IP)
    6、验证
    
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值