Clear SDR Repository
更新时间: 2026/08/06
在Gitcode上查看源码Clear SDR Repository
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Clear the SDR repository.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | Storage 0Ah |
| CMD | 27h |
| 1 | Reservation ID. LS Byte. |
| 2 | Reservation ID. MS Byte. |
| 3 | 'C' (43h) |
| 4 | 'L' (4Ch) |
| 5 | 'R' (52h) |
| 6 | AAh=initiate erase. 00h=get erasure status. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Erasure progress. [7:4]-reserved [3:0]-erasure in progress 0h=erasure in progress 1h=erase completed |
Command Example
Clear the SDR repository.
Request:
bash
ipmicmd -k "0f 00 0a 27 00 00 43 4c 52 00" smi 0Response:
text
0f 01