Convert from VMDK to OVF

66,083

The VMDK file is the actual virtual disk, an ovf file is just a settings file (plain text), that VMWare products (like ESXi Server) and other virtualization software (like Virtualbox) can use when importing the VM.

You may have an existing settings file (like a .vmx) which you can convert into ovf format using VMware's tool 'ovftool': http://communities.vmware.com/community/vmtn/vsphere/automationtools/ovf

There's quite a lot of options, which are detailed here in the user guide: http://www.vmware.com/support/developer/ovf/ovf20/ovftool_201_userguide.pdf

Share:
66,083

Related videos on Youtube

Phill Fernandes
Author by

Phill Fernandes

Updated on September 18, 2022

Comments

  • Phill Fernandes
    Phill Fernandes over 1 year

    How can I convert a VMDK to OVF?

  • Meroje
    Meroje over 9 years
    Example use: ovftool mymachine.vmx mymachine.ovf
  • Meroje
    Meroje over 9 years
    BTW, ovftool's src and/or destination VM locations CAN be on remote ESX(i) hosts! :)
  • Soman Dubey
    Soman Dubey about 8 years
    Haven't tried this yet but while importing into AWS I am guessing, its going to help me. I will post my findings when done