Hello,
I try to deploy a Spectrum Accelerate Solution, but each time I have th following error :
Error: Invalid target name (INTRA) specified in net mapping. OVF networks: interconnect iscsi_network iscsi_network_2 mgmt_network. Target networks: VM Network
If you need more information tell me.
link text
Answer by shirlytb (1) | Apr 18, 2016 at 02:23 AM
Hi, Please verify the configuration in the xml file, especially these: options
mgmt_network="NAME_OF_INTERFACE_TO_BE_USED_AS_MGMT_NETWORK" interconnect_network="NAME_OF_INTERFACE_TO_BE_USED_AS_INTERCONNECT_NETWORK" iscsi_network="NAME_OF_INTERFACE_TO_BE_USED_AS_ISCSI_NETWORK" vm_mgmt_ip_address="IP_ADDRESS_TO_BE_GIVEN_TO_THE_MGMT_NETWORK" interconnect_ip_address="IP ADDRESS" interconnect_ip_netmask="IP NETMASK">
See http://www.ibm.com/support/knowledgecenter/STZSWD_11.5.3/UG/xiv_sds_ch4_deploy_step2.dita for more details on the configuration file.
The Interconnect_network, mgmt_network, and iscsi_network are set to the VMWare names, e.g. SDSnet_111, VMWare1, and SDSnet_112 The masks and other information is correct
Answer by Maxim Kalaev (1) | Apr 18, 2016 at 02:36 AM
Probably similar to this question here: https://developer.ibm.com/answers/questions/181664/xiv-as-a-software-error-while-deploying-script.html
From the log I see you have two vswitches configured on ESXi hosts (named vSwitch0 and vSwitch1), and vSwitch1 hosts portgroup INRA, which is fine. However from the error above ovftool only sees portgroups hosted by vSwitch0. Since you are deploying with vcenter, please check that you see the same vswitch1 in vSphere client when it is connected to vcenter.