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