Pool Auto Power On
- Get the UUIDs of the pool:
xe pool-list - Run the auto power on, replacing [UUID] with the UUID:
xe pool-param-set uuid=[UUID] other-config:auto_poweron=true
Virtual Machine Power On
- Get the UUIDs of the VM:
xe vm-list - Run the auto power on, replacing [UUID] with the UUID:
xe vm-param-set uuid=<UUID> other-config:auto_poweron=true
You can check the value with:
xe vm-param-get uuid=<UUID>param-name=other-config
xe vm-param-get uuid=<UUID>param-name=other-config
No comments:
Post a Comment