<div dir="ltr"><div><div>Hello,<br></div>But it&#39;s in the roadmap a gui converter v2v, or better, insert a menu in the manager where i can import several type of vm like .ovf or .vmk<br>Thanks,<br></div><div>Massimo<br>
</div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-06-27 13:40 GMT+02:00 Sandro Bonazzola <span dir="ltr">&lt;<a href="mailto:sbonazzo@redhat.com" target="_blank">sbonazzo@redhat.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Il 27/06/2014 07:41, Koen Vanoppen ha scritto:<br>
<div class="">&gt; II created this document for the company where I work. Maybe it is userfull for you too:<br>
&gt;<br>
&gt; Migrate from VMWare to oVirt<br>
&gt;<br>
&gt; 1.    On VmWare:<br>
&gt;<br>
&gt; a.    Export the VM to ovf format. There is a smb/nfs share on virt-v2v you can use as storage.<br>
&gt; i.    NFS: Virtv2v.:/media/Storage<br>
&gt; ii.    SMB: virtv2v.  share: virtv2v<br>
&gt;<br>
&gt; 2.    with virtv2v<br>
&gt;<br>
&gt; a.    Log in on the virt-v2v vm.<br>
&gt; b.    Locate and Extract the ovf file with tar –xvf<br>
&gt; c.    Convert the extracted vmdk file to raw disk format with the following command:<br>
&gt; vboxmanage clonehd --format RAW &lt;VMNAME&gt;.vmdk &lt;NewVMName&gt;.raw<br>
&gt; d.    Convert the created RAW file to a qemu2 img:<br>
&gt; qemu-img convert -f raw &lt;VM-Name&gt;.raw -O qcow2 &lt;VMName&gt;.qcow2<br>
&gt; e.    Run the vm in virsh:<br>
&gt; virt-install --connect qemu:///system --ram 1024 -n griffu -r 2048 --os-type=linux --os-variant=rhel6 --disk<br>
&gt; path=/media/Storage/&lt;VMName&gt;.qcow2,device=disk,format=qcow2 --vcpus=2 --vnc --noautoconsole –import<br>
&gt; f.    Take a xml dump of the VM and copy the result in a new file &lt;VMName&gt;.xml<br>
&gt; virsh dumpxml &lt;VMName&gt;<br>
&gt; g.    Now let’s move the vm to ovirt. Make sure the nfs is attached to the TestDev Datacenter.<br>
&gt; virt-v2v -i libvirtxml -ic qemu+ssh://&lt;FQDN-Hypervisor&gt; /system -o rhev -os &lt;FQDN-NFS-exportdomainserver&gt;:/media/NfsProgress -n ovirtmgmt &lt;VMName&gt;.xml<br>
<br>
<br>
</div>Can you create a page on oVirt Wiki?<br>
I think it may be useful to have this there too.<br>
Thanks!<br>
<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; 2014-06-24 15:19 GMT+02:00 Massimo Mad &lt;<a href="mailto:mad1969it@gmail.com">mad1969it@gmail.com</a> &lt;mailto:<a href="mailto:mad1969it@gmail.com">mad1969it@gmail.com</a>&gt;&gt;:<br>
<div class="">&gt;<br>
&gt;     Hello,<br>
&gt;     I downloaded an image .vmdk from a repository and wanted to import it into my oVirt infrastructure.<br>
&gt;     Is it possible?<br>
&gt;     If it is possible how?<br>
&gt;     Thanks,<br>
&gt;     Massimo<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Users mailing list<br>
</div>&gt;     <a href="mailto:Users@ovirt.org">Users@ovirt.org</a> &lt;mailto:<a href="mailto:Users@ovirt.org">Users@ovirt.org</a>&gt;<br>
&gt;     <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Sandro Bonazzola<br>
Better technology. Faster innovation. Powered by community collaboration.<br>
See how it works at <a href="http://redhat.com" target="_blank">redhat.com</a><br>
</font></span></blockquote></div><br></div>