Clear SEL
更新时间: 2026/08/06
在Gitcode上查看源码Clear SEL
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Clears SELs.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Storage 0Ah |
| CMD | 47h |
| 1:2 | Reservation ID, LS Byte first.[1] |
| 3 | 'C' (43h) |
| 4 | 'L' (4Ch) |
| 5 | 'R' (52h) |
| 6 | AAh=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
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Erasure 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 0Response:
text
0f 01