My virtual machine's clock is inaccurate. What can be done to make it more accurate? |
|
|
First off, for those who are not familiar with the basic concepts of time keeping and why time is not accurate in virtual environments, this document is heartily recommended: http://www.vmware.com/pdf/vmware_timekeeping.pdf. If you can't tolerate a few seconds of clock skew, achieving clock accurate enough for your needs may require some effort. General guidelines. Disabling host power saving options from host BIOS is recommended: Use NTP on host and use VMware tools on guests to synchronize the time. To do this, set tools.synctime = TRUE in the guest's .VMX file. Relevant VMware KnowledgeBase articles:
|
|