vmware - How to detect unresponsive Virtual machine? -
vmware - How to detect unresponsive Virtual machine? -
i have windows virtual machine running on windows host server machine. controlling virtual machine batch script using vmrun utility. stop vm in case gets hung or stop responding. can shutdown vm using vmrun stop -hard command. how should detect/know vm unresponsive or hung batch script?
thanks!
you can create thread ping or telnet vm machine in predefined time intervals monitor machine. in case if not getting response ping or telnet can restart machine.
virtual-machine vmware vmrun
Comments
Post a Comment