Get DFT Mode
更新时间: 2026/08/06
在Gitcode上查看源码Get DFT Mode
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to obtain the equipment mode.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, sub command=1Fh |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Indicates whether the function is enabled. 0=Disable DFT Command. 1=Enable DFT Command. |
| 3 | Equipment 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 0Response:
text
0f 31 00 90 00 00 00