VMware Cloud Community
bug_juice
Contributor
Contributor
Jump to solution

vmware-toolbox command line options?

Hi,

I need to set the Time synchronization up on my Solaris VM running in ESX3.5 but I don't want to do it in the GUI nor do i want to modify the config file on the ESX server itself. Are there any commandline options for vmware-toolbox so i can just set the time sync to true?

Thanks

0 Kudos
1 Solution

Accepted Solutions
AWo
Immortal
Immortal
Jump to solution

Just found this: http://communities.vmware.com/message/617061#617061

Read the last post from Wilson94t, maybe this will do it for you. Unfortunately I can't test it yet.

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =

View solution in original post

0 Kudos
4 Replies
AWo
Immortal
Immortal
Jump to solution

No, you have to add 'tools.syncTime="TRUE" ' to the .vmx file if you won't/can't use the GUI.

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =
0 Kudos
AWo
Immortal
Immortal
Jump to solution

Just found this: http://communities.vmware.com/message/617061#617061

Read the last post from Wilson94t, maybe this will do it for you. Unfortunately I can't test it yet.

vExpert 2009/10/11 [:o]===[o:] [: ]o=o[ :] = Save forests! rent firewood! =
0 Kudos
bug_juice
Contributor
Contributor
Jump to solution

That was it! Thanks.

Snip from the other post:

...

GNU/Linux:

turn it on...

vmware-guestd --cmd "vmx.set_option synctime 0 1"

...and turn it back off:

vmware-guestd --cmd "vmx.set_option synctime 1 0"

The information contained in this message and any attachment may be

proprietary, confidential, and privileged or subject to the work

product doctrine and thus protected from disclosure. If the reader

of this message is not the intended recipient, or an employee or

agent responsible for delivering this message to the intended

recipient, you are hereby notified that any dissemination,

distribution or copying of this communication is strictly prohibited.

If you have received this communication in error, please notify me

immediately by replying to this message and deleting it and all

copies and backups thereof. Thank you.

0 Kudos
bug_juice
Contributor
Contributor
Jump to solution

That worked!!!! Thanks.

...snip from the link provided above:

turn it on...

vmware-guestd --cmd "vmx.set_option synctime 0 1"

0 Kudos