Ipmi command "ipmitool sel list " doesn't show sel log on D50DNP system.
Fail symptom :
No message print after perform "ipmi sel list " , only show "sel has no entries"
Root cuase : OpenBMC
does not have the static SDR design like legacy BMC, so when adding a SEL entry
via a raw command, the BMC will attempt to map it into a readable
string and store it in the ipmi_sel. When
the user execute to get SEL command, the readable string is then mapped back
into raw data.
Additionally,
OpenBMC IPMI SEL will only record threshold sensor events in the IPMI SEL,
apart from events manually added through commands
About Redfish log , please see Redfish.txt in debug log zip file.
Ipmi sel list command will only show the threadhold
event which redfish recorded.
Related Articles
How to use ipmi command to set next boot as PXE boot
If customer needs to use ipmi command to set system next boot as PXE boot. Then customer can use below command to let their system boot to PXE mode at next power-on. ipmi command: #ipmitool chassis bootdev pxe (for Legacy mode) #ipmitool chassis ...
How to use IPMITOOL to modify BMC FRU file
How to use IPMITOOL to modify BMC FRU Ipmitool: v1.8.18 Command: ipmotool [-H hotst_IP –U username –P password] fru edit <fru id> field <section> <index> <string> Sample: ipmotool [-H hotst_IP –U username –P password] fru edit 0 field p 0 MiTAC <fru ...
How do I use the IPMI command to check or modify the BMC SKU ID?
Question: How do I use the IPMI command to check or modify the BMC SKU ID? Answer: We can use the IPMI command to check or modify the MiTAC BMC firmware SKU ID to match the current system SKU model. Example: Change the S5652 BMC firmware SKU ID from ...
IPMI command for clear CYP SW key.
Please perform below IPMI command in case you need to clear ASM key on CYP board. Command: ipmitool raw 0x3e 0x78 0x03
How to use IPMI commands to get/control system status on R1520G6/R2520G6
Question How to use IPMI commands to get/control system status on R1520G6/R2520G6 Answer This document explains how to use IPMI commands via two methods to get/control system status. IPMI (Local): Executed locally on R1520G6/R2520G6 Linux O/S. IPMI ...