Fact-checked by Grok 2 weeks ago

Open Virtualization Format

The Open Virtualization Format (OVF) is an developed by the (DMTF) that defines a secure, portable, efficient, and extensible packaging format for distributing software solutions intended to run in virtual machines, enabling across diverse virtualization platforms. It encapsulates virtual appliances—pre-configured virtual systems including operating systems, applications, and —into a single, self-contained package that supports verification, licensing, and deployment without . Adopted as the ISO/IEC 17203, OVF addresses the growing need for standardized virtual system mobility in and environments. OVF's primary purpose is to facilitate the authoring, transportation, and deployment of systems, allowing software vendors, providers, and IT administrators to package complex multi-tier applications in a platform-neutral way that simplifies distribution and reduces deployment errors. By leveraging the DMTF's Common Information Model (CIM) for resource description, it ensures consistent mapping of hardware and software elements across hypervisors like , , and KVM. The format supports both single virtual machines and collections of interconnected systems, promoting automation through descriptive metadata that includes configuration parameters, network bindings, and startup sequences. Key components of an OVF package include an XML-based descriptor file (typically .ovf) that outlines the system's structure, optional and files for and , and the actual virtual disk images or resource files. Packages can be distributed as a directory of files or archived into a single .ova file using format, enhancing ease of transport and archiving. Notable features encompass support for , of sensitive sections, and extensibility via custom properties, making it suitable for enterprise-scale deployments. The standard has evolved through several versions, with the initial specification released in and the current version, 2.1.1, published on August 27, 2015, incorporating enhancements for , such as support for large-scale virtual system collections and improved network configuration options. OVF's widespread adoption has been driven by its role in enabling hybrid cloud portability and vendor-agnostic management, though it is often complemented by related standards like the OVF for runtime parameterization.

Overview

Definition and Purpose

The (OVF) is an developed by the (DMTF) for packaging and distributing virtual machines (VMs) and virtual appliances as single, portable units. Adopted as the ISO/IEC 17203, it defines a standardized, platform-independent format that encapsulates virtual systems along with their configuration metadata, enabling seamless transport and deployment across diverse environments. The primary purposes of OVF include promoting portability of VMs across different hypervisors and platforms, thereby reducing and facilitating in ecosystems. By providing descriptive for automated configuration, validation, and customization, OVF simplifies the deployment process, allowing users to install pre-packaged software solutions efficiently without manual reconfiguration. This approach supports use cases such as publishing virtual appliances for distribution, transporting them between systems, and archiving them for long-term storage. A virtual appliance, as defined in OVF, is a pre-configured software stack that includes one or more VMs, complete with an operating system, applications, dependencies, and virtual hardware specifications, designed for turnkey deployment. For instance, it might bundle a web server application with its required database and middleware, ensuring all components are optimized and interdependent elements are preserved during transfer.

Key Components

The Open Virtualization Format (OVF) package is composed of core elements designed to encapsulate virtual machines or for portable distribution across platforms. At its foundation is the OVF descriptor, an XML file that provides essential about the package, including virtual hardware requirements such as CPU, memory, and configurations, as well as mappings to disk images and deployment parameters. This descriptor serves as the central blueprint, enabling consumers to understand and configure the without proprietary knowledge. Virtual disk images form another critical component, containing the actual operating system, applications, and data state of the . OVF supports a variety of disk formats, including VMDK (Virtual Machine Disk) from and VHD (Virtual Hard Disk) from , provided they adhere to open or unencumbered specifications identifiable by . These images are referenced in the descriptor rather than embedded, allowing flexibility in storage and transport while preserving the VM's runtime integrity. To ensure security and validation, OVF includes optional manifest files and certificate files. Manifest files, typically with a .mf extension, list SHA-1 or SHA-256 cryptographic hashes for all files in the package, allowing verification of integrity during transfer or deployment to detect tampering. Certificate files, with a .cert extension, contain X.509 digital certificates used to sign the manifest, thereby authenticating the package's origin and protecting against unauthorized modifications. These security features are particularly vital for enterprise distributions. OVF extends beyond single virtual machines by supporting virtual appliances, which package multiple interconnected VMs within one descriptor using elements like VirtualSystem for individuals or VirtualSystemCollection for groups. This enables complex, multi-tier applications to be deployed as cohesive units. Additionally, the format's extensibility allows for custom properties and sections, such as vendor-specific metadata, through optional XML extensions that can be marked as required or ignored by consumers. For packaging and transport, OVF content is typically organized as a or a single with the .ova extension, facilitating easy distribution via file systems, HTTP, or other protocols. The package employs standard types, such as application/ovf for the descriptor and application/x-virtual-machine for disks, to support web-based handling and . This structure underpins the deployment process by providing a self-contained, platform-agnostic bundle.

