ONTAP Discussions

OnTAP EDGE 811 on ESXi 5.1

SPLASHMONKEY
4,024 Views

Has anyone managed to get this to work? I'm trying to learn develop some NetApp skills to further my career but the publicly available EDGE appliance (811) will not import into either VMWare Workstation 9 or ESXi 5.1, throwing the error attached

 

 

I've done a fair bit of searching and am struggling. I don't work for a Netapp partner or anything like that, so I have no idea if the 8.1.2 appliance does the same as this isn't publicly available.

3 REPLIES 3

venkat3
4,024 Views

hi Kevin,

welcome to communities.

i did some google around the issue and found some interesting links

http://communities.vmware.com/thread/237062

http://blogs.vmware.com/vapp/2009/07/commandline-ovf-deployments-.html

IBM link http://pic.dhe.ibm.com/infocenter/psappsys/v1r0m0/index.jsp?topic=%2Fcom.ibm.ipas.doc%2FICON%2Ftopics%2Ftsicn_ovafailsproperty.html

from the above link

<snip>Causes

OVA deployment directly to ESX or ESXi is not supported. You must use VMware vCenter Server (VirtualCenter). To verify the server type, use VMware vSphere Client to select the server in the left column. In the right window, above the Summary tab, you check whether the server is VMware ESX/ESXi or VMware vCenter Server.

Resolution -- Install VMware vCenter Server (VirtualCenter) and deploy the OVA file to this VMware vCenter.

</snip>

i suspect you are trying to deploy the OVF by connecting to ESX. Please connect to VC and try the deployment

-Srinivas

SPLASHMONKEY
4,024 Views

Thanks venkat3, looks like I'll need to setup a trial vCenter for this which I was hoping to avoid. Doesn't explain why it won't play in Workstation though, surely?

venkat3
4,024 Views

hi kevin,

ovf file has an xml tag for property

for. example

Line 107:   <Property ovf:key="" ovf:type="string" ovf:userConfigurable="true" ovf:value="">
Line 109:   </Property>

which VC understands while deploying it.

ESX or Workstation isn't able to read this and throws an error.

hope this answers your query

-srinivas

Public