Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

1. Download and install the VMware OVF Tool. http://www.vmware.com/support/developer/ovf/. Download is a .tar.gz file from vmware. 

2. Extract it“tar zxvf $filenameOpen terminal and extract the file

Code Block
tar zxvf filename.tar.

...

gz

3. Launch VMware OVF Tool.pkg file. You may be prompted by Gatekeeper that the package is not signed. Go ahead and change settings to allow unsigned packages installation

4. Create a folder where you want to save the converted VMs ()- in the example below, I have folder "Converted"

Code Block
cd /Applications/VMware\ OVF\ Tool/

...



./ovftool /Volumes/Macintosh\ HD/VirtualMachines/windows8.vmwarevm/windows8.vmx /Volumes/Macintosh\ HD/Converted/

5. You can now import the created OVF file into vSphere or a standalone ESXi server.