代码仓
中
Set equipment test mode
更新时间: 2026/08/06
在AtomGit上查看源码

Set equipment test mode ​

Change History ​

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

Basic Information ​

Function Description ​

This command is used to set the equipment test mode.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD6bh
1:3fruId
4deviceId
5sdrType
6boardMode: equipment test mode, :
0: common mode
1: 0xff (equipment test mode)

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the equipment test mode to common mode. ​

Request:

bash
ipmitool raw 0x32 0x6b 0x00 0x02 0x00 0x00 0x00 0x00

Response:

text

Back to Index ​