File: ibtopodiff.pod

package info (click to toggle)
ibutils 1.5.7-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 44,168 kB
  • ctags: 26,003
  • sloc: cpp: 159,553; ansic: 74,819; sh: 16,666; tcl: 13,817; makefile: 432; yacc: 333; lex: 169; awk: 53; perl: 49
file content (48 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
=head1 NAME

B<ibtoopdiff - Fabric Topology Matcher>

=head1 SYNOPSYS

ibtopodiff [-v][-h] -t <topo file> -d <subnet file> -s <start node name>
  -p <start port num> -g <start port guid>

=head1 DESCRIPTION

This utility performs matching between a given topology file (see man B<ibdm-topology-file>) and a B<subnet.lst file> (this file provides a dump of all links in the discovered fabric and generated by ibdiagnet or OpenSM).

=head1 ARGUMENTS

=item -t|--topology <file>

Topology file. See man B<ibdm-topology-file> for its definition.

=item -d|--discovered <file>

subnet.lst file produced by B<OpenSM> or B<ibdiagnet>

=item -s|--start-node <name>

The name of the matching start node, also known as anchor node. E.g. H-1/U1

=item -p|--port-num <num>

The number of the matching start port, also known as anchor port

=item -g|--port-guid <guid>

The guid of the matching start port

=head1 OPTIONS

=item -v|--verbose

Verbsoe mode

=item -h|--help

Provides this help message

=head1 AUTHOR

Eitan Zahavi, Mellanox Technologies LTD, eitan@mellanox.co.il