代码仓
中
Get DFT Mode
更新时间: 2026/08/06
在AtomGit上查看源码

Get DFT Mode ​

Change History ​

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

Basic Information ​

Function Description ​

This command is used to obtain the equipment mode.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command=1Fh

Response Information ​

ByteData Field
1Completion Code
2Indicates whether the function is enabled.
0=Disable DFT Command.
1=Enable DFT Command.
3Equipment mode:
0: equipment subrack, FT phase
1: product chassis (used by the BMC to determine whether the equipment is in FT or ST mode, which is set by the equipment program)

Command Example ​

Obtain the DFT mode. ​

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 90 1F" smi 0

Response:

text
0f 31 00 90 00 00 00

Back to Index ​