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] ISSUE EXPORTING VM FROM XEN 3.2.1 to XCP 0.5 WITH XVA.PY

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] ISSUE EXPORTING VM FROM XEN 3.2.1 to XCP 0.5 WITH XVA.PY
From: George Shuklin <george.shuklin@xxxxxxxxx>
Date: Tue, 30 Nov 2010 22:42:19 +0300
Delivery-date: Tue, 30 Nov 2010 11:42:49 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=aGkDlKchymLO6jaY/1BnbYaGsdNRXRzSSTuucb4WrDc=; b=Fu9xWR1ON1LPF9mCnig2G86HLBWsEAng7XDlniO6+XlyKXyHq9hmqn8LPMnyrZyAha bSWiek1foZf9XQioqAkeHSM5g0bvoGjQxHYkYKHYWQ0KBG1J2d4JmzCLYwhXFfNgtQkt FUQ0TNIDaR5KaVKx5QxcjVVUcGfJ/Tyw/ZZDE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=c93ctUbcQBygC8FluLxEKvNKN/2Ul9aXCz9bk1fuEMQYQf61t0J4U9SOWGWFVDXLJ3 WzRmCstpgqknJom9vY5nsdqA3C2vAB91c+w9OEEOFh4x7dEyw+MHsaSAiqxk+zXyeNHz ty7QhptIBOZByLKWLjw81zCjYqKJHYpD+YWWM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <AANLkTinB6YMBkTg1e+ZeaUb-dvvsC4biOM1UZs3kAssk@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: <AANLkTinB6YMBkTg1e+ZeaUb-dvvsC4biOM1UZs3kAssk@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
What FS is in domU? pygrub in XCP0.5 seems having troubles with ext4.

In anyway, you can use external kernels (xe vm-param-set
bootloader=EMTRYHERE; xe vm-param-set kernel=..., xe vm-param-set
ramdisk=...; be sure place kernels to anywhere in /boot on every XCP
host).

В Пнд, 29/11/2010 в 12:46 +0000, Jorge Constán пишет:
> Hello everyone.
> 
> I have the following problem that could help would appreciate.
> 
> 
> 1) Environment:
> 
> HOST 1: xen-hypervisor-3.2-1-amd64 with all VM in LVM disk.
> 
> HOST 2: XCP 0.5
> 
> 
> 2) The VM that I wish migrate is a domU in XEN and is debian lenny
> over LVM:
> 
> ...................................................................................................
> # Configuration file for the Xen instance asterisk.domainxen.local,
> created
> # by xen-tools 3.9 on Wed Nov 11 11:11:34 2009.
> #
> 
> #
> #  Kernel + memory size
> #
> kernel      = '/boot/vmlinuz-2.6.26-1-xen-amd64'
> ramdisk     = '/boot/initrd.img-2.6.26-1-xen-amd64'
> memory      = '512'
> 
> #
> #  Disk device(s).
> #
> root        = '/dev/xvda2 ro'
> disk        = [
> 
> 'phy:/dev/server/asterisk.domainxen.local-swap,xvda1,w',
> 
> 'phy:/dev/server/asterisk.domainxen.local-disk,xvda2,w',
>               ]
> 
> ........................................................................................................
> 
> As the disk was "xvda" I not modified anything (as says README xva.py
> script).
> 
> 
> 3) From dom0 in XEN host:
> 
> server:# lvscan 
> 
>   ACTIVE
> '/dev/server/asterisk.domainxen.local-swap' [512,00 MB] inherit
>   ACTIVE            '/dev/server/asterisk.domainxen.local-disk' [5,00
> GB] inherit
> 
> 
> 4) The steps I did: 
> 
> 
> A) Shutdown VM asterisk.domain.local in XEN:
> B) Convert VM LVM (asterisk.domainxen.local-disk) to a IMG so that:
> 
> server:t# dd if=/dev/server/asterisk.domainxenlocal-disk bs=64K | gzip
> -c > /mnt/unidad_usb/sat/disco_imagen_asterisk.img.gz
> 81920+0 records in
> 81920+0 records out
> 5368709120 bytes (5,4 GB) copied, 180,349 s, 29,8 MB/s
> 
> C) I Copied  img file to my ubuntu karmic desktop with python 2.6.4
> and run ""xva.py" script:
> 
> jorge@ubus1:~/vm_xen_img$ ./xva.py --is-pv --disk
> disco_imagen_asterisk.img --file=asterik.xva
> VM Details:
> Name: Unnamed
> Type: Paravirtualised
> VCPUS: 1
> Memory(bytes): 268435456
> ACPI: true
> APIC: true
> PAE: true
> NX: false
> Viridian: true
> Disk xvda(Bootable): disco_imagen_asterisk.img
> Generating XVA file asterik.xva
> 
> Processing disk disco_imagen_asterisk.img(5368709120 bytes)
> [ ########################################################################### 
> ] 100% 
> 
> It seemed that all was corect
> 
> 
> 5) When I imported from XCP 0.5 CLI appeared the following error:
> 
> Error: ['WARNING: /dev/xvda is not a disk image', 'Traceback (most
> recent call last):', '  File "/usr/bin/pygrub", line 746, in ?', '
> rai
> 
> 
> 
> What am I doing wrong? Any suggestions?
> 
> Thanks a lot.
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users



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

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