5 Website Development Tips To Boost Your Business Growth Exponentially

XenServer auto VM Restart on power failure has been been removed to disabled to  to remove a conflict with HA  High Availability.  You can turn it on buy running the following commands on the server.

 

To get the list of the pool’s on your XenServer type:

xe pool-list

bd5888ab-3bc1-6c58-77e5-517385bcb96c

 

Copy the UUID of the pool, in my case there ist just one pool. Then issue the following command, and replace the UUID with your pools UUID.

xe pool-param-set uuid=bd5888ab-3bc1-6c58-77e5-517385bcb96c other-config:auto_poweron=true

 

 

xe vm-list

You should get a full list of the VM’s on the server, along with their name and UUID. Copy the UUID of the VM you wish to enable autostart then issue the command below, again replacing the UUID with the UUID of the VM you wish to auto start.

To Auto Start your Pool (replace UUID with the UUID of your Pool):
xe pool-param-set uuid=UUID other-config:auto_poweron=true
To Auto Start your VM (replace the UUID with the UUID of your VM):
xe vm-param-set uuid=UUID other-config:auto_poweron=true

xe vm-param-set uuid=5204e925-76b5-78ad-b63d-bc0125cb8a9a other-config:auto_poweron=true

 

xe vm-param-set uuid=018712e5-fdd9-e5e6-990a-44715582077d other-config:auto_poweron=true

xe vm-param-set uuid=51e0f1ba-67f4-80d7-ce03-d39ecca1fca6  other-config:auto_poweron=true

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Published on: Mar 03, 2021

Categories: Web Development

    No Comments yet! Be the first one to write.


    Leave a Reply

    Your email address will not be published. Required fields are marked *