ipmitool should document also -b, -B, -l and -T options, which are

currently missing. The description is taken from ipmitool -h output.

Original author: J.H.M. Dassen, rdassen at redhat.com.
This commit is contained in:
Jim Mankovich 2012-09-05 14:22:36 +00:00
parent 5c9addb8c4
commit 2d725c2cd6

View File

@ -57,6 +57,12 @@ Prompt for the remote server password.
\fB\-A\fR <\fIauthtype\fP> \fB\-A\fR <\fIauthtype\fP>
Specify an authentication type to use during IPMIv1.5 \fIlan\fP Specify an authentication type to use during IPMIv1.5 \fIlan\fP
session activation. Supported types are NONE, PASSWORD, MD2, MD5, or OEM. session activation. Supported types are NONE, PASSWORD, MD2, MD5, or OEM.
.TP
\fB\-b\fR <\fIchannel\fP>
Set destination channel for bridged request.
.TP
\fB\-B\fR <\fIchannel\fP>
Set transit channel for bridged request (dual bridge).
.TP .TP
\fB\-c\fR \fB\-c\fR
Present output in CSV (comma separated variable) format. Present output in CSV (comma separated variable) format.
@ -109,6 +115,9 @@ option is required for \fIlan\fP and \fIlanplus\fP interfaces.
Selects IPMI interface to use. Supported interfaces that are Selects IPMI interface to use. Supported interfaces that are
compiled in are visible in the usage help output. compiled in are visible in the usage help output.
.TP .TP
\fB\-l\fR <\fIlun\fP>
Set destination lun for raw commands.
.TP
\fB\-L\fR <\fIprivlvl\fP> \fB\-L\fR <\fIprivlvl\fP>
Force session privilege level. Can be CALLBACK, USER, Force session privilege level. Can be CALLBACK, USER,
OPERATOR, ADMINISTRATOR. Default is ADMINISTRATOR. OPERATOR, ADMINISTRATOR. Default is ADMINISTRATOR.
@ -152,6 +161,9 @@ SDR cache from a remote system can be created with the
.TP .TP
\fB\-t\fR <\fItarget_address\fP> \fB\-t\fR <\fItarget_address\fP>
Bridge IPMI requests to the remote target address. Bridge IPMI requests to the remote target address.
.TP
\fB\-T\fR <\fIaddress\fP>
Set transit address for bridge request (dual bridge).
.TP .TP
\fB\-U\fR <\fIusername\fP> \fB\-U\fR <\fIusername\fP>
Remote server username, default is NULL user. Remote server username, default is NULL user.