Clear E-lable Data
更新时间: 2026/08/06
在Gitcode上查看源码Clear E-lable Data
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to clear an electronic label.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 03h |
| 2 | FRU Device ID |
| 3 | 0xAA=initiate erase: starts the erase operation. 0x00=get erase status: Query the erase operation result. ShMC: Software needs to start the erase operation by using 0xAA, wait for a period of time, and then send 0x00 for query. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Erase progress [7:4]-reserved [3:0]-erase in progress 0h=erase in progress 1h=erase completed |
Command Example
Clear the electronic label.
Request:
bash
ipmicmd -k "0f 00 30 90 03 00 00" smi 0Response:
text
0f 31 00 90 00 01