Hello,
During the deployment of Infiniband XDR Q3400_RA switches, I noticed the following messages in the opensm.log file:
...
Jul 2115:18:27630245 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac543098000e09cf
Jul 2115:18:27630248 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac3ae203000e09cf
Jul 2115:18:27630250 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac3ae203000e09cf
Jul 2115:18:27630254 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac9871230003f7cf
Jul 2115:18:27630257 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac9871230003f7cf
Jul 2115:18:27630260 [DF2F7700] 0x01-> hca_add_port: ERR AB32: Duplicated LID forCA GUID: 0xac9871230003f7cf
...
As I can see, similar log entries appear for all the nodes in the cluster. Each node has the same LID (57 in this case) for all four planes within a single switch, but with different port numbers (1–4):
kitaro@nrg-gpuib17-1-osm1:~$ sudo iblinkinfo | grep 0xac3ae2030003f7ff
0xac9871230003f7cf 57 1[ ] ==( 1X 212.5 Gbps Active/ LinkUp)==> 90 128[ ] "MF0;leaf1:Q3400_RA/U1" ( )
0xac9871230003f7cf 57 2[ ] ==( 1X 212.5 Gbps Active/ LinkUp)==> 91 128[ ] "MF0;leaf1:Q3400_RA/U2" ( )
0xac9871230003f7cf 57 3[ ] ==( 1X 212.5 Gbps Active/ LinkUp)==> 92 128[ ] "MF0;leaf1:Q3400_RA/U3" ( )
0xac9871230003f7cf 57 4[ ] ==( 1X 212.5 Gbps Active/ LinkUp)==> 93 128[ ] "MF0;leaf1:Q3400_RA/U4" ( )
I am using the prism_an_lmc 2 option in opensm.conf. If I understand correctly, this should result in four different LIDs for the prism switch. However, this does not seem to be happening.
The other options related to LMC are set to their default values:
lmc 0
lids_per_rtr 0
lmc_esp0 FALSE
The version of the OpenSM is 5.25.1
My main question is: is it acceptable to have such log entries? If not, I would appreciate any suggestions on how to fix this issue.
Thanks in advance,
Roman