News from October, 2011

  2011/10/12
How disable time sync on VMWare...
Last changed: Oct 12, 2011 16:43 by Bartolomeo Sorrentino
Labels: vmware, synctime

Sometime we need to have different time managed by our Virtual Machines. In that case see instruction below

Edit "vmx" file with below params:

tools.syncTime = "FALSE"
time.synchronize.continue = "FALSE"
time.synchronize.restore = "FALSE"
time.synchronize.resume.disk = "FALSE"
time.synchronize.shrink = "FALSE"
time.synchronize.tools.startup = "FALSE"
checkpoint.vmState.readOnly = "FALSE"

Add the params not present in the configuration file.

Posted at 12 Oct @ 4:44 PM by Bartolomeo Sorrentino | 13 Comments