代码仓
中
Set PSU Serial Number
更新时间: 2026/08/06
在AtomGit上查看源码

Set PSU Serial Number ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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 ​

ByteData Field
NetFn30h
CMD90h
1Sub command = 5Eh
2PSU slot number
3SN length.
4-NSerial number content

Response Information ​

ByteData Field
1PSU 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 0x38

Response:

text
00

Back to Index ​