Since I am using VMware Workstation, I choose to edit the vmx file. For vSphere, you can add parameters following the kb1189.
Add configuration options in the virtual machine's .vmx file:
Open the virtual machine's configuration file (
/vmfs/volumes/datastore_name/vm_name/vm_name.vmx
) using a text editor.- Set these options to zero. If the entries do not exist, add them.
Note: 0 = disabled, 1 = enabled.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: In GSX, VMware Fusion, and VMware Workstation, you must use"FALSE"
instead of"0"
. For example: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"
time.synchronize.tools.enable = "FALSE"
time.synchronize.resume.host = "FALSE"
No comments:
Post a Comment