Re: [Xen-API] Autostart with XCP on Debian 7

2014-10-31 Thread Mark Benson
On Fri, Oct 31, 2014 at 8:50 AM, Dave Scott wrote: > >> #!/bin/sh > >> xe vm-start other-config:auto_poweron=true power-state=halted --multiple > >> > >> HTH, > >> Dave > > > > So if I drop that somewhere like rc.local it'll boot the required VMS on > startup if they are at the 'halted' state, fo

Re: [Xen-API] Autostart with XCP on Debian 7

2014-10-31 Thread Dave Scott
> On 31 Oct 2014, at 08:01, Mark Benson wrote: > > > > On 30/10/2014 21:07, Dave Scott wrote: >> #!/bin/sh >> xe vm-start other-config:auto_poweron=true power-state=halted --multiple >> >> HTH, >> Dave > > So if I drop that somewhere like rc.local it'll boot the required VMS on > startup if

Re: [Xen-API] Autostart with XCP on Debian 7

2014-10-31 Thread Mark Benson
On 30/10/2014 21:07, Dave Scott wrote: #!/bin/sh xe vm-start other-config:auto_poweron=true power-state=halted --multiple HTH, Dave So if I drop that somewhere like rc.local it'll boot the required VMS on startup if they are at the 'halted' state, for instantce? Thanks, -- Mark ___