Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Xen MIgration problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen MIgration problem
From: "saptarshi naha" <naha80@xxxxxxxxx>
Date: Sat, 29 Jul 2006 14:33:04 +0530
Delivery-date: Sat, 29 Jul 2006 02:03:58 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ocnpr1/kX3iMb7NUuY9dtV9QC1avA0kQryZpgnu5fMR4GE4mJTtZyHLrcgCI8YWEOcW60eUrCtjU3YwW33OvNEXIAz7QzuJAxnIaHCfuCSVkPS0EeuulTUfUZTTSld0ZdGqCKuHPlnXRpEAT/jJuwZ4Gisi9VeJAvRfYnnTf0Jo=
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
Hey,

I am trying to migrate Xen VM from 1 physical m/c to another. I have
instll GNBD and done the following.

VM1 to be exported:
nbd_serv -n
service gfs stop
gnbd_export -c -d  /dev/sda1 -e global_diskVM1
gnbd_export -l

Domain 0 of other machine:
depmod -a
modprobe gfs
modprobe gnbd
modprobe lock_dlm
service gfs start
gnbd_import -i  <ip adress of VM1> -n
cd /dev/gnbd

I see the global_diskVM1 in /dev/gnbd/ of Domain 0 of the other machine.

When I try and migrate (live and pause)it it gives I/O ad inode errors
after migration. THe same error is seen without GNBD, so the problem
is n my GNBD setup.

Has anyone done such GNBD simple setup between 2 machines with no SAN.
Please tell me what am I doing wrong.


Thanks in advance,
Naha

_______________________________________________
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 problem, saptarshi naha <=