Backtrack:  
 
by lunarg on January 8th 2014, at 12:34

Even though you've unchecked the time synchronisation checkbox in VMware Tools, synchronisation may still occur. Particularly when a certain action is performed, such as a power-off/power-on, suspend/resume, snapshot handling, etc., time synchronisation will still occur.

To complete disable time synchronisation, even during the events mentioned, you have to add additional parameters to the VMware VM configuration. There are two ways to do this.

Note that you need to have the machine powered off before you can do these changes.

Edit the .vmx file and add parameters directly

Use a text editor to directly edit the .vmx-file, adding the required parameters:

tools.syncTime = "0"
time.synchronize.continue = "0"
time.synchronize.restore = "0"
time.synchronize.resume.disk = "0"
time.synchronize.shrink = "0"
time.synchronize.tools.startup = "0"
time.synchronize.tools.enable = "0"
time.synchronize.resume.host = "0"

Note that 0 means "disabled" and 1 means "enabled;".

Warning
For GSX, VMware Fusion and VMware Workstation users, you need to replace 0 and 1 by FALSE and TRUE!

Use the vSphere Client

For ESX and ESXi, you can use the vSphere client to add the parameters.

Power off the machine, then edit the VM's settings. On the Options tab, look for General (under Advanced). Click the Configuration Parameters button, then start adding rows:

NameValue
tools.syncTime0
time.synchronize.continue0
time.synchronize.restore0
time.synchronize.resume.disk0
time.synchronize.shrink0
time.synchronize.tools.startup0
time.synchronize.tools.enable0
time.synchronize.resume.host0

Note that the parameter tools.syncTime will disappear as soon as you've added it and click OK. This is normal, the .vmx-file will contain the parameter as tools.syncTime = "FALSE"

 
 
« April 2024»
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930    
 
Links
 
Quote
« Smith & Wesson - the original point and click interface »