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] Use different version Xen on one computer.

To: "Fajar A. Nugraha" <fajar@xxxxxxxxx>
Subject: Re: [Xen-users] Use different version Xen on one computer.
From: Thiago Camargo Martins Cordeiro <thiagocmartinsc@xxxxxxxxx>
Date: Sun, 17 May 2009 21:46:07 -0300
Cc: xen-users@xxxxxxxxxxxxxxxxxxx, eXeC001er <execooler@xxxxxxxxx>
Delivery-date: Sun, 17 May 2009 17:46:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=XCtFMYBBvRZc/1GpIIrbolFFVe5gHsmHUlKsChXF4pI=; b=hpXVULetuw+eD/u43TuXZNoBgpZaqlUXonYVZJwGQfXcWt5gXFoaK2bXzcW0h/YNeR U9QG4RoVut76wqQrEX+viSeAvFZ80fy2GpX4K0djYF9e9Rq5FxZnLqD5BE46eBg149hg mOoXhPVZCtOc6msaQnd9+gXPLL5qGqiEWtWg4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dhvihw7PfeTeXrjLpxhjkIp4+gnBmLj8OSDC1WWXkZFg1R/TJ9UaXg4YpXTZwSXUGi nPsQjpHo0tB/tnbbh79MYrRBmFRb9/hrEQQDCvitAfCmwJ3rsRo4VvGMY5iqFHBJ+tES 290Vl4grNwvhgOdX0IN5ppWjn/kIdm3Qm75j8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <7207d96f0905160827x74b21cadre727a6fd3b1c28a8@xxxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <ebc0b6390905160803t64db9294g7aecb00f0993b702@xxxxxxxxxxxxxx> <7207d96f0905160827x74b21cadre727a6fd3b1c28a8@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Dual boot will be the best choice...   ;-)
You can even share the same /boot for both root file systems, for example:

/dev/sda1 on /boot 256M (Two options in GRUB, one for each root file system)
/dev/sda2 on / 10G (For Xen 3.3.1)
/dev/sda3 on / 10G (For Xen-unstable)

-
 Thiago

2009/5/16 Fajar A. Nugraha <fajar@xxxxxxxxx>
On Sat, May 16, 2009 at 10:03 PM, eXeC001er <execooler@xxxxxxxxx> wrote:
> Hello!
> How do I implement this?
> I want to use Xen-3.3.1 and Xen-unstable.

It's not easy.
Although you can (at least on Linux) mix-and-match dom0 kernel, the
hypervisor is tightly connected to userland programs (xend, xm, etc.).
Having two hypervisors is easy, but having both version of userland
programs is hard since (by default) it's installed in the same
location with the same name.

Since you can't activate both at the same time anyway, my suggestion
is to have separate root partition/LV for each version. Kinda like
dual boot.

--
Fajar

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

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>