Friday, June 21, 2019

How to use ipmi command to read memory information


ipmitool raw 0x2e 0x04 0xfd 0x19 0x00 0x00 0x00 0x00

ipmitool raw <netfn> <cmd> [data]


OEM Get Memory Information
<netfn>  = 0x2e
<cmd>   = 0x04

Manufacture ID = 0xfd 0x19 0x00

CPU number = 0x00

DIMM Channel = 0x00

DIMM Slot = 0x00


01 = Memory Present
04 = DDR4
75 0b = 2933 MHz
00 40 00 00 = 16384MB



No comments:

Post a Comment

How do I use the IPMI command to check or modify the BMC SKU ID?

How do I use the IPMI command to check or modify the BMC SKU ID? We can use the IPMI command to check or modify the MiTAC BMC firmware S...