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

Get BayConfig Data Length ​

Change History ​

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

Basic Information ​

Function Description ​

Obtains the BayConfig data length.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD91h
1Reversed
2:30x0080
4Reversed
50x71

Response Information ​

ByteData Field
1Completion Code
2-5BayConfig data length

Command Example ​

Obtain the length of the BayConfig data. ​

Request:

bash
ipmitool raw 0x32 0x91 0x00 0x00 0x80 0x00 0x71

Response:

text
63 01 00 00

Back to Index ​