I didn’t want to write about the features of Vmware ESX , i think it’s clear to every person that familiar with virtualization
But the good characteristic of the product is command line ! think about the situation that your firewall is not allowing web traffic to vmware esx , and also VMware Infrastructure Client can not connect to it during a link time-out , that’s the place of ssh, connect to esx , and issue the required command .
one of my vm is hang up and i need to restart it again, you can do it by following commnad
#vmware-cmd -l to list the available vm on the machine
#vmware-cmd <path to the vm> reset
that’s it , wait for vm to start again , good luck


