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