diff -rup ipmitool-1.8.9-baseline/doc/ipmitool.1 ipmitool-1.8.9-baseline-01-manpages/doc/ipmitool.1 --- ipmitool-1.8.9-baseline/doc/ipmitool.1 2007-03-06 16:15:36.000000000 -0600 +++ ipmitool-1.8.9-baseline-01-manpages/doc/ipmitool.1 2007-08-23 16:46:57.000000000 -0500 @@ -204,6 +204,7 @@ Commands: sunoem Manage Sun OEM Extensions exec Run list of commands from file set Set runtime variable for shell and exec + delloem Manage Dell OEM Extensions ipmitool chassis help .br @@ -498,6 +499,149 @@ Force boot from CD/DVD Force boot into BIOS setup .RE .RE + + +.TP +\fIdelloem\fP +.RS +.TP +\fIsysinfo\fP +.br + +Displays the system information +.TP +\fIsel\fP +.br +.RS +.TP +\fIinfo\fP +.br + +This command will query the BMC for information about the System Event Log (SEL) and its contents. +.TP +\fIclear\fP +.br + +This command will clear the contents of the SEL. It cannot be undone. +.TP +\fIlist\fP +.br + +When this command is invoked without arguments, the entire contents of the System Event Log are displayed. +.RS +.TP +<\fBcount\fR>|\fIfirst\fP <\fBcount\fR> +.br + +Displays the first \fIcount\fR (least-recent) entries in the SEL. If \fIcount\fR is zero, all entries are displayed. +.TP +\fIlast\fP <\fBcount\fR> +.br + +Displays the last \fIcount\fR (most\-recent) entries in the SEL. If \fIcount\fR is zero, all entries are displayed. +.RE +.TP +\fItime\fP +.br + +When used without any arguments, defaults to 'get' subcommand. +.RS +.TP +\fIget\fP +.br + +Displays the SEL clock's current time. +.TP +\fIset\fP +.br + +Set the SEL clock time in the form "MM/DD/YYYY HH:MM:SS" +.RE +.RE +.TP +\fIsensor\fP +.RS +.TP +\fIlist\fP +.br + +Lists sensor description and status +.TP +\fIget\fP <\fBid\fR> +.br + +Prints information for sensor specified. +.TP +\fIthresh\fP +.RS +.br +<\fBid\fR> <\fBthreshold\fR> <\fBsetting\fR> + +Allows you to set the values of a sensor accordingly. +.RS +id : name of the sensor for which treshold is to be set +.br +threshold : which threshold to set +.RS +.br +unr = upper non\-recoverable +.br +ucr = upper critical +.br +unc = upper non\-critical +.br +lnc = lower non\-critical +.br +lcr = lower critical +.br +lnr = lower non\-recoverable +.br +.RE +setting : the value to set the treshold to +.br +.RE +.TP +<\fBid\fR> \fIlower\fP <\fBlnr\fR> <\fBlcr\fR> <\fBlnc\fR> + +This allows you to set all lower thresholds for a sensor at the same time. The sensor is specified by name and the tresholds are listed in order of Lower Non\-Recoverable, Lower Critical, and Lower Non\-Critical. +.TP +<\fBid\fR> \fIupper\fP <\fBunc\fR> <\fBucr\fR> <\fBunr\fR> + +This allows you to set all upper thresholds for a sensor at the same time. The sensor is specified by name and the tresholds are listed in order of Upper Non\-Critical, Upper Critical, and Upper Non\-Recoverable. +.RE +.RE +.TP +\fIlcd\fP +.RS +.TP +\fIinfo\fP +.br +Shows LCD text that is displayed during non-fault condition. +.TP +\fIset\fP <\fBnone\fR>|<\fBdefault\fR>|<\fBcustom "text"\fR> +.br + +Set LCD text that is displayed during non-fault condition. +.RE +.TP +\fIpowermonitor\fP +.br + +When invoked without any subcommands, this command will show the System power tracking statistics. +.RS +.TP +\fIclear cumulativepower\fP +.br + +Reset the cumulative power reading. +.TP +\fIclear peakpower\fP +.br + +Reset the peak power reading. +.RE + +.RE .TP \fIevent\fP .RS @@ -1368,6 +1512,7 @@ Enables access to the BMC by the given u Determine whether a password has been stored as 16 or 20 bytes. .RE +.RE .SH "OPEN INTERFACE" The ipmitool \fIopen\fP interface utilizes the OpenIPMI @@ -1529,6 +1674,13 @@ on the cipher suite ID found in the IPMI RAKP\-HMAC\-SHA1 authentication, HMAC\-SHA1\-96 integrity, and AES\-CBC\-128 encryption algorightms. + +.SH "WMI INTERFACE" +The ipmitool \fIwmi\fP interface uses the Windows IPMI device driver. It can be used on Windows 2003 Service Pack 2 and Windows Longhorn systems. +You can tell ipmitool to use this interface by specifying it on the command line. + +ipmitool \fB\-I\fR \fIwmi\fP <\fIexpression\fP> + .SH "FREE INTERFACE" .LP The ipmitool \fIfree\fP interface utilizes the FreeIPMI libfreeipmi