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

修订记录

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

基本信息

功能说明

控制机框的定位装置。 This command causes the chassis to physically identify itself by a mechanism chosen by the system implementation; such as turning on blinking user-visible lights or emitting beeps via a speaker, LCD panel, etc.

权限

BasicSetting

命令信息

请求信息

字节顺序域取值说明
(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
(2)Force 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

命令样例

样例1:

  • 请求:ipmitool raw 0x00 0x04
  • 响应:00

返回到索引