VMware Cloud Community
Daniel_Herrero
Enthusiast
Enthusiast

Change "ToolsSyncTime"

Hello,

when changing "ToolsSyncTime" value in .vmx config file of a virtual machine, is it necessary to reboot either the virtual machine or the ESX server for these changes to take effect?

Thanks!

0 Kudos
5 Replies
chengdj
Contributor
Contributor

It didn't require me to reboot VM, however, I don't know what is the impact on the VM yet..

0 Kudos
BryanMcC
Expert
Expert

I have done some testing with this and I can say confidently that the setting in the vmx file is governed by the VMware Tools on the guest itself.. You will see this if you change the setting in the vmx and not in VMware Tools on the guest once you reboot the guest will change them back to what it is set at.

Better if you just change the setting in the guset from the VMware Tools applet.



Help me help you by scoring points... Smiley Happy

Help me help you by scoring points.
0 Kudos
chengdj
Contributor
Contributor

It looks like the Vmware tools will overwrite the modification on the vmx file.

0 Kudos
BryanMcC
Expert
Expert

That is correct.



Help me help you by scoring points... Smiley Happy

Help me help you by scoring points.
0 Kudos
Byron_Zhao
Enthusiast
Enthusiast

Any change to .vmx file while the VM is running will be overwritten by VMware tools. It is safer to set the change from VMware tools GUI applet. However, if you install your Linux VM with minimal options, X Windows won't be available and you only has command line. You will have to use this command to set it:

vmware-guestd –cmd “vmx.set_option synctime 0 1”

Hope it helps.

-BZ