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] live migration with Xen

To: "XUFENG" <xufengnju@xxxxxxxx>
Subject: Re: [Xen-users] live migration with Xen
From: Luke S Crawford <lsc@xxxxxxxxx>
Date: 31 Mar 2009 00:04:06 -0400
Cc: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 30 Mar 2009 20:56:32 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200903311013060154329@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/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: <200903311013060154329@xxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4
"XUFENG" <xufengnju@xxxxxxxx> writes:
> On Xen v3.0 Users' Manual it has the part "8.2 Migration and Live Migration".
> But if the primary physical machine suddenly crashed,we will not be able to 
> do 
> live migration.Is it right?

Yes.

> I mean,can Xen have the same function as Vmware esx server's vmotion

I believe vmotion does almost exactly what live migration does, that is, move
from one running, healthy hoast to another.  It is ... difficult to copy
bits out of ram when the server is dead.  

> (when the primary physical machine crashed,the virtual hosts on it can be 
> automatically migrated to the second Vmware esx server)?

I forget what VMWARE calles this, but I'm pretty sure it's not vmotion.
Also, for this to work in vmware, you need the second server up and running
in 'hot standby' mode.   From what I understand, the memory state of the second
image is kept approximately the same as the first image;  this is how it
avoids the problem of copying bits out of ram on the dead server.  

In some cases, it's quite useful;  but it's not free.  you are using two servers
to get the work of one server. 

similar features, I believe, are planned for the Xen 3.4 release.   As of now, 
though, with the default hypervisor, there is no such functionality in xen.  

check out 

http://www.usenix.org/events/nsdi/tech/full_papers/cully/cully_html/index.html

for some info.  

-- 
Luke S. Crawford
http://prgmr.com/xen/  -   Hosting for the technically adept
                           We don't assume you are stupid.  

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

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