代码仓
中
Clear SDR Repository
更新时间: 2026/08/06
在AtomGit上查看源码

Clear SDR Repository ​

Change History ​

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

Basic Information ​

Function Description ​

Clear the SDR repository.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFnStorage 0Ah
CMD27h
1Reservation ID. LS Byte.
2Reservation ID. MS Byte.
3'C' (43h)
4'L' (4Ch)
5'R' (52h)
6AAh=initiate erase.
00h=get erasure status.

Response Information ​

ByteData Field
1Completion Code
2Erasure 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 0

Response:

text
0f 01

Back to Index ​