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: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 https://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@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> 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: p2e4wz47e4 > https://www.lpi.org/caf/Xamman/certification > > MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 > https://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: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 https://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@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> 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@gmail.com> 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: p2e4wz47e4 >> https://www.lpi.org/caf/Xamman/certification >> >> MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 >> https://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: p2e4wz47e4 > https://www.lpi.org/caf/Xamman/certification > > MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 > https://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: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 https://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@lists.xensource.com http://lists.xensource.com/xen-users
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@gmail.com> 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@gmail.com> 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@gmail.com> 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: p2e4wz47e4 >>> https://www.lpi.org/caf/Xamman/certification >>> >>> MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 >>> https://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: p2e4wz47e4 >> https://www.lpi.org/caf/Xamman/certification >> >> MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 >> https://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: p2e4wz47e4 > https://www.lpi.org/caf/Xamman/certification > > MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 > https://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@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users