History and Development

Origins and Initial Release

The Open Virtualization Format (OVF) originated from collaborative efforts within the (DMTF) to address the fragmentation in technologies during the mid-2000s. In September 2007, leading industry players including , , , , , and XenSource submitted a draft specification to the DMTF's Platform Management Division, specifically under the System Virtualization, Partitioning, and Clustering Working Group, which functioned as the (SIG). This initiative aimed to create an for packaging and distributing , breaking down silos that had emerged as gained traction, particularly following 's early market dominance with its Virtual Machine Disk (VMDK) format and the rise of competitors like Microsoft's Virtual Server and Xen-based hypervisors. The primary motivations stemmed from the need to enable seamless export and import of virtual appliances across heterogeneous environments, reducing and simplifying deployment for independent software vendors (ISVs) and enterprises. At the time, proprietary formats hindered portability, complicating security, licensing, and lifecycle management of virtual systems, especially as adoption surged for consolidation and efficiency. The proposing companies emphasized that OVF would provide a platform-independent package combining descriptive with virtual disk images, supporting initial focus on x86 architectures to facilitate broad without requiring deep integration into specific hypervisors. Early collaborations were formalized through this 2007 submission, which included a foundational whitepaper outlining the format's structure and benefits, co-authored primarily by representatives from VMware and XenSource with endorsements from the other contributors. This document served as the precursor to the full specification, highlighting use cases for secure, extensible packaging and garnering DMTF approval to advance it as an industry standard. Subsequent development involved iterative feedback from the working group, leading to the first public draft releases in mid-2008. The initial release of OVF 1.0 occurred as a draft standard in June 2008 (version 1.0.0a), with preliminary updates through July and August, emphasizing basic packaging for virtual systems on x86 platforms. This draft laid the groundwork for content verification, integrity checking via , and extensible descriptors, before the final 1.0 specification was published in February 2009. The effort marked a pivotal step in standardizing portability, influencing subsequent ISO adoption as IEC/ISO 17203.

Versions and Evolution

