Hi Juan, ----- "Juan Pablo Torres" <juanpablotorres@gmail.com> wrote:> Hi everyone, i have a Centos5 with XEN running 4 virtual machines. > The question is, is there any way of configuring XEN to auto start > those VM > when the physical server (dom0) is rebooted?In your ''/etc/xen'' directory should be a directory called "Auto". Copy or symlink the DomU config files in there. If you wish to start them in a specific order, add a number to the file name. For example, if you have a config file called "DomU" and you want it started second, when you copy or symlink it in the Auto directory, rename it something line "02-DomU" I hope this helps. -Alan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi everyone, i have a Centos5 with XEN running 4 virtual machines. The question is, is there any way of configuring XEN to auto start those VM when the physical server (dom0) is rebooted? thanks in advance Juan Pablo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Juan, Am Freitag, den 02.01.2009, 11:56 -0300 schrieb Juan Pablo Torres:> Hi everyone, i have a Centos5 with XEN running 4 virtual machines. > The question is, is there any way of configuring XEN to auto start > those VM when the physical server (dom0) is rebooted?mkdir /etc/xen/auto ln -s your_vm-configs /etc/xen/auto> > thanks in advance > > Juan PabloThomas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thank you all, for your quick reply! On Tue, Dec 30, 2008 at 9:36 PM, Alan Murrell <lists@murrell.ca> wrote:> Hi Juan, > > ----- "Juan Pablo Torres" <juanpablotorres@gmail.com> wrote: > > > Hi everyone, i have a Centos5 with XEN running 4 virtual machines. > > The question is, is there any way of configuring XEN to auto start > > those VM > > when the physical server (dom0) is rebooted? > > In your ''/etc/xen'' directory should be a directory called "Auto". Copy or > symlink the DomU config files in there. If you wish to start them in a > specific order, add a number to the file name. For example, if you have a > config file called "DomU" and you want it started second, when you copy or > symlink it in the Auto directory, rename it something line "02-DomU" > > I hope this helps. > > -Alan > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users