代码仓
中
Set Carrier CPLD Master Slave Switch
更新时间: 2026/08/06
在AtomGit上查看源码

Set Carrier CPLD Master Slave Switch ​

Change History ​

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

Basic Information ​

Function Description ​

Set the primary/secondary switchover of the Carrier CPLD.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1SlotId indicates the carrier slot.
2:3FruType 0x0004
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x74.
6masterID: masterID to be set

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Switch the CPLD in slot 0 of the carrier to the active state. ​

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x04 0x00 0x74 0x00

Response:

text

Back to Index ​