Chassis Identify
更新时间: 2025/06/26
在Gitcode上查看源码

04h-机箱识别(Chassis-Identify)

修订记录

openUBMC版本号修订日期修订内容
25.062025/06/26初稿,新增命令详情

基本信息

功能说明

机箱识别。

权限

BasicSetting

命令信息

请求信息

字节顺序域取值说明
NetFnChassis 00h
CMD04h
1
[7:0]-Identify Interval in seconds. 1-based. Timing accuracy=-0/+20%. This field is optional. If this byte is not provided the default timeout shall be 15 seconds -0/+20%. Note that this byte can be overridden by optional byte 2.
00h=Turn off Identify
2Force Identify On. This optional field enables software to command the Identify to be On indefinitely. The BMC implementation should return an error completion code if this byte is not supported.
[7:1]-reserved
[0]-1b=Turn on Identify indefinitely. This overrides the values in byte 1.
0b=Identify state driven according to byte 1.

响应信息

字节顺序域取值说明
1Completion Code
注:- This parameter byte is optionally present. If not provided, the Chassis Identify can be used to turn on the Identify indication for the default timeout interval, but cannot be used to turn the indication off.- This parameter byte is optionally present. If provided, it is highly recommended that the chassis provides a local manual mechanism that enables a user or service personnel to turn off Identify. If a local manual mechanism is not provided, AC removal (BMC reset) should remove the indication.

命令样例

机箱识别

请求:

ipmicmd -k "0f 00 00 04" smi 0

响应:

0f 01 00 04 00

返回到索引