XOA is allways halted after the machine is rebooted
-
Greetings,
I am very new to XCP-ng. I enabled "auto power on" from web interface. However, my orchestrator's status is halted after each time the machine is rebooted.
Is there an option to make it "always on" after the boot. I am looking for a solution except defining a service file for this purpose.
Thanks in advance
-
Instructions
Set the "other-config:auto_poweron=true" parameter on both target VM and resource pool:#xe pool-param-set uuid=<pool_UUID> other-config:auto_poweron=true #xe vm-param-set uuid=<vm_UUID> other-config:auto_poweron=true
-
@splastunov is correct. However, this can actually be enabled in XOA from the pool's Advanced tab, so no need for the CLI in this case.
-
@Danp said in XOA is allways halted after the machine is rebooted:
@splastunov is correct. However, this can actually be enabled in XOA from the pool's Advanced tab, so no need for the CLI in this case.
You mean the VM's Advanced tab.
-
@DustinB No, I would have said the VM's Advanced tab if that is what I had meant.
Did you look at the pool's Advanced tab?
-
@Danp yup
-
It's available in latest release channel.
-
@splastunov said in XOA is allways halted after the machine is rebooted:
xe vm-param-set uuid=<vm_UUID> other-config:auto_poweron=true
Thank you very much for detailed reply. It worked.
All the best