From db7f0ba560185233d3946cf450c7b5fbc3a36cd2 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 28 Jan 2004 00:17:34 +0000 Subject: [PATCH 1/2] increment version number again to 1.5.9 --- ipmitool/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/configure.in b/ipmitool/configure.in index 1c36e21..94d5c0f 100644 --- a/ipmitool/configure.in +++ b/ipmitool/configure.in @@ -2,7 +2,7 @@ dnl dnl autoconf for ipmitool dnl AC_INIT([src/ipmitool.c]) -AM_INIT_AUTOMAKE([ipmitool], [1.5.8]) +AM_INIT_AUTOMAKE([ipmitool], [1.5.9]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/ipmitool.c]) AC_PREREQ(2.50) From 1435321c869bde7e8563e73a378c202a2cb7a61b Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Wed, 28 Jan 2004 03:14:26 +0000 Subject: [PATCH 2/2] updates to manpage --- ipmitool/doc/ipmitool.1 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/ipmitool/doc/ipmitool.1 b/ipmitool/doc/ipmitool.1 index 428b8c0..b883797 100644 --- a/ipmitool/doc/ipmitool.1 +++ b/ipmitool/doc/ipmitool.1 @@ -4,7 +4,7 @@ ipmitool \- utility for controlling IPMI-enabled devices .SH "SYNTAX" .LP -ipmitool [\fB\-ghcvV\fR] \fB\-I\fR \fIlan\fP \fB\-H\fR \fIaddress\fP [\fB\-P\fR \fIpassword\fP] <\fIexpression\fP> +ipmitool [\fB\-ghcvV\fR] \fB\-I\fR \fIlan\fP \fB\-H\fR \fIhostname\fP [\fB\-P\fR \fIpassword\fP] <\fIexpression\fP> .br ipmitool [\fB\-ghcvV\fR] \fB\-I\fR \fIopen\fP <\fIexpression\fP> .SH "DESCRIPTION" @@ -36,6 +36,9 @@ Remote server address, can be IP address or hostname. This option is required f .TP \fB\-P\fR <\fIpassword\fP> Remote server password, 16 character maximum. This is optional for the LAN interface, if it is not provided the session will not be authenticated. +.TP +\fB\-U\fR <\fIusername\fP> +Remote username, default is NULL user. .SH "EXPRESSIONS" .LP .TP @@ -304,9 +307,7 @@ Once they are loaded there will be a dynamic char device entry that must exist a .LP In order to force ipmitool to make use of the device interface you can specifiy it on the command line: .PP -ipmitool \-I open [option...] -.LP -Alternatively if you do not provide a hostname on the command line ipmitool will assume you want to use the open interface. +ipmitool \-I open .SH "LAN INTERFACE" .LP The ipmitool \fIlan\fP interface communicates with the BMC over an Ethernet LAN connection using UDP under IPv4. UDP datagrams are formatted to contain IPMI request/response messages with a IPMI session headers and RMCP headers. @@ -317,7 +318,7 @@ The LAN interface is an authenticatiod multi\-session connection; messages deliv .LP You can tell ipmitool to use the lan interface with the \fB\-I\fR option: .PP -ipmitool \-I lan [option...]
[password] +ipmitool \-I lan \-H \-P [password] .LP A hostname \fBmust\fR be given on the command line in order to use the lan interface with ipmitool. The password field is optional; if you do not provide a password on the command line ipmitool will attempt to connect without authentication. If you specify a password it will use MD5 authentication if supported by the BMC and straight password/key otherwise. .SH "FILES" @@ -341,8 +342,11 @@ Duncan Laurie .SH "SEE ALSO" .LP .TP +IPMItool Homepage +http://ipmitool.sourceforge.net +.TP Intelligent Platform Management Interface Specification http://www.intel.com/design/servers/ipmi/spec.htm .TP OpenIPMI project (MontaVista IPMI kernel driver) -http://openipmi.sourceforge.net/ +http://openipmi.sourceforge.net