<br>Hello all,<br><br>A few notes w.r.t. section 48.4 of the LVS HOWTO (VMware problems with NTP/time)<br>It -IS- possible to keep several hosts in sync time-wise in VMware, even on a simple laptop.<br><br>I am currently running an LVS cluster and 2 webservers on my laptop with VMWare Server 1.0.7 and 1GB RAM.<br>

There have been no spontaneous cluster failovers (yet) today.<br><br><br>For GSX / VMware Server:<br>Pass the following options to the kernel via grub.conf:<br>  clock=pit nosmp noapic nolapic<br><br>For RHEL5/CentOS5, you should use the following:<br>

  clocksource=pit nosmp noapic nolapic<br><br>Because this will disable all of Linux' intelligent clock tricks, you'll need to run NTPd to keep your clock in sync.<br>More info at:<br><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1420" target="_blank">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1420</a><br>

<br><br>For ESX servers,  the solution is 'simpler':<br>You need to lower the minimum time between clok requests:<br>  Configuration --> Software --> Advanced Settings --> Misc --> Misc.TimerMinHardPeriod <br>

  Lower this value (it is in microseconds)<br>More info at:<br>
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2219" target="_blank">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2219</a><br>

<br><br>