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] xen-migration

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen-migration
From: zjf198111 <zjf198111@xxxxxxx>
Date: Tue, 5 Jun 2007 16:44:08 +0800 (CST)
Delivery-date: Tue, 05 Jun 2007 09:47:56 -0700
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
  this is my first letters,
  

 We are currently migrating  to xen :

we have two xen host

node 1:172.19.11.153

node 2:172.19.11.151

I want to migrate VM of node1 to node2.,our step is this

(1) on node1 ,I edit /etc/exports

  /home   172.19.11.153(RW)

(2)service nfs restart

(3) on node2 ,I use the commend : mount 172.19.11.151:/home /xen

(4) I edit /etc/xen/xend_config.sxp on node1and node2

(5) on node1 ,I create the domainU : xm create -c fc6-conf

(6) on node1 : root # xm list

Name                              ID Mem(MiB) VCPUs State  Time(s)

Domain-0                           0      128     4 r----- 21106.6

fc6                           8     2048     1 --p---     0.0

(7)xm migrate --live fc6 172.19.11.153

 

on node1 :

root # xm list

Name                              ID Mem(MiB) VCPUs State  Time(s)

Domain-0                           0      128     4 r----- 21106.6

migrating_fc6                      8     2048     1 --p---     0.0

 

on node2:

root # xm list

Name                              ID Mem(MiB) VCPUs State  Time(s)

Domain-0                           0      128     4 r----- 21106.6

fc6                                       2048    1 --p---     0.0

 

 

after migration is over ,on node2: xm list .I did not find fc6 .but on node1 : xm list: fc6 is alredy is exiting 。

I did not find the reson .please tell me .

 

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