mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-01-22 06:12:19 +08:00
ID: 311 man page update for new sunoem commands
This commit is contained in:
parent
d531785a23
commit
a7d3bda08d
@ -2976,6 +2976,15 @@ I2C Master Write\-Read IPMI command.
|
|||||||
\fIsunoem\fP
|
\fIsunoem\fP
|
||||||
.RS
|
.RS
|
||||||
.TP
|
.TP
|
||||||
|
\fIcli\fP [<\fBcommand string\fR> ...]
|
||||||
|
.br
|
||||||
|
|
||||||
|
Execute the service processor command line interface commands.
|
||||||
|
Without any command string, an interactive session is started
|
||||||
|
in the service processor command line environ ment. If a
|
||||||
|
command string is specified, the command string is executed
|
||||||
|
on the service processor and the connection is closed.
|
||||||
|
.TP
|
||||||
\fIled\fP
|
\fIled\fP
|
||||||
.RS
|
.RS
|
||||||
|
|
||||||
@ -3021,10 +3030,28 @@ LED Type is optional:
|
|||||||
|
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
\fIfan\fP \fIspeed\fP <0-100>
|
\fInacname\fP <\fBipmi name\fR>
|
||||||
|
.br
|
||||||
|
|
||||||
Set system fan speed (PWM duty cycle).
|
Return the full NAC name of a target identified by ipmi name.
|
||||||
.RS
|
.TP
|
||||||
|
\fIping\fP <\fBcount\fR> [<\fBq\fR>]
|
||||||
|
.br
|
||||||
|
|
||||||
|
Send and receive count packets. Each packet is 64 bytes.
|
||||||
|
|
||||||
|
q - Quiet. Displays output only at the start and end of the process.
|
||||||
|
.TP
|
||||||
|
\fIgetval\fP <\fBproperty name\fR>
|
||||||
|
.br
|
||||||
|
|
||||||
|
Returns value of specified ILOM property.
|
||||||
|
.TP
|
||||||
|
\fIsetval\fP <\fBproperty name\fR> <\fBproperty value\fR> [<\fBtimeout\fR>]
|
||||||
|
.br
|
||||||
|
|
||||||
|
Sets value of ILOM property. If timeout is not specified, the
|
||||||
|
default value is 5 seconds. NOTE: setval must be executed locally on host!
|
||||||
.TP
|
.TP
|
||||||
\fIsshkey\fP
|
\fIsshkey\fP
|
||||||
.RS
|
.RS
|
||||||
@ -3040,9 +3067,65 @@ with the 'user list' command.
|
|||||||
|
|
||||||
This command will delete the SSH key for a specified userid.
|
This command will delete the SSH key for a specified userid.
|
||||||
.RE
|
.RE
|
||||||
|
.TP
|
||||||
|
\fIversion\fP
|
||||||
|
.br
|
||||||
|
|
||||||
|
Display the version of ILOM firmware.
|
||||||
|
.TP
|
||||||
|
\fIgetfile\fP <\fBfile identifier\fR> <\fBdestination file name\fR>
|
||||||
|
.br
|
||||||
|
|
||||||
|
This command will return various files from service processor and store them
|
||||||
|
in specified destination file. Note that some files may not be present or
|
||||||
|
be supported by your SP.
|
||||||
|
.br
|
||||||
|
|
||||||
|
.RS
|
||||||
|
File identifiers:
|
||||||
|
.RS
|
||||||
|
.br
|
||||||
|
\fISSH_PUBKEYS\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_PASSED\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_FAILED\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_END_TIME\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_INVENTORY\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_TEST_LOG\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_START_TIME\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_UEFI_LOG\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_TEST_LOG\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_LAST_LOG\fP
|
||||||
|
.br
|
||||||
|
\fIDIAG_LAST_CMD\fP
|
||||||
.RE
|
.RE
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
.TP
|
||||||
|
\fIgetbehavior\fP <\fBfeature identifier\fR>
|
||||||
|
.br
|
||||||
|
|
||||||
|
This command will test if various ILOM features are enabled.
|
||||||
|
.br
|
||||||
|
|
||||||
|
.RS
|
||||||
|
Feature identifiers:
|
||||||
|
.RS
|
||||||
|
.br
|
||||||
|
\fISUPPORTS_SIGNED_PACKAGES\fP
|
||||||
|
.br
|
||||||
|
\fIREQUIRES_SIGNED_PACKAGES\fP
|
||||||
|
.RE
|
||||||
|
.RE
|
||||||
|
.RE
|
||||||
.TP
|
.TP
|
||||||
\fItsol\fP
|
\fItsol\fP
|
||||||
.RS
|
.RS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user