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

@ -58,6 +58,12 @@ Prompt for the remote server password.
Specify an authentication type to use during IPMIv1.5 \fIlan\fP
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
\fB\-c\fR
Present output in CSV (comma separated variable) format.
This is not available with all commands.
@ -109,6 +115,9 @@ option is required for \fIlan\fP and \fIlanplus\fP interfaces.
Selects IPMI interface to use. Supported interfaces that are
compiled in are visible in the usage help output.
.TP
\fB\-l\fR <\fIlun\fP>
Set destination lun for raw commands.
.TP
\fB\-L\fR <\fIprivlvl\fP>
Force session privilege level. Can be CALLBACK, USER,
OPERATOR, ADMINISTRATOR. Default is ADMINISTRATOR.
@ -153,6 +162,9 @@ SDR cache from a remote system can be created with the
\fB\-t\fR <\fItarget_address\fP>
Bridge IPMI requests to the remote target address.
.TP
\fB\-T\fR <\fIaddress\fP>
Set transit address for bridge request (dual bridge).
.TP
\fB\-U\fR <\fIusername\fP>
Remote server username, default is NULL user.
.TP