Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cant power quest machine.

Status
Not open for further replies.

jundalabee

IS-IT--Management
Nov 19, 2003
35
0
0
Hi,

I have installed GSX 3.2 on a linux host, then installed 2003 server as a guest. It worked, that is until I reboot the host. Now when I open VMware and open the virtual machine, the "power this virtual machine" button is greyed out, (this includes powering via the menus too.)

Anyone able to point me in the right direction.

Tim.
 
may be the virtual machine is "suspended"?

issue (at console):

vmware-cmd -l (to list the virutal machines)

and then, with the results issue:

vmware-cmd /var/lib/vmware/Virtual_Machines/vmname.vmx getstate

where:

/var/lib/... is the path and the filename to the virtual machine.

if it is "off" then issue:

vmware-cmd /var/lib/vmware/Virtual_Machines/vmname.vmx start

Cheers.

Chacal, Inc.[wavey]
 
Thanks for that Chacal.

After running those commands it says that the VMachine is "stuck".

I will look around for an answer, but any tips will be helpful.

Tim.
 
Hi I resolved this issue by killing the vmware process.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top