代码仓
中
Set Power Supply Switch
更新时间: 2026/08/06
在AtomGit上查看源码

Set Power Supply Switch ​

Change History ​

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

Basic Information ​

Function Description ​

Powering On/Off

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD37h
1slotNum
2:30x1000
4DeviceId. Set it to 0x00.
5SdrType. Set it to 0x00.
6switch:
00h: The power supply is turned off.
01h: The power supply is turned on.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Turn on the power supply of slot 1. ​

Request:

bash
ipmitool raw 0x32 0x37 0x01 0x10 0x00 0x00 0x00 0x01

Response:

text

Back to Index ​