C COMPUCAL New Member Jun 30, 2018 2 0 1 44 Jun 30, 2018 #1 Hello, I want import a VMDK file to local-lvm storage. How to do ? Have you got a "Howto" ? Thank for your help.
Hello, I want import a VMDK file to local-lvm storage. How to do ? Have you got a "Howto" ? Thank for your help.
A acidrop Renowned Member Jul 17, 2012 204 6 83 Jun 30, 2018 #2 This should be a good start ... https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29
This should be a good start ... https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_to_Proxmox_VE_.28KVM.29
fireon Distinguished Member Proxmox Subscriber Oct 25, 2010 4,484 466 153 Austria/Graz deepdoc.at Jun 30, 2018 #3 Also fine: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images
Also fine: https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images
C COMPUCAL New Member Jun 30, 2018 2 0 1 44 Jul 4, 2018 #4 thx for you link : https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images i untar .ova in a folder i have .ovf and .vmdk i use the cli : qm importovf 200 3I-DEV-2-2.ovf local-lvm i have error : warning: unable to parse the VM name in this OVF manifest, generating a default value invalid host ressource /disk/vmdisk1, skipping can you help me ?
thx for you link : https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images i untar .ova in a folder i have .ovf and .vmdk i use the cli : qm importovf 200 3I-DEV-2-2.ovf local-lvm i have error : warning: unable to parse the VM name in this OVF manifest, generating a default value invalid host ressource /disk/vmdisk1, skipping can you help me ?
J jblain Member Mar 30, 2015 20 0 21 Jan 24, 2019 #5 COMPUCAL said: thx for you link : https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images i untar .ova in a folder i have .ovf and .vmdk i use the cli : qm importovf 200 3I-DEV-2-2.ovf local-lvm i have error : warning: unable to parse the VM name in this OVF manifest, generating a default value invalid host ressource /disk/vmdisk1, skipping can you help me ? Click to expand... I have exactly the same issue. Have you found a solution ?
COMPUCAL said: thx for you link : https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines#_importing_virtual_machines_and_disk_images i untar .ova in a folder i have .ovf and .vmdk i use the cli : qm importovf 200 3I-DEV-2-2.ovf local-lvm i have error : warning: unable to parse the VM name in this OVF manifest, generating a default value invalid host ressource /disk/vmdisk1, skipping can you help me ? Click to expand... I have exactly the same issue. Have you found a solution ?
D dominikp Member Aug 28, 2018 36 3 13 39 Jan 16, 2020 #6 I resurrect this topic because i googled it. My proxmox is 6.0-4 I tried to import Windows10 90 days trial virtual disk. I downloaded vmware (vmdk) image https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ I followed instructions from this link https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_Converter I converted disk from vmdk to qcow2 successfully. Code: root@pve:~# qemu-img convert -f vmdk MSEdge-Win10-VMware/MSEdge-Win10-VMware-disk1.vmdk win10-90trial.qcow2 -O qcow2 root@pve:~# ls MSEdge-Win10-VMware MSEdge.Win10.VMware.zip backup.log backup.sh backup_logs win10-90trial.qcow2 I moved it to /var/lib/vz/images/106/ and proxox see it in GUI Code: root@pve:~# ls -la /var/lib/vz/images/106/ total 13593488 drwxr-xr-x 2 root root 4096 Jan 16 11:17 . drwxr-xr-x 3 root root 4096 Jan 16 11:17 .. -rw-r--r-- 1 root root 13919780864 Jan 16 11:08 win10-90trial.qcow2 root@pve:~# But whether im trying to start VM or move ide0 disk to lvm im getting error Unable to parse directory volume name 'win10-90trial.qcow2' SOLVED: I just added second drive and saw that storage paths are different. Now this work OK. I can move it to LVM-thin. Last edited: Jan 16, 2020
I resurrect this topic because i googled it. My proxmox is 6.0-4 I tried to import Windows10 90 days trial virtual disk. I downloaded vmware (vmdk) image https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ I followed instructions from this link https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#VMware_Converter I converted disk from vmdk to qcow2 successfully. Code: root@pve:~# qemu-img convert -f vmdk MSEdge-Win10-VMware/MSEdge-Win10-VMware-disk1.vmdk win10-90trial.qcow2 -O qcow2 root@pve:~# ls MSEdge-Win10-VMware MSEdge.Win10.VMware.zip backup.log backup.sh backup_logs win10-90trial.qcow2 I moved it to /var/lib/vz/images/106/ and proxox see it in GUI Code: root@pve:~# ls -la /var/lib/vz/images/106/ total 13593488 drwxr-xr-x 2 root root 4096 Jan 16 11:17 . drwxr-xr-x 3 root root 4096 Jan 16 11:17 .. -rw-r--r-- 1 root root 13919780864 Jan 16 11:08 win10-90trial.qcow2 root@pve:~# But whether im trying to start VM or move ide0 disk to lvm im getting error Unable to parse directory volume name 'win10-90trial.qcow2' SOLVED: I just added second drive and saw that storage paths are different. Now this work OK. I can move it to LVM-thin.