代码仓
中
Sets the NUMA flag
更新时间: 2026/08/06
在AtomGit上查看源码

Sets the NUMA flag ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the NUMA flag.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDB5h
1Fru id
2:30x0200
4:50x0069
6Numa flag
0x0: NUMA is disabled.
0x1: NUMA is enabled by CPU. Both x86 and ARM are available.
0x2: NUMA is enabled based on the CPU die. This parameter is used only for ARM.

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the NUMA flag. ​

Request:

bash
ipmitool raw 0x32 0xb5 0x00 0x02 0x00 0x00 0x69 0x01

Response:

text

Back to Index ​