VMware ESX
Management Agents
Restarting Virtual Center agent
service mgmt-vmware restart
Virtual Machines
Stopping VM via ESX host console
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>