41

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.

galoget
  • 722
  • 9
  • 15
yuhsinliu
  • 413
  • 1
  • 4
  • 5

2 Answers2

67

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

Luis
  • 786
  • 6
  • 4
0

When you go to export from the virtual box, it gives you the option to choose a format; 0.9 or 1.1 versions. I chose v1.1 for my CSI Linux ova on the virtual machine and it was converted straight to another ovs file of the format I chose and to a dir of my choice. I then uploaded this into my VMware Workstation Player 17 and it is working perfectly.

GM.