Update PSU Serial Number
更新时间: 2026/08/06
在Gitcode上查看源码

Update PSU Serial Number

Change History

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

Basic Information

Function Description

Updated 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 = 60h

Response Information

ByteData Field
1 (2 bytes)Status of the detected power supply corresponding to each bit (0: success; 1: failure)

Command Example

Update the serial number of an H3C power supply.

Request:

bash
ipmitool raw 0x30 0x90 0x60

Response:

text
00 00

Back to Index