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] New version of the XCP migration utility now available at xe

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] New version of the XCP migration utility now available at xen.org
From: David Markey <david.markey@xxxxxxxxxx>
Date: Thu, 22 Apr 2010 13:38:27 +0100
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Thu, 22 Apr 2010 05:39:43 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcriGLS9biI1CzKgRoqgusmKaFTHzA==
Thread-topic: New version of the XCP migration utility now available at xen.org
Hi all,

Version 1.2 of the XCP migration utility is now available at:

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


Release highlight is the ability to migrate PV VMs that load kernel/ramdisk 
from the Dom0(without pygrub).

In order for the script to automatically SFTP the kernel/ramdisk to the server( 
using --sftp ), you will need the paramiko module: http://www.lag.net/paramiko. 
You can also SCP/SFTP the kernel/ramdisk manually, this will definitely be the 
case when saving the VM to .xva instead of streaming directly to a server. 


Changes since 1.1.0

* Implemented the handling of guest kernels/initrds loaded from dom0. These can 
either be SFTP'd to the server automatically(the paramiko module is needed), 
otherwise the user can SFTP the kernel/initrd to the server manually if the 
module is missing. In the case you are saving to xva you will have to SFTP to 
the destination servers(s) manually. Take note. xapi does not manage guest 
kernels/ramdisks, i.e. you will need to clean up /boot/guest after you delete 
the VM that depends on those.
   Example: xva.py -d centos.5-3.x86.img -k /boot/vmlinuz-domu -r 
/boot/initrd-domu -n new-vm --server XCP-host --username root --password f0rget 
--sftp

* Fixed some bugs that made --no-apic and --no-acpi not be recognised.


Any bugs, email me or this list.

Before use, read README.

Enjoy,

David

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] New version of the XCP migration utility now available at xen.org, David Markey <=