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] Live Migration Query

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Live Migration Query
From: Asim <linkasim@xxxxxxxxx>
Date: Sun, 18 May 2008 09:58:16 -0700
Delivery-date: Sun, 18 May 2008 09:58:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=o0fQszG7KMzKOyMbMHgJ/36YNecA0+04KQWndKPJdMU=; b=p5dOy4iw2jw8Aztk7oMx8mQ4OL3Zj9FUj2dguKvGOU9fOYH5JrLh/giIZnBRnWHnBFVpNE/ZgzXdFZdTe9SLGTjN67nZCxw+l5ToDdtnT4Lsv/1QBseUPtZGsVtb0ESB45Vqdw6SKo9LggFarDYKzBUdzXncm23Cq3GOiWJkBUg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=o1ZVWP8uS/pBmna+y01e6Xk2crwTM3D08skxuh+0Rt91E54wjD7h4tiPorTPOIt4VkBI/nwFVBlgkEkxg8rOCdsRScrSGnw6is5g7KOIryvOqc0xv45D9+DqG+nIdQE6g/IQrppn7bJxlATVs8JGuhaGtiReYiVIYHOB1ttWo18=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm performing live migration. I see something weird happening that I cannot explain:

Once I fire xen migration at the source:

[root@src ~]# xm migrate --live FC8.domU dest
Error: /usr/lib/xen/bin/xc_save 23 3 0 0 1 failed
Usage: xm migrate <Domain> <Host>

Migrate a domain to another machine.

Options:

-h, --help           Print this help.
-l, --live           Use live migration.
-p=portnum, --port=portnum
                    Use specified port for migration.
-r=MBIT, --resource=MBIT
                    Set level of resource usage for migration.

[root@src ~]#

If I do a xm list, I can see the domain here:

[root@src ~]# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   499     1     r-----   1517.6
FC8.domU                                     3   500     1     -b----      3.6


While at the destination, I see a hanging domU as :

[root@dest xen-images]# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                     0   502     1     r-----   1646.1
FC8.domU                                     3   500     0     -bp---      0.0


Can anyone help me with this save failed problem and it will also be great if anyone can explain me what exactly happened here.

Thanks,
Asim

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