This shows you the differences between two versions of the page.
vmware:tip:rmvm [2017/07/05 18:46] – created js | vmware:tip:rmvm [2017/07/05 18:50] (current) – js | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Remove Invalid VM ====== | ====== Remove Invalid VM ====== | ||
- | <code bash>esxcli vm process list | + | First get a list of all VMs: |
- | vim-cmd vmsvc/ | + | <code bash>vim-cmd vmsvc/ |
+ | |||
+ | Identify the invalid vms: | ||
+ | < | ||
+ | Skipping invalid VM ' | ||
+ | Skipping invalid VM ' | ||
+ | Skipping invalid VM ' | ||
+ | Vmid | ||
+ | 1097 | ||
+ | 1098 | ||
+ | |||
+ | Then remove the VMs with the invalid id: | ||
+ | |||
+ | <code bash> |