Blame man/ibcheckerrs.8

Packit db064d
.TH IBCHECKERRS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics"
Packit db064d
Packit db064d
.SH NAME
Packit db064d
ibcheckerrs \- validate IB port (or node) and report errors in counters above threshold
Packit db064d
Packit db064d
.SH SYNOPSIS
Packit db064d
.B ibcheckerrs
Packit db064d
[\-h] [\-b] [\-v] [\-G] [\-T <threshold_file>] [\-s(how_thresholds)]
Packit db064d
[\-N | \-nocolor] [\-C ca_name] [\-P ca_port] [\-t(imeout) timeout_ms]
Packit db064d
<lid|guid> <port>
Packit db064d
Packit db064d
Packit db064d
.SH DESCRIPTION
Packit db064d
.PP
Packit db064d
Check specified port (or node) and report errors that surpassed their predefined
Packit db064d
threshold. Port address is lid unless -G option is used to specify a GUID
Packit db064d
address. The predefined thresholds can be dumped using the -s option, and a
Packit db064d
user defined threshold_file (using the same format as the dump) can be
Packit db064d
specified using the -t <file> option.
Packit db064d
Packit db064d
.SH OPTIONS
Packit db064d
.PP
Packit db064d
\-G      use GUID address argument. In most cases, it is the Port GUID.
Packit db064d
        Example:
Packit db064d
        "0x08f1040023"
Packit db064d
.PP
Packit db064d
\-s      show predefined thresholds
Packit db064d
.PP
Packit db064d
\-T      use specified threshold file
Packit db064d
.PP
Packit db064d
\-v      increase the verbosity level
Packit db064d
.PP
Packit db064d
\-b      brief mode. Reduce the output to show only if errors are
Packit db064d
        present, not what they are.
Packit db064d
.PP
Packit db064d
\-N | \-nocolor use mono rather than color mode
Packit db064d
.PP
Packit db064d
\-C <ca_name>    use the specified ca_name.
Packit db064d
.PP
Packit db064d
\-P <ca_port>    use the specified ca_port.
Packit db064d
.PP
Packit db064d
\-t <timeout_ms> override the default timeout for the solicited mads.
Packit db064d
Packit db064d
.SH EXAMPLE
Packit db064d
.PP
Packit db064d
ibcheckerrs 2           # check aggregated node counter for lid 2
Packit db064d
.PP
Packit db064d
ibcheckerrs 2   4       # check port counters for lid 2 port 4
Packit db064d
.PP
Packit db064d
ibcheckerrs -T xxx 2    # check node using xxx threshold file
Packit db064d
Packit db064d
.SH SEE ALSO
Packit db064d
.BR perfquery(8),
Packit db064d
.BR ibaddr(8)
Packit db064d
Packit db064d
.SH AUTHOR
Packit db064d
.TP
Packit db064d
Hal Rosenstock
Packit db064d
.RI < halr@voltaire.com >