Blame man/ibprintrt.8

Packit db064d
.TH IBPRINTRT 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics"
Packit db064d
Packit db064d
.SH NAME
Packit db064d
ibprintrt.pl \- print either only the router specified or a list of routers
Packit db064d
from the ibnetdiscover output
Packit db064d
Packit db064d
.SH SYNOPSIS
Packit db064d
.B ibprintrt.pl
Packit db064d
[-R -l -C <ca_name> -P <ca_port>] [<rt_guid|node_name>]
Packit db064d
Packit db064d
.SH DESCRIPTION
Packit db064d
.PP
Packit db064d
Faster than greping/viewing with an editor the output of ibnetdiscover,
Packit db064d
ibprintrt.pl will parse out and print either the router information for the
Packit db064d
specified IB router or a list of all IB routers in the subnet.
Packit db064d
Packit db064d
Finally, ibprintrt.pl will also reuse the cached ibnetdiscover output from
Packit db064d
some of the other diag tools which makes it a bit faster than running
Packit db064d
ibnetdiscover from scratch.
Packit db064d
Packit db064d
Packit db064d
.SH OPTIONS
Packit db064d
Packit db064d
.PP
Packit db064d
.TP
Packit db064d
\fB\-l\fR
Packit db064d
List the Rts (simply a wrapper for ibrouters).
Packit db064d
.TP
Packit db064d
\fB\-R\fR
Packit db064d
Recalculate the ibnetdiscover information, ie do not use the cached
Packit db064d
information.  This option is slower but should be used if the diag tools have
Packit db064d
not been used for some time or if there are other reasons to believe that
Packit db064d
the fabric has changed.
Packit db064d
.TP
Packit db064d
\fB\-C <ca_name>\fR    use the specified ca_name for the search.
Packit db064d
.TP
Packit db064d
\fB\-P <ca_port>\fR    use the specified ca_port for the search.
Packit db064d
Packit db064d
Packit db064d
.SH AUTHOR
Packit db064d
.TP
Packit db064d
Hal Rosenstock
Packit db064d
.RI < halr@voltaire.com >