XenServer 配置NTP时间服务
2016-08-29 by dongnan
目标
为 xenserver 7
虚拟化服务器,配置 ntp
服务,避免因时间问题引发虚拟机故障,文档中假设已经存在一个 ntp
服务器,time.io
。
步骤
登陆 xenserver
控制台
# 编辑
vi /etc/ntp.conf
# 删除
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 time.io #your ntp server
修改后的配置文件类似如下
# 执行命令
awk '! /^($|#)/' /etc/ntp.conf
driftfile /var/lib/ntp/drift
restrict default nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
disable monitor
server time.io # 替换成你自己的地址
启动服务
systemctl start ntpd
systemctl enable ntpd
验证NTP同步
# 执行命令
ntpstat
synchronised to NTP server (192.168.150.201) at stratum 4
time correct to within 8045 ms
polling server every 64 s
# 执行命令
ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*localhost 202.118.1.81 3 u 55 64 1 1.456 31.919 0.002