| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Re: Tool for convert VMware to Xen
 
To: Bruno Steven <aspenbr@xxxxxxxxx>From: Martinx - ジェームズ	<thiagocmartinsc@xxxxxxxxx>Date: Wed, 16 Jun 2010 01:01:59 -0300Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Tue, 15 Jun 2010 21:03:46 -0700Domainkey-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=mhNWvB9gAS5HAb14k5zuR525vPr+U9ruL8DL8XxvP+s9zyZ3argBcpbOsSR3cGMchV	JTZt8NsjAXq7HKNXiCqvQ8HiI96dHNqhq7GB5ec7bElkf45SB178zAfumJPNEIWVTOeU	XsD3h/5xjVua/93rBp27fqLBaIWOHDEtcOwIc=List-id: Xen user discussion <xen-users.lists.xensource.com> Hi,
 
 The Xen Converter will export your VM to a XenServer, not to a open source version of the Xen.
 
 Anyway, you can boot your vmware guest with any Live CD (a.k.a. sysrescuecd), mount your partitions under /mnt/source, configure the network, mount a remote NFS server under /mnt/target and copy all files from /mnt/source/ to /mnt/target/...
 
 For example:
 
 1) Boot your vmware guest with the sysrescuecd;
 2) do "mkdir /mnt/target /mnt/source";
 3) Mount your root partition: mount /dev/sdaX /mnt/source;
 4) Look for another partitions: cat /mnt/source/etc/fstab;
 5) Mount, for example, the /usr, /home, etc...: mount /dev/sdaY /mnt/source/home;
 6) Configure the network;
 7) Mount the remote NFS server (the destination target - Xen open source virtual disk): mount 10.20.40.10:/mnt/target/
 8) Copy the content: cd /mnt ; rsync -avz --delete source/ target/;
 9) Umount all file systems;
 10) Reconfigure you new Xen domU with the new disk.
 
 Pay attention to your kernel, it MUST be Xen-aware (a.k.a. CONFIG_XEN=y).
 
 Regards,
 Thiago
 
 
 On 16 June 2010 00:45, Bruno Steven <aspenbr@xxxxxxxxx>  wrote: 
Hi , 
 Again , I have installed tool xen converter the result are two files .pvp and .vhd , I put this file (vhd) on Virtual Machine  configuration disk = ['file:/mnt/disco-backup/xen/pegasus.vhd,ioemu:hdb,w'].  
 When start the virtual machine show message FATAL : no bootable device, the harddisk was know on bios .  
 What I should do for resolve this problem ?  
 Thanks   On Tue, Jun 8, 2010 at 7:44 PM, Bruno Steven <aspenbr@xxxxxxxxx>  wrote:
 
I was wrong , I need tool convert virtual  disk Vmware Server 2.0 to Xen virtual disk (image) . 
 Thanks. On Tue, Jun 8, 2010 at 9:50 AM, Bruno Steven <aspenbr@xxxxxxxxx>  wrote:
 Hi, 
 Somebody know any tool for convert Virutal machines from Vmware for Xen , I have used qemu-img but not work. 
 
 
 Thanks .  Bruno Steven --  Bruno Steven - Administrador de sistemas.  LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100https://mcp.microsoft.com/authenticate/validatemcp.aspx P Antes de imprimir pense em sua responsabilidade e comprometimento com o Meio Ambiente. Before printing this message, think about your ecologic responsability and environment commitment.
--  Bruno Steven - Administrador de sistemas.  LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100https://mcp.microsoft.com/authenticate/validatemcp.aspx P Antes de imprimir pense em sua responsabilidade e comprometimento com o Meio Ambiente. Before printing this message, think about your ecologic responsability and environment commitment.
_______________________________________________
 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 
 |