1 Replies
Last post:
Sep 19, 2007 10:14 AM by
Rob
First try the nice way...
vmware-cmd /vmfs/volumes//.vmx stop
If this does not work, you can try the kill command... be careful to get the correct pid as this will instantaneouly kill whatever process you enter
First lookup the PID for your vm
ps -ef |grep (vmconfig filename.vmx)
In result you should receive the PID
Then you can use:
kill -9 PID
