VMware – Stopping a VM via the console
Posted by technonerd on February 25, 2008
Best not to do this unless the VM won’t stop via the VIClient:
- Logon to ESX host console
- vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop
If that doesn’t work:
- vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop hard
If that doesn’t work, then:
- ps auxfww | grep <vmname>
- Find PID of running vm
- kill -9 <PID>