Frank Church
2007-Apr-14 11:30 UTC
[Xen-users] How to automatically start VMs after start up
What is the standard method for automatically start Xen VMs after boot? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Igor Chubin
2007-Apr-14 11:50 UTC
Re: [Xen-users] How to automatically start VMs after start up
On Sa, Apr 14, 2007 at 12:30:23 +0100, Frank Church wrote:> What is the standard method for automatically start Xen VMs after boot? >AFAIK to start domain automatically during system boot you must place link to its config file into /etc/xen/auto directory. For example, I want domain0 (with config residing in /etc/xen/auto/) started every system boot: # ln -s /etc/xen/domain0 /etc/xen/auto/> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Igor Chubin
2007-Apr-14 11:54 UTC
Re: [Xen-users] How to automatically start VMs after start up
I''m sorry. I''ve made typo in my previous letter. Correct: For example, I want domain0 (with config residing in /etc/xen/domain0) started every system boot: # ln -s /etc/xen/domain0 /etc/xen/auto/ -- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Apr-14 14:10 UTC
Re: [Xen-users] How to automatically start VMs after start up
Igor Chubin wrote:> I''m sorry. > I''ve made typo in my previous letter. > > Correct: > > For example, I want domain0 (with config residing in /etc/xen/domain0) > started every system boot: > > # ln -s /etc/xen/domain0 /etc/xen/auto/ > >Or this: ln -s ../domain0 /etc/xen/auto/. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users