The Open Virtualization Format (OVF) has evolved through several specification versions managed by the (DMTF), with each iteration building on the previous to enhance portability, deployment flexibility, and integration with broader and standards. The initial versions focused on foundational packaging for virtual machines, while later updates addressed cloud-native requirements and . Standardization milestones include adoption as an under ISO/IEC 17203 in 2017, which formalized OVF 2.0 elements for global use. OVF 1.0, released as a DMTF standard on February 22, 2009 (following a preliminary version in September 2008), introduced basic support for packaging single or multiple virtual machines, including descriptions of virtual hardware requirements, references to disk images in formats like VMDK, and an XML-based descriptor file for metadata and deployment parameters. This version emphasized platform neutrality, content integrity via SHA-1 digests, and extensibility through custom sections, enabling secure distribution of virtual appliances as either directory structures or single OVA archives. Backward compatibility was not a concern at this stage, as it established the core envelope schema. OVF 1.1, published on January 12, 2010, extended the 1.0 foundation with features for improved and standards alignment, including support through localizable messages via the ovf:msgid attribute and Strings elements for multiple languages. It added a StartupSection to specify power-on and power-off sequences for virtual machines, with attributes like ovf:order, ovf:startDelay, and ovf:stopAction for ordered dependencies. Enhanced error handling came via the ovf:required attribute on extensions, allowing consumers to flag unsupported features without full package rejection, while deeper alignment with DMTF's Common Information Model (CIM) ensured consistent mapping of resources like virtual hardware. This version maintained full backward compatibility with 1.0 packages, with no deprecations noted. OVF 2.0, released on August 22, 2013 (as version 2.0.1), marked a significant shift toward cloud deployment scenarios, introducing sections for dynamic resource management and network abstraction. Key additions included the NetworkSection with port profiles for logical network mappings and bandwidth reservations, the ResourceAllocationSection for defining policies on CPU, memory, and I/O limits/shares across virtual machine collections, and enhanced DeploymentOptionSection for selectable configurations tailored to cloud environments. Support for OVF Environments was expanded via the ProductSection for runtime property injection and the EnvironmentFilesSection for supplementary data files, enabling better guest-platform interaction during deployment. Backward compatibility with 1.x was preserved, though 2.0 packages could include new elements ignored by older tools, with optional warnings for unrecognized sections. A minor update, OVF 2.1.1, was issued on August 27, 2015, primarily as a maintenance release incorporating errata, clarifications to sections like DiskSection and VirtualHardwareSection, and refinements for tool compatibility without introducing major features. It ensured seamless parsing of 2.x packages by 1.x consumers through improved error/warning mechanisms. As of 2025, no major versions beyond 2.1.1 have been released, with DMTF providing ongoing maintenance through the ; OVF continues to integrate with complementary standards like for orchestrating cloud applications that incorporate virtual appliances. No deprecations have rendered prior versions obsolete, emphasizing OVF's design for long-term across virtualization ecosystems.

Technical Design

Package Structure

The Open Virtualization Format (OVF) package organizes components into a standardized, portable structure that facilitates distribution and deployment across platforms. At its core, an OVF package consists of a descriptor file, optional and files, and supporting resources such as virtual disks, all arranged to ensure self-containment and verifiability. In a directory-based package, the hierarchical structure begins with a root directory containing the primary descriptor file, typically named with a .ovf extension (e.g., myvm.ovf), which serves as the central XML document encapsulating the package's metadata and references to other elements. Accompanying this are zero or more disk or resource files (e.g., .vmdk for virtual disks), an optional manifest file with a .mf extension (e.g., myvm.mf), and an optional certificate file with a .cert extension (e.g., myvm.cert). The manifest and certificate, if present, must reside as siblings to the descriptor in the root directory, while disk files can be placed in subdirectories for organization, though paths are relative to the descriptor's location. This layout ensures that all components are logically grouped, with the descriptor acting as the entry point for parsing the package. File relationships within the package are defined through the descriptor's XML , where the References lists all referenced using File identified by unique ovf:id attributes, including details like , type (e.g., ), and hashing information. The DiskSection then links to these via ovf:fileRef attributes that match the ovf:id values, specifying how virtual disks are associated with virtual hardware in the VirtualSystem or VirtualSystemCollection . This referential mechanism allows the package to interrelate components without embedding their contents directly in the descriptor, promoting and ; for instance, a might be referenced by ID "disk1" and used by multiple virtual systems if applicable. Namespaces in the XML, such as ovf for core and extensions like rasd for , enable extensibility while maintaining these interconnections. OVF packages support two primary variations for : directory-based, where files are stored as a loose collection in a , and single-file format using the .ova extension, which bundles the entire package into a compressed in USTAR format. In the .ova variant, the descriptor must appear first in the , followed by files in the order listed in the References element, allowing consumers to extract and validate sequentially without full unpacking. Compressed content is handled by indicating compression in the descriptor's elements, where the reported size reflects the compressed bytes. Validation of the package ensures completeness and integrity through a multi-step process leveraging the manifest and certificate. The manifest file contains SHA-256 (or legacy ) digests for every file referenced in the References element, formatted as lines like SHA256(disk1.vmdk)=<hexdigest>, which consumers compute and compare against the package files to detect tampering or corruption. If a is included, it provides an public key and a over the manifest using or , allowing verification of the package's authenticity by checking the signature chain against trusted authorities. This process confirms not only the unaltered state of all components but also the package's origin, with incomplete or mismatched elements rendering the package invalid for deployment.

Descriptor Schema

