VMware 5.5主机不从NTP更新时间

我有2个HP ProLiant VMware 5.5主机,我已经configuration了它们的时间同步以使用NTP。 我已经将NTP指向了n.north-america.pool.ntp.org服务器。 我已经重新启动了定时服务,并等待了15分钟,但时间仍然是6分钟(目前无论如何)。 ntp.conf文件如下所示:

restrict default kod nomodify notrap nopeer restrict 127.0.0.1 server 0.north-america.pool.ntp.org server 1.north-america.pool.ntp.org server 2.north-america.pool.ntp.org server 3.north-america.pool.ntp.org driftfile /etc/ntp.drift 

我已经看了VMware的NTP故障排除指南和手表ntpq -q localhost命令显示以下内容:

 Every 2s: ntpq -p localhost 2016-05-20 17:39:28 remote refid st t when poll reach delay offset jitter ============================================================================== +utcnist2.colora .NIST. 1 u 42 64 377 111.955 347166. 166.746 +nox.prolixium.c 200.98.196.212 2 u 42 64 377 56.777 347187. 163.313 triangle.kansas 128.252.19.1 2 u 114 64 332 105.921 347142. 155243. *131.107.13.100 .ACTS. 1 u 40 64 377 103.846 347195. 165.405 

偏移量始终是347K。 我也看过syslog.log和我看到的唯一的消息如下:

 2016-05-20T16:36:58Z root: ntpd Stopping ntpd 2016-05-20T16:36:58Z watchdog-ntpd: Watchdog for ntpd is now 950158 2016-05-20T16:36:58Z watchdog-ntpd: Terminating watchdog process with PID 950158 2016-05-20T16:36:58Z watchdog-ntpd: [950158] Signal received: exiting the watchdog 2016-05-20T16:36:59Z ntpd[950186]: ntpd exiting on signal 1 2016-05-20T16:36:59Z root: ntpd Starting ntpd 2016-05-20T16:36:59Z watchdog-ntpd: [956340] Begin '/sbin/ntpd ++group=ntpd -g -n -c /etc/ntp.conf -f /etc/ntp.drift', min-uptime = 60, max-quick-failures = 1, max-total-failures = 100, bg_pid_file = '' 2016-05-20T16:36:59Z watchdog-ntpd: Executing '/sbin/ntpd ++group=host/vim/vmvisor/ntpd -g -n -c /etc/ntp.conf -f /etc/ntp.drift' 2016-05-20T16:36:59Z ntpd[956363]: ntpd [email protected] Tue Mar 3 09:11:43 UTC 2015 (1) 2016-05-20T16:36:59Z ntpd[956363]: proto: precision = 0.520 usec 2016-05-20T16:36:59Z ntpd[956363]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123 2016-05-20T16:36:59Z ntpd[956363]: Listen normally on 1 lo0 127.0.0.1 UDP 123 2016-05-20T16:36:59Z ntpd[956363]: Listen normally on 2 vmk0 172.16.120.2 UDP 123 2016-05-20T16:36:59Z ntpd[956363]: Listen normally on 3 vmk1 172.16.180.23 UDP 123 2016-05-20T16:36:59Z ntpd[956363]: Listen normally on 4 vmk2 172.16.180.24 UDP 123 2016-05-20T16:42:01Z ntpd[956363]: 128.138.141.172 interface 172.16.180.23 -> 172.16.120.2 2016-05-20T16:42:01Z ntpd[956363]: 131.107.13.100 interface 172.16.180.23 -> 172.16.120.2 2016-05-20T16:42:01Z ntpd[956363]: 45.79.10.228 interface 172.16.180.23 -> 172.16.120.2 2016-05-20T16:42:01Z ntpd[956363]: 64.6.144.6 interface 172.16.180.23 -> 172.16.120.2 

172.16.120.2是用于vMotion,pipe理等的vmkernel端口。172.16.180.23和24是仅用于iSCSI的vmkernel端口(禁用vMotion,pipe理等)。

在这里应该有类似这样的消息“ntpd [263140]:同步到,阶层”,但我没有看到任何。

任何想法,我可能会错过?

编辑:事实上,如果我手动设置时间(使用谷歌获取当前时间),几秒钟后将恢复到6分钟慢。

编辑2:那么,不正确的时间是传播到我们的域控制器,然后到我们的工作站。 我禁用VMware Tools时间同步到域控制器,重新同步它的时间,然后重新同步到我的桌面上的时间,使一切都是正确的。

现在,我不再遇到上述问题。 那么,域控制器虚拟机上的错误时间是否可能会调整主机上的时间? 我不认为这是双向的。 或者,我的机器上的vSphere Client是否会更新主机上的时间?