From 68556c2a436c98f35125758ee8b2044a3d48e890 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Fri, 26 Mar 2004 22:06:01 +0000 Subject: [PATCH] add "sensor get|list|thresh" command documentation --- ipmitool/doc/ipmitool.1 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ipmitool/doc/ipmitool.1 b/ipmitool/doc/ipmitool.1 index 7a8263b..4bf534e 100644 --- a/ipmitool/doc/ipmitool.1 +++ b/ipmitool/doc/ipmitool.1 @@ -295,6 +295,36 @@ This command will read all Field Replacable Unit inventory data and extract such This command will read the SDR and extract sensor information, then query each sensor and print its name, reading, and status. .RE .TP +.I sensor +.RS +.TP +.I list +This command will list sensors and thresholds in a wide table format. +.TP +\fIget\fP <\fBid\fR> +This command will print info for a single sensor specified by numeric ID or name. +.TP +\fIthresh\fP <\fBid\fR> <\fBthreshold\fR> <\fBsetting\fR> +This allows you to set a particular sensor threshold value. The sensor can be specified by numeric ID or name. +.RS +.TP +Valid thresholds are: +.br +unr Upper Non-Recoverable +.br +ucr Upper Critical +.br +unc Uperr Non-Critical +.br +lnc Lower Non-Critical +.br +lcr Lower Critical +.br +lnr Lower Non-Recoverable +.LP +.RE +.RE +.TP .I sel .RS .TP