2.0

Table Of Contents
VMware, Inc. 105
Chapter 5 Installing and Using VMware Tools
2Toconfigureperiodictimesynchronization,usethevmx.set_optioncommand:
<daemon>
--cmd "vmx.set_option synctime <old_val> <new_val>"
<daemon>isvmware-guestdonUNIXsystemsorVMwareService.exeon
Windowssystems.
<old_val>and<new_val>aretheoldandnewvalues,respectively.Use0tomean
FALSEand1tomeanTRUE.
FollowingisanexampleofsettingtimesynchronizationtoTRUEonaLinuxguest:
./vmware-guestd --cmd "vmx.set_option synctime 0 1"
Thenewsettingiswrittentothetools.syncTimepropertyinthevirtual
machine’sconfiguration(.vmx)file.Usingthisoptionisequivalenttousingthe
timesynchronizationoptionontheOptionstaboftheVMwareToolscontrol
panel.
Tousecommandsotherthan--cmd,usethe--helpcommandlinecommand.