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-devel] Re: [Xen-users] XCP/XenServer Migration utility now ava

To: admin@xxxxxxxxxxx
Subject: Re: [Xen-devel] Re: [Xen-users] XCP/XenServer Migration utility now available at xen.org
From: Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Date: Mon, 15 Mar 2010 15:41:52 -0300
Cc: David Markey <david.markey@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 15 Mar 2010 11:46:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=TNMWlVhz58gqgFFYfYucwe0M/WrZx2imVVva31UpWZM=; b=LJHFjMS7Mi0Y7DvyZ1uFWdtzmRI4POsMwrNkp1sfC8ePoNJ1DJNVxwdE63i6TXD0jQ gOmjgTN42hdGTC8nWHg3fe5f0Qd0WY//JEsVc5b9bM9P6vphHTplEEXyeAzb/40UbGEI 6odHbVaateusEAIeBqonGlXZwM3IwefyPqePM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=dhHO5tWetjr+8EUiJ4zuIx4TX8YSsb2tKCJKs+8mRr5SygagnOM3N1Ik3u0b2U6Qh+ mpvgl1Nbdp4IwVSNVo8Hd1FgcIBR5DGuEFXvJaic4iaRG3m9awdDsu2Wkb6iTJyQoB89 WdUnw1wUH886yfJxUj4Nd0n3n1wqbLy+iJq60=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <6b7f6eb1003151113o60046a6l3f6667851737fa8f@xxxxxxxxxxxxxx>
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: <A1AB79C06219B34FBD39BC5B1E36CB97542647B5AF@xxxxxxxxxxxxxxxxxxxxxxxxx> <6b7f6eb1003121142x3f3ac6c7u6175c2ca3ddb283f@xxxxxxxxxxxxxx> <6894a6471003151043o5ba7bf03kc8be41b7ae007626@xxxxxxxxxxxxxx> <6b7f6eb1003151113o60046a6l3f6667851737fa8f@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
ERRATA:

 Within the XenServer, the guest01 should be:

proc            /proc           proc    defaults        0       0
/dev/xvda1      /boot           ext2    defaults        0       2
/dev/mapper/vg01-root /               ext3    errors=remount-ro 0       1
/dev/mapper/vg01-swap none            swap    sw              0       0

2010/3/15 Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Hi David!

 My Xen domU in my open source dom0 (Debian) have this configuration file:

----
bootloader  = '/usr/bin/pygrub'
extra       = 'console=hvc0'
memory      = '64'
disk        = [
                  'phy:/dev/HyperVG01/guest01-root,xvda1,w',
                  'phy:/dev/HyperVG01/guest01-swap,xvda2,w',
              ]
name        = 'guest01'
vif         = [ 'mac=00:01:64:4b:0d:2e, vifname=guest01-eth0, bridge=eth0' ]
>on_reboot   = 'restart'
on_crash    = 'restart'
----

 My guest01 /etc/fstab file:

proc            /proc           proc    defaults        0       0
/dev/xvda1      /               ext3    relatime,errors=remount-ro 0       1
/dev/xvda2      none            swap    sw              0       0

 BUT, this is for open source Xen domU, within the XenServer, the guest01 should be:

proc            /proc           proc    defaults        0       0
/dev/xvda1      /boot           ext2    defaults        0       2
/dev/mapper/vdwuaf1-root /               ext3    errors=remount-ro 0       1
/dev/mapper/vdwuaf1-swap_1 none            swap    sw              0       0

 And the partition table of the guest01:

guest01:~# fdisk -lu /dev/xvda

Disk /dev/xvda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders, total 16777216 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x0009c181

    Device Boot      Start         End      Blocks   Id  System
/dev/xvda1   *          63      498014      248976   83  Linux
/dev/xvda2          498015    16771859     8136922+  8e  Linux LVM

 You tool can recreate the partition scheme? Or it just copy the domU as is?
 I have many others domU like this to copy...

Thanks!
Thiago

2010/3/15 David Markey <admin@xxxxxxxxxxx>

If anyone has feature requests, direct them here.

The next feature i'll be working on is supporting kernels loaded from the Dom0. The kernel images will have to be copied to the XenServer/XCP Dom0.





2010/3/12 Martinx - ジェームズ <thiagocmartinsc@xxxxxxxxx>
Really COOL!!! I'm doing all this work manually until now!


On 12 March 2010 15:33, David Markey <david.markey@xxxxxxxxxx> wrote:
Hi all,

A new python based migration utility for migrating your xend virtual machines to XCP  is now available at:

http://www.xen.org/products/cloud_projects.html

It can generate XVAs from your xend based HVM and paravirtualised virtual machines.
It can also steam your VM directly to a XenServer/XCP host over HTTP or HTTPS.

Please read the README for pointers and guidelines on how to prepare your VMs for migration to XCP. Most PV based virtual machines will need some preparation work.


Thanks to Stephen Spector and Dave Scott!

Enjoy,

David

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


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




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