I have the same issue (see attach: red chars on NTP configuration). My network contains mixed ESXi 4.1.0 and 5.0.0 hosts.
A closer look reveal that (this evidence can be taken only on 5.0.0, since 4.10 does not have ntpdc) the dispersion value is extremely high
~ # ntpdc -ns
remote local st poll reach delay offset disp
=======================================================================
*192.168.64.10 192.168.63.102 1 64 377 0.00037 -0.649297 0.99852
.192.168.64.11 192.168.63.102 1 64 377 0.00037 -0.650600 0.99852
A quick comparison with (example below) working physical Linux machine show far better values
[root@luggage ~]# ntpdc -ns
remote local st poll reach delay offset disp
=======================================================================
.85.214.123.101 10.0.20.3 2 1024 377 0.06668 0.006177 0.13757
.95.129.55.109 10.0.20.3 3 1024 377 0.08525 0.004216 0.12390
*131.234.137.23 10.0.20.3 1 1024 377 0.10336 -0.016612 0.12398
Just some question:
- What is the meaning of red "Date & Time" message?
- How I can use ntpdc or ntpq on ESXi 4.x?
- Is possible to force time sync on a VMware host?
Thanks in advance