~ubuntu-branches/ubuntu/raring/ibutils/raring-proposed

« back to all changes in this revision

Viewing changes to ibdm/doc/ibdmtr.pod

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-01-11 22:22:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100111222200-53kum2et5nh13rv3
Tags: upstream-1.2-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.2-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=head1 NAME
 
2
 
 
3
B<ibdmtr> -  Fabric Trace Route
 
4
 
 
5
=head1 SYNOPSYS
 
6
 
 
7
ibdmtr [-v][-h] {-c <cbaling file>|-t <topo file>} -s <sm node name>
 
8
  -p <sm port num> -d <comma-sep-dr-path>
 
9
 
 
10
=head1 DESCRIPTION
 
11
 
 
12
This utility parses a cabling list or topology file describing the systems connections that make a fabric.  Then it start following the direct route provided and print out the systems and nodes on the route.
 
13
 
 
14
=head1 ARGUMENTS
 
15
Required arguments description.
 
16
 
 
17
=over
 
18
 
 
19
=item -t|--topology <file>
 
20
 
 
21
=over
 
22
 
 
23
=item Topology file describing the network. See man ibdm-topology-file.
 
24
 
 
25
=back
 
26
 
 
27
=item -c|--cables <file>
 
28
 
 
29
=over
 
30
 
 
31
=item Cabling list file. Following the line format:
 
32
 
 
33
=back
 
34
 
 
35
<Sys1Type> <Sys1Name> <Port1Name> <Sys2Type> <Sys2Name> <Port2Name>
 
36
 
 
37
=item -s|--sm-node <name>
 
38
 
 
39
=over
 
40
 
 
41
=item The name of the SM node (not system). E.g. OSM/U1.
 
42
 
 
43
=back
 
44
 
 
45
=item -p|--port-num <num>
 
46
 
 
47
=over
 
48
 
 
49
=item The number of the SM node port the SM is attached to
 
50
 
 
51
=back
 
52
 
 
53
=item -d|--dr-path <comm-sep-dr-path>
 
54
 
 
55
=over
 
56
 
 
57
=item A list of ports to go out through
 
58
 
 
59
=back
 
60
 
 
61
=head1 OPTIONS
 
62
 
 
63
=item -v|--verbose
 
64
 
 
65
=over
 
66
 
 
67
=item verbsoe mode
 
68
 
 
69
=back
 
70
 
 
71
=item -h|--help
 
72
 
 
73
=over
 
74
 
 
75
=item provide this help message
 
76
 
 
77
=back
 
78
 
 
79
=head1 AUTHOR
 
80
 
 
81
Eitan Zahavi, Mellanox Technologies LTD, eitan@mellanox.co.il
 
82