C:/Program Files/VMware/VMware vSphere CLI/bin>vmware-cmd.pl -H 【ESX主机地址】 /vmfs/volumes/…/【虚拟机名】.vmx stop hard
进入在unsupported模式的方法在 使用ESXi 4.0的几点小结中有说明。运行vm-support –x得到对应虚拟机的vmid号vm-support –X 【vmid号】e.g.~ # vm-support -xVMware ESX Support Script 1.30Available worlds to debug:vmid=10583 ESX4
~ # vm-support -X 10583VMware ESX Support Script 1.30Preparing files: |Can I include a screenshot of the VM 10583? [y/n]: n
Can I send an NMI (non-maskable interrupt) to the VM 10583? This might crash the VM, but could aid in debugging [y/n]: n
Can I send an ABORT to the VM 10583? This will crash the VM, but could aid in debugging [y/n]: y
ps –g | grep 【虚拟机名】kill –9 【进程号】e.g.~ # ps -g | grep ESX
10583 vmm0:ESX4
10584 vmm1:ESX4
10585 10582 mks:ESX4 10582 10582 /bin/vmx
10586 10582 vcpu-0:ESX4 10582 10582 /bin/vmx
10588 10582 vcpu-1:ESX4 10582 10582 /bin/vmx
10718 10582 Worker#0:ESX4 10582 10582 /bin/vmx
~ # kill -9 10582
~ # ps -g | grep ESX
10583 vmm0:ESX4
本文出自 “面朝大海,春暖花开” 博客,谢绝转载!