This commit was manufactured by cvs2svn to create tag 'IPMITOOL_1_5_8'.

This commit is contained in:
(no author) 2004-01-28 03:14:27 +00:00
commit 8ea2f160e1

View File

@ -4,7 +4,7 @@
ipmitool \- utility for controlling IPMI-enabled devices ipmitool \- utility for controlling IPMI-enabled devices
.SH "SYNTAX" .SH "SYNTAX"
.LP .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 .br
ipmitool [\fB\-ghcvV\fR] \fB\-I\fR \fIopen\fP <\fIexpression\fP> ipmitool [\fB\-ghcvV\fR] \fB\-I\fR \fIopen\fP <\fIexpression\fP>
.SH "DESCRIPTION" .SH "DESCRIPTION"
@ -36,6 +36,9 @@ Remote server address, can be IP address or hostname. This option is required f
.TP .TP
\fB\-P\fR <\fIpassword\fP> \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. 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" .SH "EXPRESSIONS"
.LP .LP
.TP .TP
@ -304,9 +307,7 @@ Once they are loaded there will be a dynamic char device entry that must exist a
.LP .LP
In order to force ipmitool to make use of the device interface you can specifiy it on the command line: In order to force ipmitool to make use of the device interface you can specifiy it on the command line:
.PP .PP
ipmitool \-I open [option...] ipmitool \-I open <expression>
.LP
Alternatively if you do not provide a hostname on the command line ipmitool will assume you want to use the open interface.
.SH "LAN INTERFACE" .SH "LAN INTERFACE"
.LP .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. 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 .LP
You can tell ipmitool to use the lan interface with the \fB\-I\fR option: You can tell ipmitool to use the lan interface with the \fB\-I\fR option:
.PP .PP
ipmitool \-I lan [option...] <address> [password] ipmitool \-I lan \-H <hostname> \-P [password] <expression>
.LP .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. 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" .SH "FILES"
@ -341,8 +342,11 @@ Duncan Laurie <duncan@sun.com>
.SH "SEE ALSO" .SH "SEE ALSO"
.LP .LP
.TP .TP
IPMItool Homepage
http://ipmitool.sourceforge.net
.TP
Intelligent Platform Management Interface Specification Intelligent Platform Management Interface Specification
http://www.intel.com/design/servers/ipmi/spec.htm http://www.intel.com/design/servers/ipmi/spec.htm
.TP .TP
OpenIPMI project (MontaVista IPMI kernel driver) OpenIPMI project (MontaVista IPMI kernel driver)
http://openipmi.sourceforge.net/ http://openipmi.sourceforge.net