USING THE IPMI TOOL SET
EATON Managed ePDUt User’s Guide S 164201xxx Rev 1 DRAFT 10−OCT−2008
97
$ ipmitool −I lan −H test−pdupcr20−20 −U admin −P pass channel
setaccess 14 63 privilege=5
getciphers <all | supported> <ipmi | sol> [channel]
Purpose:
Displays the list of cipher suites supported for the given application (ipmi or sol) on
the given channel.
Example:
$ ipmitool −I lan −H test−pdupcr20−20 −U admin −P pass channel
getciphers ipmi 14
Event Commands
The Event commands allow you to send predefined events to a management
controller.
<predefined event number>
Purpose:
Sends a predefined event to the System Event Log. The currently supported values
are:
S Temperature: Upper Critical: Going High
S Voltage Threshold: Lower Critical: Going Low
S Memory: Correctable ECC Error Detected
NOTE The event DIR/Type field is encoded with the event direction as the high bit (bit 7) and the event
type as the low 7 bits.
Example:
$ ipmitool −I lan −H test−pdupcr20−20 −U admin −P pass event 1
file <filename>
Purpose:
Event log records specified in filename will be added to the System Event Log. The
format of each line in the file is as follows:
<{EvM Revision} {Sensor Type} {Sensor Num} {Event DIR/Type} {Event Data 0}
{Event Data 1} {Event Data 2}> [#COMMENT]
NOTE The Event DIR/Type field is encoded with the event direction as the high bit (bit 7) and the event
type as the low 7 bits.
Example:
0x4 0x2 0x60 0x1 0x52 0x0 0x0 # Voltage threshold: Lower
Critical: Going Low