On Wed, Jan 05, 2022 at 01:05:08PM +0100, Benjamin Drung wrote: > Am Mittwoch, dem 05.01.2022 um 13:52 +0200 schrieb Leon Romanovsky: > > On Wed, Jan 05, 2022 at 11:32:40AM +0100, Benjamin Drung wrote: > > > Hi, > > > > > > we have an in-house Shell script that uses iblinkinfo to check if the > > > InfiniBand cabling is correct. This information can be derived from > > > the > > > node names that can be seen for the HCA port. I want to improve that > > > check and rewrite it in Python, but I failed to find an easy and > > > robust > > > way to retrieve the node names for a HCA port: <...> > > > What should I do? <...> The iblinkinfo receives this information through umad interface, so if I would be you, I would write the simplified version of iblinkinfo. Thanks