Recent content by kchristian922

  1. K

    ESXi VM Migration Failing

    The ovf is not a compressed file. Per the article, having the .ovf and running qm importovf should build the VM from scratch and use the key-value pair info to build it. Running your command provides this: root@proxmox1:~# qm importdisk 200 /root/disk-0.vmdk data -format qcow2 Configuration...
  2. K

    ESXi VM Migration Failing

    I am following this guide for migrating V2V (VMware to proxmox): https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE I have exported the VM to .ovf/.vmdk and scp'd them over to proxmox. However, the qm command is failing. Output: root@proxmox1:~# qm importovf 200 /root/awstats2.ovf...