Friday, May 20, 2016

How to set Habanero BMC MAC address with ipmitool command

1. Power on system to Petitboot

2. Exit to shell
3. Enable MAC settable
   ipmitool raw 0x0c 0x01 0x01 0xc2 0x00
4. Set MAC address
   ipmitool lan set 1 macaddr aa:bb:cc:dd:ee:ff
ex ipmitool lan set 1 macaddr a0:42:3f:2c:61:a1
5. check result
ipmitool lan print 1

1 comment:

  1. Thank you! This info saved my from thrasing a tn71 server that had a zeroed mac.

    ReplyDelete

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...