qm-importovf
Import a VM from an OVF manifest into Proxmox VE
TLDR
SYNOPSIS
qm importovf vmid manifest storage [OPTIONS]
DESCRIPTION
qm importovf imports a virtual machine described by an Open Virtualization Format (OVF) package into Proxmox VE. OVF packages usually include a `.ovf` descriptor plus one or more disk images (often `.vmdk`). The command creates a new VM with the given ID and places disks on the specified storage.OVF is commonly used when migrating from VMware and other platforms that export OVA/OVF appliances. After import, review network, CPU, and disk bus settings under `qm config` / the web UI.
PARAMETERS
vmid
Numeric ID for the new virtual machinemanifest
Path to the `.ovf` Open Virtualization Format manifeststorage
Destination Proxmox storage for disks
INSTALL
CAVEATS
All referenced disk files must sit next to the manifest (or at the paths the OVF declares). Some guest hardware options do not map 1:1 to QEMU and need manual tuning. Ensure the target `vmid` is unused.
HISTORY
Part of Proxmox VE QEMU/KVM management (`qm`).
SEE ALSO
qm(1), qm-import(1), qm-importdisk(1)