VMware Cloud Community
namezero111111
Contributor
Contributor
Jump to solution

"Invalid" virtual machines with numbers

Dear folks,

I have an ESXi 6.7 hypervisor that shows some "invalid" VMs such as:

1.png

I have read that these should be able to be unregistered, but such option is not available:

2.png

They don't have any ill effects, but could you please advise how to remove them from the list?

There must be something horrendously obvious I'm missing here...

Thank you very much!

0 Kudos
1 Solution

Accepted Solutions
RickVerstegen
Expert
Expert
Jump to solution

Check Delete invalid virtual machine entry in web client

Describes similar issue.

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick

View solution in original post

2 Replies
RickVerstegen
Expert
Expert
Jump to solution

Check Delete invalid virtual machine entry in web client

Describes similar issue.

Was I helpful? Give a kudo for appreciation!
Blog: https://rickverstegen84.wordpress.com/
Twitter: https://twitter.com/verstegenrick
namezero111111
Contributor
Contributor
Jump to solution

Spot on!!

While it didn't list with

vim-cmd /vmsvc/getallvms

I was able to remove by executing:

vim-cmd /vmsvc/unregister 11

vim-cmd /vmsvc/unregister 12

vim-cmd /vmsvc/unregister 25

Thank you very much!