Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fail to import ova file to VMware Player

I downloaded an OVA file from SDN-Hub, and used VMWare Player 11 to import it.

It came out with this error message:

Error while converting to a virtual machine:
Line 96:Unsupported element 'StorageItem'
Line 105:Unsupported element 'StorageItem'
Line 114:Unsupported element 'EthernetPortItem'

It's weird, because I downloaded the same file a few months ago in my other computer, and it worked well.

like image 646
yuhsinliu Avatar asked Mar 16 '15 07:03

yuhsinliu


People also ask

How do I import an OVA file into VMware player?

Select File > Import. Click Choose file and browse to the . ovf or . ova file and click Open.

Does OVA work on VMware?

VMware Workstation and VirtualBox are two virtualization applications that can open OVA files.

Can VMware use .VDI files?

While VDI is specific to VirtualBox, the software is also compatible with Microsoft VHD/VHDX and VMware VMDK. This means that VirtualBox can run images with these file extensions as well. Using the Virtual Media Manager, VirtualBox allows you to create and copy VDI, VHD/VHDX, and VMDK virtual hard disks.

What is the difference between OVF and OVA?

An OVA package is a single archive file, in the Tape Archive (tar) format, containing the files that comprise an OVF Package. OVF does not specify a disk image format. An OVF package includes files comprising virtual disks in the format defined by the virtualization product that exported the virtual disks.


1 Answers

Seems the problem is related to the OVF format, the virtual machine was exported using OVF 2.0

What I did to import it to vmware was to import the sdn-hub vm into virtual box and export it again using OVF format 1.0.

Then vmware was happy importing the machine, and just works fine

like image 136
Luis Avatar answered Sep 19 '22 17:09

Luis