Users are unable to directly export a virtual machine (VM) as a single OVA (Open Virtual Appliance) file in vSphere 6.5 and newer versions. The standard export process results in multiple OVF (Open Virtualization Format) files instead of a single OVA file.
- VMware vSphere 7.0 or later
- vSphere Client
Starting from vSphere 6.5, VMware removed the direct option to export VMs as single OVA files from the vSphere Client. This change was made to improve compatibility and standardization across different platforms and products.
To create a single OVA file, follow these steps:
cd "C:\Program Files\VMware\VMware OVF Tool"
ovftool path\to\exported\file.ovf path\to\destination\file.ova
- For more information on using the OVF Tool, refer to the VMware OVF Tool User Guide. The link to this guide is also in Open Virtualization Format (OVF) Tool.
- For additional details on OVF Tool command syntax, see the article OVF Tool Command Syntax to Export and Deploy OVA/OVF Packages.
- If you encounter the following issue, here is the link to resolve it:
"The OVF package is invalid and cannot be deployed" error when deploying the OVA