Difference between revisions of "ESXi - Troubleshooting"
Jump to navigation
Jump to search
(Created page with "== Delete invalid virtual machine entry showing in web client == * SSH into the server ** List registered VMS *** <code>vim-cmd /vmsvc/getallvms</code> ** get the ID of the V...") |
(No difference)
|
Latest revision as of 11:49, 31 July 2020
Delete invalid virtual machine entry showing in web client
- SSH into the server
- List registered VMS
vim-cmd /vmsvc/getallvms
- get the ID of the VM you removed the files for (the first column of output). Mine said invalid vm skipped but showed the ID
- unregister VM
vim-cmd /vmsvc/unregister <id>
- List registered VMS