ESXi - Troubleshooting
Jump to navigation
Jump to search
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