Register   |   Login   |   February 04, 2012    |   Knowledge Base  >  Knowledge Base Systems  >  Virtualization  >  kill vm via console
search:     

Phone: 480-722-1227
Toll Free: 888-722-1227

kill vm via console
Last Post 18 Oct 2007 06:01 PM by Chris Muench. 0 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Chris MuenchUser is Offline
New Member
New Member
Posts:57

--
18 Oct 2007 06:01 PM  

First try to:

vmware-cmd /vmfs/volumes//.vmx stop

If this not help try to find PID for this VM:

ps -ef |grep

In result you should receive the PID

Then you can use:
kill -9 PID

I don't have to remind you that kill -9 will stop VM immediately :) after such operation you might have some problem with power on the VM. In my env. in most cases I don't have any problems with killing VM processes :)

You are not authorized to post a reply.

Active Forums 4.2
Copyright 2006 - 2011 Vigilant Support   |  Privacy Statement  |  Terms Of Use