1IBIDSVERIFY(8) Open IB Diagnostics IBIDSVERIFY(8)
2
3
4
6 ibidsverify - validate IB identifiers in subnet and report errors
7
9 ibidsverify.pl [-h] [-R]
10
12 ibidsverify.pl is a perl script which uses a full topology file that
13 was created by ibnetdiscover, scans the network to validate the LIDs
14 and GUIDs in the subnet. The validation consists of checking that there
15 are no zero or duplicate identifiers.
16
17 Finally, ibidsverify.pl will also reuse the cached ibnetdiscover output
18 from some of the other diag tools which makes it a bit faster than run‐
19 ning ibnetdiscover from scratch.
20
22 -R Recalculate the ibnetdiscover information, ie do not use the cached
23 information. This option is slower but should be used if the diag
24 tools have not been used for some time or if there are other reasons to
25 believe the fabric has changed.
26
27 -C <ca_name> use the specified ca_name.
28
29 -P <ca_port> use the specified ca_port.
30
32 Exit status is 1 if errors are found, 0 otherwise.
33
35 CONFIG FILE
36 /etc/infiniband-diags/ibdiag.conf
37
38 A global config file is provided to set some of the common options for
39 all tools. See supplied config file for details.
40
42 ibnetdiscover(8)
43
45 Hal Rosenstock
46 < halr@voltaire.com >
47
48
49
50
51 IBIDSVERIFY(8)