Blame man/ibprintswitch.8

Packit db064d
.TH IBPRINTSWITCH 8 "May 31, 2007" "OpenIB" "OpenIB Diagnostics"
Packit db064d
Packit db064d
.SH NAME
Packit db064d
ibprintswitch.pl \- print either the switch specified or a list of switches
Packit db064d
from the ibnetdiscover output
Packit db064d
Packit db064d
.SH SYNOPSIS
Packit db064d
.B ibprintswitch.pl
Packit db064d
[-R -l -C <ca_name> -P <ca_port>] [<switch_guid|switch_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
ibprintswitch.pl will parse out and print either the switch information
Packit db064d
for the switch specified or a list of all the switches found in the subnet.
Packit db064d
In addition, it will crudely parse on the node description
Packit db064d
information and if found report all the information for an entire chasis
Packit db064d
if the description information is consistent.
Packit db064d
Packit db064d
Finally, ibprintswitch.pl will also reuse the cached ibnetdiscover output
Packit db064d
from some of the other diag tools which makes it a bit faster than running
Packit db064d
ibnetdiscover from scratch.
Packit db064d
Packit db064d
.SH OPTIONS
Packit db064d
Packit db064d
.PP
Packit db064d
.TP
Packit db064d
\fB\-l\fR
Packit db064d
List the switches (simply a wrapper for ibswitches).
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 AUTHORS
Packit db064d
.TP
Packit db064d
Ira Weiny
Packit db064d
.RI < weiny2@llnl.gov >
Packit db064d
.TP
Packit db064d
Hal Rosenstock
Packit db064d
.RI < halr@voltaire.com >