Monday, May 24, 2010

vCenter Server update

Force a vCenter Server update to reflect command line .vmx changes using 2 vimsh commands at the COS:
1. Run the command vimsh -ne “vmsvc/getallvms” |grep [vmname] to obtain the VmID of the VM.
2. Run the command vimsh -ne “vmsvc/reload [VmID]” using the VmID obtained in the previous step.
3. After a few seconds, the configuration change will be received by the vCenter Server and will be reflected in the VIC.
More vQuotes

No comments:

Post a Comment