1. 设置ntp服务器
2.客户端设置
. 关闭ntpd 守护进程,chkconfig netpd off
. 关闭ntpd 进程 /etc/init.d/ntpd stop
. 添加crontab crontab -e 添加如下内容
00 */1 * * * ntpdate ntp服务器ip>> /root/ntpdate.log 2>&1
每小时更新一次
.硬件同步时间 执行 echo "0/1 * * * * root /usr/sbin/ntpdate ntp服务器ip/sbin/hwclock -w">>/etc/crontab 或 vi /etc/sysconfig/ntpd 更改SYNC_HWCLOCK=yes
阅读(1309) | 评论(1) | 转发(0) |