Query Backplane EEPROM Data
更新时间: 2026/08/06
在Gitcode上查看源码

Query Backplane EEPROM Data

Change History

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

Basic Information

Function Description

Queries the data in the EEPROM of the backplane.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDThe value range of Readtype is {0x16, 0xbb, 0x92}.
1Reversed
2:30x0080
4Reversed
5See the parameter description.

Table 1 Parameters

CMDParameterField NameHeightArchitectureNote
0x160x5dChassis type1byte[7:0]0x00: spare part
0x01: two-node cascading model (2000 W power supply)
0x02: four-node pass-through model (2000 W PSUs)
0x10: machine vision storage model (900 W power supply)
0xFF: undefined, initialized
0x5eNode type of node 01byte[7:0]0x01: storage node
0x02: compute node
The read value is 0xFF. By default, the node is a compute node.
Backup Power Type of Node 02bit[7:6]0x00: unknown
0x01: transparent power backup,
0x02: OS backup power,
0x03: No backup power is available. If the EEPROM is not written, the value is 0x03.
Software type of node 06bit[5:0]Compute nodes do not access this byte.
0x01: UVP
0x02: EulerOS
0x03:VMware
0x00: unknown
0xFF: unknown
Node type, power backup type, and software type of node 12byteNAThe format is the same as that of node 0.
Node type, power backup type, and software type of node 22byteNAThe format is the same as that of node 0.
Node type, power backup type, and software type of node 32byteNAThe format is the same as that of node 0.
0x5fChassis working environment1byte[7:0]0x01: Arctic 5 U/0-40°C subrack (cabinet-type scenario) (default spare parts)
0x02: Arctic 5 U/0-55°C subrack (all-flash scenario)
0x10: Arctic 5 U/0-40°C enclosure (machine vision)
0xFF: processed as 0x01
0x60Os loading watchdog configuration of node 01byte[7:4]0x00: The watchdog is disabled.
0x01: The watchdog is enabled.
Loading the Watchdog Configuration on Node 11byte[7:4]Same as the preceding item.
Loading the Watchdog Configuration on Node 21byte[7:4]Same as the preceding item.
Loading the Watchdog Configuration on Node 31byte[7:4]Same as the preceding item.
0x62Disk Grouping of Node 01byte[7:0]0x06: non-VMware deployment scenario (disk switching for product software)
0x09: VMware deployment scenario (automatic disk switchover)
Disk Grouping of Node 11byte[7:0]Same as the preceding item.
Disk Grouping of Node 21byte[7:0]Same as the preceding item.
Disk Grouping of Node 31byte[7:0]Same as the preceding item.
0x10MAC address of the entire subrack6byteNAMAC address
0x11Subrack SN20byteNAIf the SN of the entire subrack is insufficient, add 0s.
0x19Product model.16byteNAAdd 0s if the product model contains less than 16 digits.
0x13Vender32byteNA-
0x14Brand32byteNA-
0x15LOGO8byteNA-
0x1aOemModel16byteNA-
0x1eSpec16byteNA-
0x1fFrameInfo1byteNA-
0x5bPower supply1byteNA-
0x20PayloadFlag1byteNA-
0x36OverSeas16byteNA-
0xbb0x44NodeViewRead64byteNA-
0x5aProduct frame Config16byteNA-
0x5cProduct Config Info64byteNA-
0x920x00Bayconfig Exp128byteNA-

Response Information

ByteData Field
1Completion Code
2-nData (data written through the write interface)

Command Example

Query the MAC address of a chassis.

Request:

bash
ipmitool raw 0x32 0x16 0x00 0x00 0x80 0x00 0x10

Response:

text
01 02 03 04 05 06

Back to Index