![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2068032.1 : How to find the details of transceiver and cable sitting on a port of Infiniband switch
In this Document
Applies to:Sun Network QDR InfiniBand Gateway Switch - Version All Versions to All Versions [Release All Releases]Sun Datacenter InfiniBand Switch 36 - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. GoalHow to find the part number and other details of the transceiver sitting on a port of an Infiniband Switch ? SolutionLogin as root to the Infiniband switch, and cd into /tmp/json
Here is an example: #cd /tmp/json #ls badlinks_speed_width conn_fru.12B conn_fru.3A conn_fru.9A The files conn_fru.* have the details of the transceiver. Display each of those files to know the details of the transceiver. Here is an example. # cat conn_fru.1A conn_fru1A([{"conn_name":"1A","conn_status":"Present","identifier":"QSFP","conntype":"MPO","vendor":"AVAGO","vendoroui":"00144F","pno":"135-1204-01-","rev":"50","sno":"AK1249Z0033","date":"121205"}]); This shows that the transceiver part number is 135-1204. That has an MPO connector with fibre cable. The vendor is AVAGO. Here is an example of another port: # cat conn_fru.5A conn_fru5A([{"conn_name":"5A","conn_status":"Present","identifier":"QSFP+","conntype":"No separable","vendor":"TE Connectivity","vendoroui":"004020","pno":"530-4446-01","rev":"50","sno":"1414004G","date":"14032500"}]); This shows that this port has a copper cable with part number 530-4446.
This information is also available in the Infiniband switch ILOM snapshot. How to Generate iLOM Snapshot on infiniband Switches (Doc ID 1594992.1) Refer to the NM2 subdirectory within the Infiniband ILOM snapshot. The files are named @tmp@json@conn_fru.*.
Attachments This solution has no attachment |
||||||||||||||
|