0

It doesn't seem like I can do ANYTHING with this VM now. I can't unsuspend it back to its normal state. I can't delete it. It's like a curse for my datastore. Anyone have any ideas? Thanks!

O_O
  • 635
  • 3
  • 15
  • 25

1 Answers1

2

If it's an option, rebooting the ESX host usually clears up this sort of thing. If your other VMs cannot have downtime, some console-fu might do the trick.

Is this on ESXi or ESX? ESXi doesn't have a supported console, but you can still get to it.

From the console, vim-cmd vmsvc/getallvms will show your virtual machines, and let you figure out the ID of the troublesome one. You can then use that ID to execute other vmsvc commands.

Actually, this KB article is a pretty good overview for your initial round of troubleshooting.

Rjcassara
  • 123
  • 4
  • This is on the ESXi. In the end, I was able to get the problem cleared away with a reboot of the ESXi host. Thanks for the two helpful links as well. :) – O_O Apr 21 '11 at 18:30