Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Create Debian domU on NetBSD (tutorial)



On 03/23/2010 11:51 AM, Victor Dorneanu wrote:
Hello port-xen!

I was recently trying to setup a new Debian (Lenny) domU system on
NetBSD using Xen 3.x. As a "beginner" there are a lot of things you
should be aware of. I thought it would be a great help to those
interested in installing/configuring Debian in a Xen/{NetBSD,*BSD}
environment, if I could write an (almost) complete tutorial how to do
that. I've experienced myself a lot of problems during this process as a
consequence of out-dated papers and missing information.

You can find the HowTo here[1]. Some feedback - negative as positive -
would be great.

Thanks.

[1] 
http://dornea.nu/articles/2010/03/22/howto-create-new-debian-domu-using-xen-on-bsd


Step1: " Now you'll have to create a network bridge:"
Make sure to also mention that you need to create /etc/ifconfig.bridge0 with following:
create
!brconfig $int add bge0
up

Where bge0 is my physical inet iface. This will bringe bridge interface at boot with predefined network interface as it's member.


   *Step 5:*

Make sure you mention that you edit /etc/rc.conf and add there something as:
xend=YES
xendomains=YES
xendomains="domain.foo domain.bar"
xenbackendd=YES

Where domain.foo and domain.bar are your xen configs for these domains, i.e $LOCALBASE/etc/xen/domain.foo.
In my case $LOCALBASE is defined as /usr/local, it's normally /usr/pkg
This will bring xen at boot and automatically start your DomUs.

Marcin




Home | Main Index | Thread Index | Old Index