代码仓
中
Set UFCA/UFCB flag
更新时间: 2026/08/06
在AtomGit上查看源码

Set UFCA/UFCB flag ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the UFCA/UFCB flag.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 36h
2FRU Device ID
3blade flag:
0: UFCA
1: UFCB board

Response Information ​

ByteData Field
1Completion Code
00h=Set the board type correctly.
Cch=The board type is invalid.
2blade flag:
0: UFCA
1: UFCB board

Command Example ​

Set the UFCA/UFCB flag. ​

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index ​