ESXi - Troubleshooting

From The TinkerNet Wiki
Revision as of 11:49, 31 July 2020 by Tinker (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>