Linux时钟同步

    科技2022-08-08  114

    A:与阿里云同步 ntpdate ntp4.aliyun.com B: 局域网内部与某一个节点同步 1、服务节点安装ntpd软件,并启动。 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 保证BIOS与系统时间同步 添加SYNC_HWLOCK=yes ,保存退出 4、重启ntpd 服务 /etc/init.d ntpd restart 5、到其他节点执行同步命令 ntpdate 192.168.10.132(时钟同步服务器的IP) 6、验证

    Processed: 0.008, SQL: 8