274
Advanced IPMI tool usage on Linux
The Linux IPMI tool can communicate securely with the iLO firmware by using the IPMI 2.0
RMCP+ protocol. This feature is the ipmitool lanplus protocol feature.
For example: To retrieve the iLO Event Log, enter:
ipmitool -I lanplus -H <iLO ip address> -U <username> -P <password> sel list
Output example:
1 | 03/18/2000 | 00:25:37 | Power Supply #0x03 | Presence detected | Deasserted
2 | 03/18/2000 | 02:58:55 | Power Supply #0x03 | Presence detected | Deasserted
3 | 03/18/2000 | 03:03:37 | Power Supply #0x04 | Failure detected | Asserted
4 | 03/18/2000 | 03:07:35 | Power Supply #0x04 | Failure detected | Asserted