This post describes the steps to kill unresponsive or hung virtual machine process from service Console.
Steps to find the Virtual Machine Process ID
1. Login to ESX host via SSH with Root credentials
I have an unresponsive virtual machine named “vmware-arena-vm“
2. To find the PID of one of my virtual machine named “vmware-arena-vm“. Execute the below command
ps -ef | grep vmware-arena-vm
3. To kill the unresponsive virtual machine ”vmware-arena-vm” process . Execute the below command
Thanks For Reading!!!
Steps to find the Virtual Machine Process ID
1. Login to ESX host via SSH with Root credentials
I have an unresponsive virtual machine named “vmware-arena-vm“
2. To find the PID of one of my virtual machine named “vmware-arena-vm“. Execute the below command
ps -ef | grep vmware-arena-vm
3. To kill the unresponsive virtual machine ”vmware-arena-vm” process . Execute the below command
Thanks For Reading!!!
Comments
Post a Comment