代码仓
中
FRU Control
更新时间: 2026/08/06
在AtomGit上查看源码

FRU Control ​

Change History ​

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

Basic Information ​

Function Description ​

FRU control.

Privilege ​

PowerMgnt

Command Information ​

Request Information ​

ByteData Field
NetFnPICMG 2Ch
CMD04h
1PICMG Identifier. Indicates that this is a PICMG-defined group extension
command. A value of 00h shall be used.
2FRU Device ID
Definition of scope:
0-0xFE: specifies the FruId. 0x04 indicates the global operation.
0xFF: powers on or off the chassis domain. This value is used in multi-host scenarios.
3FRU Control Options are:
00h=Cold Reset
01h=Warm Reset
02h=ForcePowerCycle
03h=Issue Diagnostic Interrupt
05h=GracefulShutDown
06h=GracefulPowerCycle
Others Reserved

Response Information ​

ByteData Field
1Completion Code
2PICMG Identifier. Indicates that this is a PICMG-defined group extension
command. A value of 00h shall be used.

Command Example ​

FRU control. ​

Request:

bash
ipmicmd -k "0f 00 2c 04 00 00 02" smi 0

Response:

text
0f 2d 00 04 00 00

Back to Index ​