From 2d725c2cd674362b44aa48b469e379905d7d4ea6 Mon Sep 17 00:00:00 2001 From: Jim Mankovich Date: Wed, 5 Sep 2012 14:22:36 +0000 Subject: [PATCH] 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. --- ipmitool/doc/ipmitool.1 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ipmitool/doc/ipmitool.1 b/ipmitool/doc/ipmitool.1 index f9a6c66..aabe5a8 100644 --- a/ipmitool/doc/ipmitool.1 +++ b/ipmitool/doc/ipmitool.1 @@ -57,6 +57,12 @@ Prompt for the remote server password. \fB\-A\fR <\fIauthtype\fP> 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. @@ -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. @@ -152,6 +161,9 @@ SDR cache from a remote system can be created with the .TP \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.