How to disable Autostart of any VM guest machine

To determine if your virtual machines are configured to autostart: 
1.Log in as root to your ESX host with SSH. 
2.Open the /etc/vmware/hostd/vmAutoStart.xml file in text editor. 
3.Search for a line that reads:

<enabled>true</enabled> 

If you find the line, the functionality is enabled. If you do not find the line, the functionality is disabled.


4.If you want to disable autostart for all virtual machines on the host, remove the line. 
5.If you want to enable the functionality, add the line immediately after the line ending with:

</dynamicProperty> 


6.Save your changes and exit. 
7.Restart the management agents on the ESX host. For instructions on restarting the agents

Comments

Popular Posts