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

[Xen-users] Re: Getting started with Xen

To: Jean-Michel Hiver <jhiver@xxxxxxxx>
Subject: [Xen-users] Re: Getting started with Xen
From: Molle Bestefich <molle.bestefich@xxxxxxxxx>
Date: Sat, 28 Jan 2006 15:49:36 +0000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 28 Jan 2006 15:59:04 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qdwqKLwsIAEU8vffpnDKAupROedNVXcFCAp7wxY/DCwLeqP/lmrntCR7givRBQysuVPKYZps1GJ7FvpAvytW7gUHvYuz2nNwmXB1r6cHMb4RxI5zGWtRbDdsD4mlsee6WRtak9apJRneifFKclVvH/7uiujpSmDB3b39iAGvFoA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <43DA2790.2010002@xxxxxxxx>
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: <43DA2790.2010002@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Jean-Michel Hiver wrote:
> In order to do this, I have ordered a dell poweredge 1850 bi-xeon, 4 gb
> ecc ram, and raid 1 SCSI disks. It also has dual power supplies and dual
> port network cards. The idea is to have redundancy wherever possible in
> order to lower the risk of server downtime.

> Also I would like to know if there are known issues with
> the hardware I have ordered.

The only hardware manufacturer which I can remember reading about
having problems with Xen recently on this list is Dell.  I think
there's a USB issue with Dell hardware, machines go locking up or
something like that.  Search the archives?

> Is it possible to "migrate" a virtual machine to a completely different
> PC (with different hardware specs)?

It needs to have the same CPU.

Maybe you can work around this by compiling your kernel to a CPU which
has a superset of the features of the individual CPUs you plan to use,
eg. i686.  All your executables would need to be compiled to target
this CPU too.

Different CPUs may still cause problems if you use code which has
sections written for a particular CPU and runtime autodetection of CPU
capabilities.  Linux MD comes to mind.

> That would be a very useful feature to have for upgradability.

If you're permanently upgrading then you're only going to do it once,
so there's probably less of a problem..

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

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