mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
add note about -L parameter,
changes for "channel info" and "snmp" settings
This commit is contained in:
parent
9b0b5ed676
commit
9ba83a2c5d
@ -4,7 +4,7 @@
|
|||||||
@IPMITOOL_BIN@ \- utility for controlling IPMI-enabled devices
|
@IPMITOOL_BIN@ \- utility for controlling IPMI-enabled devices
|
||||||
.SH "SYNTAX"
|
.SH "SYNTAX"
|
||||||
.LP
|
.LP
|
||||||
@IPMITOOL_BIN@ [\fB\-ghcvV\fR] \fB\-I\fR \fIlan\fP \fB\-H\fR \fIhostname\fP [\fB\-a\fR|\fB\-E\fR|\fB\-P\fR \fIpassword\fP] <\fIexpression\fP>
|
@IPMITOOL_BIN@ [\fB\-ghcvV\fR] \fB\-I\fR \fIlan\fP \fB\-H\fR \fIhostname\fP [\fB\-L\fR \fIprivlvl\fP] [\fB\-a\fR|\fB\-E\fR|\fB\-P\fR \fIpassword\fP] <\fIexpression\fP>
|
||||||
.br
|
.br
|
||||||
@IPMITOOL_BIN@ [\fB\-ghcvV\fR] \fB\-I\fR \fIopen\fP <\fIexpression\fP>
|
@IPMITOOL_BIN@ [\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\-U\fR <\fIusername\fP>
|
\fB\-U\fR <\fIusername\fP>
|
||||||
Remote username, default is NULL user.
|
Remote username, default is NULL user.
|
||||||
|
.TP
|
||||||
|
\fB\-L\fR <\fIprivlvl\fP>
|
||||||
|
Force sessin privilege level. Can be CALLBACK, USER, OPERATOR, ADMIN. Default is USER.
|
||||||
.TP
|
.TP
|
||||||
\fB\-a\fR
|
\fB\-a\fR
|
||||||
Promt for the remote server password, 16 character maximum. This is optional for the LAN interface, if a password is not provided the session will not be authenticated.
|
Promt for the remote server password, 16 character maximum. This is optional for the LAN interface, if a password is not provided the session will not be authenticated.
|
||||||
@ -122,13 +125,12 @@ Channel 0xf info:
|
|||||||
Protocol Vendor ID : 7154
|
Protocol Vendor ID : 7154
|
||||||
.LP
|
.LP
|
||||||
.RE
|
.RE
|
||||||
.RE
|
|
||||||
.TP
|
.TP
|
||||||
\fIuserinfo\fP <\fBchannel\fR>
|
\fIuser\fP <\fBchannel number\fR> [\fBuser number\fR]
|
||||||
This command will display information about configured user information on a specific LAN channel. This command will fail on system interfaces. Try channel 6 or 7.
|
This command will display information about configured user information on a specific LAN channel. This command will fail on system interfaces. Try channel 6 or 7.
|
||||||
.RS
|
.RS
|
||||||
.PP
|
.PP
|
||||||
@IPMITOOL_BIN@ -I open userinfo 6
|
@IPMITOOL_BIN@ -I open channel user 6
|
||||||
.br
|
.br
|
||||||
Maximum User IDs : 4
|
Maximum User IDs : 4
|
||||||
.br
|
.br
|
||||||
@ -143,6 +145,7 @@ Link Authentication : disabled
|
|||||||
IPMI Messaging : enabled
|
IPMI Messaging : enabled
|
||||||
.LP
|
.LP
|
||||||
.RE
|
.RE
|
||||||
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.I chassis
|
.I chassis
|
||||||
.RS
|
.RS
|
||||||
@ -237,6 +240,9 @@ Set the backup gateway MAC address.
|
|||||||
\fIpassword\fP <\fBpass\fR>
|
\fIpassword\fP <\fBpass\fR>
|
||||||
Set the null user password.
|
Set the null user password.
|
||||||
.TP
|
.TP
|
||||||
|
\fIsnmp\fP <\fBcommunity string\fR>
|
||||||
|
Set the SNMP community string.
|
||||||
|
.TP
|
||||||
\fIuser\fP
|
\fIuser\fP
|
||||||
Enable user access mode.
|
Enable user access mode.
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user