]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ofed/management/infiniband-diags/man/ibcheckerrs.8
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ofed / management / infiniband-diags / man / ibcheckerrs.8
1 .TH IBCHECKERRS 8 "May 30, 2007" "OpenIB" "OpenIB Diagnostics"
2
3 .SH NAME
4 ibcheckerrs \- validate IB port (or node) and report errors in counters above threshold
5
6 .SH SYNOPSIS
7 .B ibcheckerrs
8 [\-h] [\-b] [\-v] [\-G] [\-T <threshold_file>] [\-s(how_thresholds)]
9 [\-N | \-nocolor] [\-C ca_name] [\-P ca_port] [\-t(imeout) timeout_ms]
10 <lid|guid> <port>
11
12
13 .SH DESCRIPTION
14 .PP
15 Check specified port (or node) and report errors that surpassed their predefined
16 threshold. Port address is lid unless -G option is used to specify a GUID
17 address. The predefined thresholds can be dumped using the -s option, and a
18 user defined threshold_file (using the same format as the dump) can be
19 specified using the -t <file> option.
20
21 .SH OPTIONS
22 .PP
23 \-G      use GUID address argument. In most cases, it is the Port GUID.
24         Example:
25         "0x08f1040023"
26 .PP
27 \-s      show predefined thresholds
28 .PP
29 \-T      use specified threshold file
30 .PP
31 \-v      increase the verbosity level
32 .PP
33 \-b      brief mode. Reduce the output to show only if errors are
34         present, not what they are.
35 .PP
36 \-N | \-nocolor use mono rather than color mode
37 .PP
38 \-C <ca_name>    use the specified ca_name.
39 .PP
40 \-P <ca_port>    use the specified ca_port.
41 .PP
42 \-t <timeout_ms> override the default timeout for the solicited mads.
43
44 .SH EXAMPLE
45 .PP
46 ibcheckerrs 2           # check aggregated node counter for lid 2
47 .PP
48 ibcheckerrs 2   4       # check port counters for lid 2 port 4
49 .PP
50 ibcheckerrs -T xxx 2    # check node using xxx threshold file
51
52 .SH SEE ALSO
53 .BR perfquery(8),
54 .BR ibaddr(8)
55
56 .SH AUTHOR
57 .TP
58 Hal Rosenstock
59 .RI < halr@voltaire.com >