I am pretty new to Infiniband and I am having one heck of a time trying to get the right secret combination to allow for me to successfully run part_man.exe to add virtual interfaces based on partitions.conf with opensm. Am I missing something?
DEVICE INFO:
C:\Program Files\Mellanox\MLNX_VPI\IB\Tools>ibv_devinfo.exe
hca_id: ibv_device0
fw_ver: 2.36.5000
node_guid: f452:1403:007e:fae0
sys_image_guid: f452:1403:007e:fae3
vendor_id: 0x02c9
vendor_part_id: 4099
hw_ver: 0x0
phys_port_cnt: 2
port: 1
state: PORT_ACTIVE (4)
max_mtu: 4096 (5)
active_mtu: 4096 (5)
sm_lid: 8
port_lid: 8
port_lmc: 0x00
transport: IB
port: 2
state: PORT_ACTIVE (4)
max_mtu: 4096 (5)
active_mtu: 4096 (5)
sm_lid: 8
port_lid: 9
port_lmc: 0x00
transport: IB
Below is the error that I receive when trying to configure according to several other posts and documentation on using part_man.exe:
C:\Program Files\Mellanox\MLNX_VPI\IB\Tools>part_man -v add "Ethernet" ipoib_vlan0111 806f
==> GetAdapterKey: searchByKey 'Name', KeyValue 'Ethernet', DataKey 'PnpInstanceID'
<== GetAdapterKey: result - adapterData 'IBA\ConnectX-3_IPoIB\e2fa7e00031452f4-ffff-IPoIB', status 0
ERROR: Illegal adapter name 'Ethernet'. Please select valid physical Mellanox IPoIB adapter.
C:\Program Files\Mellanox\MLNX_VPI\IB\Tools>part_man -v add "Ethernet 1" ipoib_vlan0111 806f
==> GetAdapterKey: searchByKey 'Name', KeyValue 'Ethernet 1', DataKey 'PnpInstanceID'
<== GetAdapterKey: result - adapterData 'IBA\ConnectX-3_IPoIB\e1fa7e00031452f4-ffff-IPoIB', status 0
ERROR: Illegal adapter name 'Ethernet 1'. Please select valid physical Mellanox IPoIB adapter.
Below is the output when executing 'mlxtool dbg pkeys':
IPoIB NIC: Ethernet
---------------- ----------------
| PKEY index | PKEY |
---------------- ----------------
| 0 | ffff |
| 1 | 806f |
---------------- ----------------
IPoIB NIC: Ethernet 1
---------------- ----------------
| PKEY index | PKEY |
---------------- ----------------
| 0 | ffff |
| 1 | 806f |
---------------- ----------------
Below is the output from opensm partitions.conf file:
Default=0xffff, rate=7, mtu=5, scope=2, defmember=full:
ALL, ALL_SWITCHES=full;
Default=0xffff, ipoib, rate=7, mtu=5, scope=2:
ALL=full, ALL_SWITCHES=full;
VLAN0111=0x006f, rate=7, mtu=5, scope=2, defmember=full:
ALL, ALL_SWITCHES=full;
VLAN0111=0x006f, ipoib, rate=7, mtu=5, scope=2:
ALL=full, ALL_SWITCHES=full;