This file is indexed.

/usr/share/doc/opensm/README.Debian is in opensm 3.3.19-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Configuring opensm
------------------

In order to configure opensm you must list the GUIDs of
the ports if you want opensm to start on in /etc/default/opensm.

You can find the GUIDs of your IB cards by running the following command:

# ibstat -p

eg

# ibstat -p
0x0002c9030002fb05
0x0002c9030002fb06


Ports can be listed in  /etc/default/opensm as:

PORTS="0x0002c9030002fb05 0x0002c9030002fb06"

You can also use the keywords ALL or NONE to start
opensm on all detected ports, or none of them.