I have a 60+ node HPC cluster with IB connectivity. The OS is redhat 5/6. Is there a way to obtain the serial number of my ib interfaces without manually taking the interfaces out of the node?
thx
Warren Crummer
I have a 60+ node HPC cluster with IB connectivity. The OS is redhat 5/6. Is there a way to obtain the serial number of my ib interfaces without manually taking the interfaces out of the node?
thx
Warren Crummer
Install first the MFT (Mellanox Firmware Tools) package on the HPC, then you can do a VPD (Vital product data) query, by running the followings:
output example:
++++++++++++++++++++++++++++++
06:00.0 Ethernet controller: Mellanox Technologies MT27520 Family [ConnectX-3 Pro]
+++++++++++++++++++++++++++++++++
output example:
++++++++++++++++++++++++++++
ID: CX354A - ConnectX-3 Pro QSFP
PN: MCX354A-FCCT
EC: A4
SN: MT1432X03761
V0: PCIe Gen3 x8
V1: N/A
YA: N/A
++++++++++++++++++++++++++++++
Hope this helps