Clear E-lable Data
更新时间: 2026/08/06
在Gitcode上查看源码

Clear E-lable Data

Change History

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

Basic Information

Function Description

This command is used to clear an electronic label.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 03h
2FRU Device ID
30xAA=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

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

Response:

text
0f 31 00 90 00 01

Back to Index