WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] vifs and networking

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] vifs and networking
From: "Fajar A. Nugraha" <fajar@xxxxxxxxxxxxx>
Date: Fri, 08 Jul 2005 10:35:56 +0700
Delivery-date: Fri, 08 Jul 2005 03:34:51 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1120792140.5678.14.camel@xxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <1120792140.5678.14.camel@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)
Mike & Deb Hoesing wrote:

I had a "kernel mess" with Fedora Core 3 (my fault, not RH).  I have
switched to SuSE 9.3 and am back to a flat network, one dom0 3 guests
all can ping ech other and the outside world. I can get three bridges up
so my Iptables problem is "solved".

1.) Is ther a guide on how and in what sequence to update the DOM0
kernel and the DOMU kernels to keep the kernels in sync?

I installed SuSE 9.3 2.6.10, upgraded DOM0 2.6.11, then YAST2 "installed
to directory using xen" gave me a 2.6.10 guest, and wound up with 2
different kernel versions again.  I copied some /lib/directories and it
is working, but I'm not comfortable.

If you work with lots of domUs (e.g. real world production system), it will be much easier to build your own dom-U kernel with no module support. That way, kernel upgrade only means replacing the kernel and a reboot, without having to copy /lib/modules to all domU filesystems (imagine if you have 10 or 100 domUs :-D )

If you use symbolic link for for domU's kernel (something like /boot/vmlinuz-2.6-xenU instead of /boot/vmlinuz-2.6.11.10-xenU), you don't even have to edit domU's config files. you only have to replace which file the symlink points to.

As long as Xen version is compatible, it shouldn't matter if domU and dom0 uses different kernel version. Alternatively, you can use dom0's kernel along with dom0's modules to boot domU.

Regards,

Fajar

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>