Thursday, April 6, 2017

How to find invalid vm id's in Vmware ESXi

Command to find all vm ids.


vim-cmd vmsvc/getallvms


If you find any vm id is invalid from above command output.


Please use below command to reload invalid vm id.

vim-cmd vmsvc/reload [vm id number]

No comments:

Post a Comment