1IBFINDNODESUSING(8) Open IB Diagnostics IBFINDNODESUSING(8)
2
3
4
6 IBFINDNODESUSING -
7
9 PORT
10 SYNOPSIS
11 ibfindnodesusing.pl [options] <switch_guid|switch_name> <port>
12
13 DESCRIPTION
14 ibfindnodesusing.pl uses ibroute and detects the current nodes which
15 are routed through both directions of the link specified. The link is
16 specified by one switch port end; the script finds the remote end auto‐
17 matically.
18
19 OPTIONS
20 -h show help
21
22 -R Recalculate the ibnetdiscover information, ie do not use the
23 cached information. This option is slower but should be used if
24 the diag tools have not been used for some time or if there are
25 other reasons to believe that 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
31 FILES
32 CONFIG FILE
33 /etc/infiniband-diags/ibdiag.conf
34
35 A global config file is provided to set some of the common options for
36 all tools. See supplied config file for details.
37
38 NODE NAME MAP FILE FORMAT
39 The node name map is used to specify user friendly names for nodes in
40 the output. GUIDs are used to perform the lookup.
41
42 This functionality is provided by the opensm-libs package. See
43 opensm(8) for the file location for your installation.
44
45 Generically:
46
47 # comment
48 <guid> "<name>"
49
50 Example:
51
52 # IB1
53 # Line cards
54 0x0008f104003f125c "IB1 (Rack 11 slot 1 ) ISR9288/ISR9096 Voltaire sLB-24D"
55 0x0008f104003f125d "IB1 (Rack 11 slot 1 ) ISR9288/ISR9096 Voltaire sLB-24D"
56 0x0008f104003f10d2 "IB1 (Rack 11 slot 2 ) ISR9288/ISR9096 Voltaire sLB-24D"
57 0x0008f104003f10d3 "IB1 (Rack 11 slot 2 ) ISR9288/ISR9096 Voltaire sLB-24D"
58 0x0008f104003f10bf "IB1 (Rack 11 slot 12 ) ISR9288/ISR9096 Voltaire sLB-24D"
59
60 # Spines
61 0x0008f10400400e2d "IB1 (Rack 11 spine 1 ) ISR9288 Voltaire sFB-12D"
62 0x0008f10400400e2e "IB1 (Rack 11 spine 1 ) ISR9288 Voltaire sFB-12D"
63 0x0008f10400400e2f "IB1 (Rack 11 spine 1 ) ISR9288 Voltaire sFB-12D"
64 0x0008f10400400e31 "IB1 (Rack 11 spine 2 ) ISR9288 Voltaire sFB-12D"
65 0x0008f10400400e32 "IB1 (Rack 11 spine 2 ) ISR9288 Voltaire sFB-12D"
66
67 # GUID Node Name
68 0x0008f10400411a08 "SW1 (Rack 3) ISR9024 Voltaire 9024D"
69 0x0008f10400411a28 "SW2 (Rack 3) ISR9024 Voltaire 9024D"
70 0x0008f10400411a34 "SW3 (Rack 3) ISR9024 Voltaire 9024D"
71 0x0008f104004119d0 "SW4 (Rack 3) ISR9024 Voltaire 9024D"
72
73 AUTHOR
74 Ira Weiny
75 < ira.weiny@intel.com >
76
77
78
79
80 IBFINDNODESUSING(8)