Wednesday, September 16, 2020

How to set BMC MAC Address by ipmi command

 

Set Manufacture Data Command

#ipmitool -H <BMC IP> -U root -P <BMC password> raw 0x2e 0xd 0xfd 0x19 0x0 0x5  00 22 44 66 88 22 (= BMC MAC 1 Address, 6 Bytes)

 

Get Manufacture Data Command:

#ipmitool -H <BMC IP> -U root -P <BMC password> raw 0x2e 0xe 0xfd 0x19 0x0 0x5

fd 19 00 00 22 44 66 88 22

No comments:

Post a Comment

How to fix gpu_burn compiler failure issue

System Environment: Ubuntu 22.04 LTS Server CUDA v12.0 GPU: RTX-4080 (driver 525.85.05) AP: GPU_Burn v1.1 Symptom: met error in make gpu_bur...