Clear SEL
更新时间: 2026/08/06
在Gitcode上查看源码

Clear SEL

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Clears SELs.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFnStorage 0Ah
CMD47h
1:2Reservation ID, LS Byte first.[1]
3'C' (43h)
4'L' (4Ch)
5'R' (52h)
6AAh=initiate erase.
00h=get erasure status.
The reservation ID should be set to 0000h for implementations that don't implement the Reserve SEL command.

Response Information

ByteData Field
1Completion Code
2Erasure progress.
[7:4]-reserved
[3:0]-erasure progress
0h=erasure in progress
1h=erase completed

Command Example

Clear the SEL.

Request:

bash
ipmicmd -k "0f 00 0a 47 00 00 43 4c 52 00" smi 0

Response:

text
0f 01

Back to Index