代码仓
中
Synchronize E-label Data
更新时间: 2026/09/13
在AtomGit上查看源码

Synchronize E-label Data ​

Change History ​

openUBMC VersionRevision DateDescription
26.092026/09/13Initial draft: add command details

Basic Information ​

Function Description ​

Synchronizing electronic labels.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 85h
2Source FRU Device ID
3Target FRU Device ID
4Source Area Number
3=Product Info Area
6=System Info Area
5Target Area Number
3=Product Info Area
6=System Info Area (Only the electronic label object whose FruId is 0 is supported.)
6Field Number
1=Product Name
7Reserved. The default value is 0.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Synchronize the product name in the Product domain of Fru0 to the product name in the System domain. ​

Request:

bash
ipmicmd -k "0f 00 30 90 85 00 00 03 06 01 00 " smi 0

Response:

text

Back to Index ​