Hi,

> On 30 Oct 2014, at 19:02, Mark Benson <md.ben...@gmail.com> wrote:
> 
> Hi,
> 
> Having a hard time here setting up VMs to auto-poweron on Debain 7/XAPI. I've 
> done the following:
> 
> xe pool-set-param uuid=<pool uuid> other-config=auto_poweron:true
> 
> and
> 
> xe vm-set-param uuid=<vm uuid> other-config=auto_poweron:true
> 
> but on reboot it isn't spinning the VM up automatically.
> 
> Any other suggestions? I googled for a goo 30 mins on it today and couldn't 
> find any alternative suggestions :\

I believe the auto_poweron key is supposed to be interpreted by a startup 
script, something like:

#!/bin/sh
xe vm-start other-config:auto_poweron=true power-state=halted --multiple

HTH,
Dave
_______________________________________________
Xen-api mailing list
Xen-api@lists.xen.org
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api

Reply via email to