Telephone: (480) 722-1227 Toll Free: (888) 722-1227
  Email - Contact
  Register Login   |   Knowledge Base  >  Knowledge Base Systems  >  Virtualization  >  kill vm via console   |   Saturday, July 31, 2010 search:    
kill vm via console
Last Post 18 Oct 2007 11:01 AM 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 11:01 AM  

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 - 2010 Vigilant Support   |  Privacy Statement  |  Terms Of Use