ovf

  1. A

    Confused on OVF Import & Ceph

    I have a VM on my QNAP under Virtualization Station. I have shut it down, exported it as a .OVF, imported it using: qm "importovf 300 ./turnkey-core-16.1-buster-amd64.ovf HDD_500GB --format qcow2" It imports just fine, takes a while, and it is going on a CEPH filesystem, however, after it is...
  2. A

    Importing/exporting VMs or disks from VMware and RH[E]V/oVirt

    With RHEV/oVirt/CentOS all being decomissioned, I am looking for a new home. Proxmox is looking better than Xcp-ng in many ways, but even if those guys use Xen, migration facilities seem much easier and more mature. oVirt/RHV wasn't too bad at importing VMware VMs, but its own exports tend to...
  3. P

    qm importovf error

    I'm trying to import a Tenable .ova into Proxmox so I follow these steps. 1) Downloaded the .ova from - https://www.tenable.com/downloads/tenable-appliance?loginAttemted=true&loginAttempted=true#tenablecore-nessus 2) Used scp to transfer it to my Proxmox 3) Then I used tar xvf example to get my...
  4. M

    How to export a VM or Container as an OVA image file?

    Hi there I need to export some of my VMs and Containers as an OVA image file. How should I do it?
  5. M

    Imported Windows 10 from ESXI

    hi I have successfully imported Windows 10 from esxi to proxmox ve by following the guide i did this to make it to boot sed -i 's/scsi/ide/g' /etc/pve/qemu-server/130.conf i've installed all the drivers and enabled QEMU as well. how do i change this disk to SCSI ? will changing it improve...
  6. C

    qm importovf XPath error on importing OVF

    From what I've read, there are two basic ways of importing OVAs: Untar the OVA, import the VMDK and build a VM def over the top of the imported VMDK (as qcow2) Use qm importovf to import the OVF and associated OVA artifacts (VMDKs, etc.) I've done both with reasonable results. I'm attempting...
  7. D

    [SOLVED] import a virtualbox vm on a system with zfs storage

    Hi all, I'm trying to follow these guides: http://www.binaryheartbeat.net/2016/05/importing-ova-container-into-proxmox.html http://cheznick.net/main/content/converting-a-virtual-machine-from-virtualbox-to-kvm http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Converting_to_qcow2...