The Open Virtualization Format (OVF) descriptor is an XML document that provides metadata for the (VM) package, adhering to schemas defined by the (DMTF). The schema uses the primary namespace ovf (http://schemas.dmtf.org/ovf/envelope/2 for version 2.0) for core elements and rasd (http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData) for resource allocation descriptions, enabling structured representation of VM configurations. This design ensures portability across virtualization platforms by specifying requirements, disk references, and deployment parameters in a standardized format. The is <ovf:Envelope>, which encapsulates package including virtual systems and sections for content description. Key sections within the envelope include <ovf:VirtualSystem>, which defines individual with attributes like ovf:id and ovf:name for identification. The <ovf:VirtualHardwareSection> details components such as CPU cores (via <rasd:Item> with rasd:VirtualQuantity), allocation (in bytes), and device connections. references are managed in the <ovf:References> section, listing disk images and other artifacts with elements like <ovf:File ovf:id="..." ovf:href="..." ovf:size="...">. Deployment options appear in <ovf:DeploymentOptionSection>, specifying configurable parameters such as resource limits with <ovf:Configuration ovf:id="..."> elements. Specific elements highlight hardware and software details. The <ovf:Disk> element, used in <ovf:DiskSection>, represents virtual disks with attributes including ovf:diskId (), ovf:capacity (allocation in bytes), ovf:format (URI like "http://www.vmware.com/interfaces/specifications/vmdk.html#sparse"), and optional ovf:populatedSize for actual data size. Networks are defined in <ovf:NetworkSection> via <ovf:Network ovf:name="...">, providing logical names for connectivity mappings. The <ovf:ProductSection> conveys licensing and product information, featuring sub-elements like <ovf:Product> (name), <ovf:Vendor> (provider), <ovf:Version> (release), and <ovf:Property ovf:key="..." ovf:type="string" ovf:value="..."> for configurable settings such as application parameters. Schema evolution introduces enhancements across versions. In version 1.0, the focus was on basic VM packaging with core sections like <ovf:VirtualSystem> and <ovf:DiskSection>, without advanced deployment parameterization. expands this by adding <ovf:DeploymentOptionSection> to support cloud-oriented configurations, including resource scaling options and environment-specific parameters, while maintaining through updated namespaces (e.g., /envelope/2). Extensibility is facilitated through substitution groups for custom sections, allowing vendors to define additional without breaking validation. For instance, proprietary extensions can use elements like <other:CustomSection xsi:type="ovf:Section_Type" ovf:required="false"> in the envelope's section list, with the ovf:required attribute (defaulting to true) indicating mandatory processing. This open content model, combined with xs:any wildcards in the , supports vendor-specific data such as incident tracking or details while preserving core OVF integrity.

Deployment Model

The deployment of an Open Virtualization Format (OVF) package begins with the process, where the platform acquires the package files, including the OVF descriptor, for , and referenced disk images. During , the descriptor is parsed and validated against the OVF schema to ensure compliance, with the providing SHA-256 digests to confirm file and optional certificates for signing . Once validated, the package is deployed by mapping abstract resource requirements to the target platform's capabilities, such as converting virtual hardware specifications to hypervisor-specific configurations. Parameter resolution occurs during deployment to customize the , for example, by assigning addresses through OVF properties defined in the ProductSection of the descriptor, where users can input values like network identities or application settings. The OVF Environment serves as an XML payload delivered to the guest software post-deployment, typically via a virtual or ISO transport, containing dynamic data such as resolved user inputs (e.g., admin or database ) and platform-specific information (e.g., host details). This environment enables automated configuration within the , allowing the software to adapt to deployment-time variables without manual intervention. Variations in deployment are handled through options, such as resources by adjusting CPU or allocations during or using the ScaleOutSection to replicate prototypes for multi-instance setups. Error conditions, like unsupported features marked with ovf:required="true", trigger validation failures or user prompts, preventing deployment if the platform cannot satisfy the requirements. OVF maintains platform neutrality by using abstract resource descriptions in the Resource Allocation Setting Data (RASD) model, which specifies allocations like CPU cores or in a vendor-agnostic manner based on the Common Information Model (CIM), then translates them to concrete implementations on the target . This abstraction, combined with DeploymentOptionSection for selectable configurations, ensures portability across diverse environments while allowing platform-specific adaptations during the mapping phase.

Adoption and Implementation

Industry Support

The Open Virtualization Format (OVF) is stewarded by the (DMTF), a that develops, maintains, and promotes standards for enterprise management and , including OVF since its initial release. Under DMTF's oversight, OVF has gained backing from major industry vendors, enabling standardized packaging and distribution of virtual appliances across diverse platforms. VMware provides robust support for OVF through its vSphere platform, allowing and of using the dedicated OVF Tool, a command-line utility integrated with ESXi and Server for converting and deploying OVF packages. has supported OVF in since 2012 via the System Center Virtual Machine Manager (SCVMM), which includes cmdlets for importing and exporting OVF packages to facilitate VM migrations. Citrix integrates OVF in XenServer (now Citrix Hypervisor), supporting and of OVF/OVA packages through XenCenter, enabling seamless sharing of virtual appliances with other platforms. incorporates OVF in products like PowerVC and VMControl, where OVA packages with OVF descriptors are used for deploying and managing virtual servers in cloud environments. supports OVF in and Oracle VM Server, allowing and of appliances in OVF/OVA format for cross-platform compatibility. In open-source ecosystems, OVF integrates with through the Glance image service, which handles OVF metadata for images and supports formats like OVA for deployment. For KVM, libvirt provides tools like virt-convert and virt-v2v to import OVF packages by converting them to native libvirt XML domains, though full native support requires additional processing for disk formats and configurations. OVF's adoption in enterprise settings facilitates virtual machine migration across hybrid clouds, as seen in provider environments where standardized packages reduce and streamline appliance distribution. DMTF promotes compliance through its standards documentation and guidelines, ensuring implementations adhere to OVF specifications for integrity and portability, though formal programs focus more broadly on DMTF standards rather than OVF-specific badges. Despite these commitments, challenges persist due to partial implementations, where vendors support subsets of OVF features—such as limited disk format handling or parsing—leading to gaps during cross-platform migrations.

Tools and Compatibility

The OVF Tool serves as a primary command-line utility for creating, packaging, and deploying OVF packages across products, enabling users to export machines from environments into OVF or OVA formats and import them into compatible platforms. Studio provides a graphical for authoring appliances and vApps, facilitating the assembly of OVF packages by integrating disks, configurations, and into a standardized bundle optimized for vSphere and vCloud environments. VM includes built-in export features that generate OVF packages from machines, supporting the inclusion of VM descriptions, disk images, and hardware configurations for portability across hypervisors. For managing and validating OVF packages, the OVF Tool incorporates validation capabilities to check package integrity, signature compliance, and adherence to the OVF specification, including verification of digests and certificates if present. The OVF Tool (), an open-source utility, allows editing and validation of OVF and OVA files, ensuring compliance with DMTF standards through schema checks and structural modifications. Cloud platforms like AWS integrate OVF support via VM , which handles OVA packages containing multiple disks for importing into EC2 as Amazon Machine Images, though direct OVF ingestion requires conversion to supported formats like VMDK or . Compatibility challenges arise from hypervisor-specific limitations in OVF implementations, such as the absence of native support for advanced features like GPU passthrough in basic OVF descriptors, which rely on post-import in the target environment. Version mismatches between OVF specifications (e.g., 1.x versus 2.x) can prevent seamless imports, as tools like support only OVF 1.x, necessitating downgrades or conversions using ovftool. Workarounds include format conversions via tools like qemu-img for disk images or virt-v2v for migrating to KVM-based systems, addressing discrepancies in and storage formats. Open-source options enhance OVF handling in environments; libvirt provides indirect support through utilities like virt-convert, which transforms OVF packages into native libvirt XML for KVM/ deployment, including disk format conversions. , an enterprise virtualization platform, natively supports OVF and OVA , allowing VM by parsing OVF descriptors and attaching disks to domains during deployment. As of 2025, OVF maintains relevance for and migrating virtual appliances in hybrid cloud setups, particularly where VM portability across on-premises and public clouds is required, though its adoption has waned in favor of formats like OCI images for modern, microservices-oriented workflows.

Similar Formats

The Open Format (OVF) occupies a specific niche in virtualization , but several alternative formats and standards address similar goals of portability and deployment for virtual machines and appliances. One prominent variant is the Open Virtualization Appliance (OVA), which serves as a single-file distribution mechanism for OVF content. OVA packages all the elements of an OVF directory—such as descriptor files, disk images, and certificates—into a single archive, facilitating easier distribution and transfer while maintaining compatibility with the underlying OVF specification. This format is widely supported by products and other hypervisors, but it remains tied to the open OVF rather than introducing independent features. In cloud environments, Amazon Machine Images (AMIs) provide a comparable but alternative tailored to (AWS) EC2 instances. AMIs encapsulate the root volume, software configuration, and launch permissions for , enabling rapid deployment within AWS infrastructure. Unlike OVF's hypervisor-agnostic approach, AMIs are inherently cloud-specific, optimized for AWS's types such as paravirtual (PV) or virtual machine (HVM), and do not support direct multi-vendor export without conversion tools. AWS facilitates importing OVF or OVA files to create AMIs, highlighting the format's ecosystem lock-in compared to OVF's broader . Microsoft's (SCVMM) employs VM templates as a deployment mechanism for and supported hypervisors, offering a structured way to define , operating , and application configurations for repeatable VM creation. These templates consist of profile-based components, such as profiles for CPU and settings and guest OS profiles for installation media, but they are primarily designed for on-premises environments rather than open distribution. SCVMM supports OVF imports for enhanced portability, yet its templates remain vendor-specific, lacking the standardized descriptor of OVF. Proprietary formats further illustrate alternatives to OVF's openness. For instance, Parallels Desktop uses .pvs configuration files, which are XML-based documents defining VM settings like CPU allocation, , and disk paths in a Parallels-specific format. These files accompany .hdd disk images for local on macOS or Windows hosts, but they do not support cross-platform export without conversion, contrasting with OVF's multi-vendor design. Similarly, older VMware exports relied on standalone Virtual Machine Disk (VMDK) files without a comprehensive package structure, limiting metadata and deployment descriptors to basic disk-level portability. Standards such as the Cloud Infrastructure Management Interface (CIMI), developed by the (DMTF), extend beyond packaging to broader resource modeling in (IaaS) environments. CIMI provides a RESTful API for managing cloud infrastructure lifecycles, including provisioning, monitoring, and scaling of compute, storage, and network resources, and integrates with OVF for workload . While OVF focuses on static appliance packaging, CIMI emphasizes dynamic management interfaces, positioning it as a complementary rather than direct substitute. OVF distinguishes itself through its open, multi-vendor , enabling seamless exchange across diverse hypervisors and platforms without the constraints of cloud-specific ecosystems like AMIs or single-vendor tools like SCVMM templates and Parallels .pvs files. This neutrality fosters wider adoption in heterogeneous environments, unlike proprietary or specialized alternatives that prioritize ecosystem integration over universality.

Interoperability Considerations

The Open Virtualization Format (OVF) promotes through its abstract, platform-neutral modeling of systems, which enables the and deployment of machines across diverse hypervisors without requiring vendor-specific configurations. This abstraction layer describes hardware requirements, software dependencies, and deployment parameters in a standardized , facilitating migrations such as from environments to by decoupling the from proprietary runtime details. Additionally, OVF supports multiple virtual disk formats, including VMDK and VHD, through references in the package descriptor, allowing consumers to handle common industry standards while extending to others as needed. Despite these strengths, OVF faces challenges from incomplete implementations across platforms, where partial support for package elements can lead to deployment failures or suboptimal performance during cross-platform transfers. Optional features, such as Resource Allocation Setting Data (RASD) elements for detailed hardware allocation, are not universally implemented, potentially causing inconsistencies in resource provisioning and reducing portability in heterogeneous environments. Security aspects, including digital signing for package integrity, are supported but not enforced by all tools and hypervisors, leaving room for tampering risks in unverified distributions. To maximize portability, best practices emphasize adherence to OVF core profiles, which define a minimal set of mandatory elements for generic hardware descriptions, avoiding vendor-specific extensions that could hinder compatibility. Implementers are advised to validate packages using DMTF conformance testing suites, ensuring compliance with schema requirements and deployment behaviors across target platforms. As of 2025, OVF's role in hybrid environments continues to evolve, with projects like KubeVirt enabling the management of OVF-compatible virtual machines alongside containers in clusters for seamless transitions in mixed virtualization and containerized workloads.

References

  1. [1]
    None
    Summary of each segment:
  2. [2]
    OVF (Open Virtualization Format) - DMTF
    DMTF's Open Virtualization Format (OVF) standard provides the industry with a standard packaging format for software solutions based on virtual systems.
  3. [3]
    [PDF] Open Virtualization Format White Paper - DMTF
    Feb 6, 2009 · The Open Virtualization Format (OVF) specification is a hypervisor-neutral, efficient, extensible, and open specification for the packaging and ...
  4. [4]
    DMTF Accepts New Format for Portable Virtual Machines from ...
    Sep 10, 2007 · "VMware's participation in and contribution to the Open Virtual Machine Format (OVF) reinforces our commitment to open, industry standards for ...Missing: initial | Show results with:initial
  5. [5]
    [PDF] Open Virtualization Format Specification - DMTF
    Feb 22, 2009 · Version Date. Description. 1.0.0a 2008-06-04 Work in progress release. 1.0.0b 2008-07-23 Preliminary release. Revised XML schemas to use ...
  6. [6]
    A review of OVF from a systems management perspective
    Sep 16, 2007 · The document is authored by VMware and XenSource, but they are joined in the submission to DMTF by some other biggies, namely Microsoft, HP, IBM ...Missing: SIG | Show results with:SIG
  7. [7]
    DMTF Releases OVF 1.0 Standard
    DMTF Releases OVF 1.0 Standard. PORTLAND, Ore. - March 23, 2009 ... release of version 1.0 of its Open Virtualization Format (OVF) standard.
  8. [8]
    [PDF] Open Virtualization Format Specification - DMTF
    Jan 12, 2010 · The Open Virtualization Format (OVF) Specification describes an open, secure, portable, efficient and extensible format for the packaging and ...
  9. [9]
    [PDF] Open Virtualization Format Specification - DMTF
    Aug 22, 2013 · DMTF is a not-for-profit association of industry members dedicated to promoting enterprise and systems. 12 management and interoperability.Missing: February | Show results with:February
  10. [10]
    OVFWG | DMTF
    The DMTF's Open Virtualization Format (OVF) Working Group produces the OVF standard, which provides the industry with a standard packaging format.
  11. [11]
    [PDF] Open Virtualization Format Specification - DMTF
    Sep 20, 2012 · Information for work in progress version: 7. “IMPORTANT: This specification is not a standard. It does not necessarily reflect the views of ...Missing: formation XenSource
  12. [12]
    [PDF] Open Virtualization Format White Paper - DMTF
    Apr 24, 2014 · The Open Virtualization Format (OVF) White Paper describes the application of DSP0243, DSP8023, and. DSP8027, the specifications that are part ...
  13. [13]
    Open Virtualization Format (OVF) Tool - Broadcom Developer Portal
    VMware OVF Tool is a command-line utility that helps you import and export OVF packages to and from many VMware products.
  14. [14]
    Import VMs From OVF/OVA | XenCenter® - XenServer
    You can import virtual machines that have been saved as OVF/OVA files using the Import wizard. The wizard takes you through many of the usual steps needed ...
  15. [15]
    PowerVC image OVA package details - IBM
    To learn more about OVF and specifications, refer DMTF document DSP0243. The OVA package must contain a valid OVF descriptor that has sufficient information to ...
  16. [16]
    1.14. Importing and Exporting Virtual Machines
    Oracle VM VirtualBox can import and export virtual machines in the following formats: Open Virtualization Format (OVF). This is the industry-standard format.Missing: adoption Microsoft Citrix IBM
  17. [17]
    Disk and Container Formats - OpenStack Documentation
    Sep 18, 2019 · OVF (Open Virtualization Format) is a packaging format for virtual machines, defined by the Distributed Management Task Force (DMTF) standards ...
  18. [18]
    virt-convert - convert ovf/vmx to native libvirt guests - Ubuntu Manpage
    virt-convert is a command line tool for converting VMX or OVF virtual machines to native libvirt XML. Disk format conversion can also be done at the same time.
  19. [19]
    Conformance Programs: Supporting Interoperable ... - DMTF
    DMTF conformance programs enable IT vendors to improve interoperability with other products by testing that their products conform to DMTF standards.
  20. [20]
    Open Virtualization Format (OVF) Tool - Broadcom Developer Portal
    Overview. VMware OVF Tool is a command-line utility that helps you import and export OVF packages to and from many VMware products.
  21. [21]
    VMware Studio - Broadcom Developer Portal
    VMware Studio helps author vApps and virtual appliances. vApps are software solutions optimized for the vSphere and vCloud environment.
  22. [22]
    Validating an OVF Package - TechDocs - Broadcom Inc.
    Apr 9, 2025 · If an OVF certificate file is present, OVF Tool always verifies if the signature fits the SHA digest of the files in the package and tests ...
  23. [23]
  24. [24]
    [PDF] VM Import/Export - User Guide - AWS Documentation
    Jul 17, 2025 · Open Virtual Appliance (OVA) image format, which supports importing images with multiple hard disks. • Stream-optimized ESX Virtual Machine Disk ...
  25. [25]
    Import an Open Virtualization Format Virtual Machine - TechDocs
    Oct 10, 2025 · You can import OVF 1.x files only. You can also use the standalone OVF Tool to convert an OVF virtual machine to VMware runtime format. The ...
  26. [26]
    Importing VMs to KVM with virt-v2v - Red Hat
    Mar 29, 2018 · virt-v2v is a handy tool used to convert VMs from Xen, VMware and Hyper-V to KVM. In this post we'll step through importing an OVA file for use on libvirt.
  27. [27]
    Enhance import-export with OVA - oVirt
    Uploading an OVA Generated by oVirt · The front end retrieves the OVF configuration from the OVA. · The front end sends the OVF configuration to the back end.
  28. [28]
    OVF and OVA File Formats and Templates - TechDocs - Broadcom Inc.
    OVA is a single file distribution of the OVF file package. When you export a virtual machine as an OVF file, you create a directory that contains an OVF file ...<|separator|>
  29. [29]
    AMI types and characteristics in Amazon EC2 - AWS Documentation
    Amazon Machine Images use one of two types of virtualization: paravirtual (PV) or hardware virtual machine (HVM). The main differences between PV and HVM AMIs ...
  30. [30]
    Export your VM from its virtualization environment
    Learn how to export your virtual machine (VM) from its virtualization environment and import it with VM Import/Export.Missing: 2024 compatibility libvirt ovirt<|separator|>
  31. [31]
    Create and deploy VMs in the VMM fabric from a VM template
    Nov 1, 2024 · This article describes how to create VMs in the System Center Virtual Machine Manager (VMM) fabric from a VMM virtual machine (VM) template.
  32. [32]
    Configure macOS virtual machines running on a Mac computer with ...
    Feb 7, 2024 · If you run Parallels Desktop Standard Edition, you can change most settings by directly editing the config.pvs file. To do that: Shut down your ...
  33. [33]
    Cloud Management Initiative - DMTF
    Cloud Infrastructure Management Interface (CIMI) - describes the model and protocol for management interactions between a cloud Infrastructure as a Service ...
  34. [34]
    [PDF] Open Virtualization Format Specification - DMTF
    Dec 13, 2012 · The Open Virtualization Format Specification is a DMTF standard, version 2.0.0, document number DSP0243, and is a specification.
  35. [35]
    Creating and deploying an OVF Template to support image mode for ...
    Jul 15, 2024 · Open Virtualization Format (OVF) is an open standard for packaging and distributing Virtual Machines, and an OVF Template in vSphere ...