Set PSU Serial Number
更新时间: 2026/08/06
在Gitcode上查看源码Set PSU Serial Number
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the serial number of the H3C power supply.
The current command has been discarded in the iBMC V2 trunk.
Privilege
N/A
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command = 5Eh |
| 2 | PSU slot number |
| 3 | SN length. |
| 4-N | Serial number content |
Response Information
| Byte | Data Field |
|---|---|
| 1 | PSU slot number |
Command Example
Set the serial number of an H3C power supply.
Request:
bash
ipmitool raw 0x30 0x90 0x5e 0x00 0x08 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38Response:
text
00