VMware Cloud Community
davidjerwood
Enthusiast
Enthusiast

Virtual Machine - Unknown State

I have a virtual machine (WinXP) running on ESX 3.5 which does not appear to be functioning correctly. The icon has a pause icon I believe indicating that the vm is suspended. But when I right click I only have the option to power on. When I try this I get the following error. "A general system error occured: Internal error."

Has anyone seen this issue before?

0 Kudos
1 Reply
Chris_Howard
Hot Shot
Hot Shot

Not seen it before.

From the service console, I would try :-

vmware-cmd <path to vmx file> getstate

Which should tell you the state vmware thinks the vm is in.

You might then try a vmware-cmd <path to vmx file> stop or vmware-cmd <path to vmx file> reset

Alternatively do a ps -ef | grep "<some part of vm name>" to see if an associated vmware-vmx process is running, and maybe kill it off.

If you found this helpful please consider the use of the Helpful /Correct buttons to award points. Thanks!!

If you found this helpful please consider the use of the Helpful /Correct buttons to award points. Thanks !!
0 Kudos