본문 바로가기
Server story

[KR570S1/KR580S1] BMC MAC Address 변경 방법

by phpdoumi 2022. 2. 4.

ipmitool(dos 또는 linux)을 사용해서 변경한다.

[IPMI tool under DOS]
Set MAC address on shared BMC
C:\> ipmitool 20 30 01 01 c2 00
C:\> ipmitool 20 30 01 01 05 8c 89 a5 15 aa bb
Set MAC address on dedicated BMC
C:\> ipmitool 20 30 01 01 c2 01
C:\> ipmitool 20 30 01 08 05 8c 89 a5 15 aa bb

[IPMI tool under Linux]
Set MAC address by raw command on shared BMC
$ ipmitool raw 0x0c 0x01 0x01 0xc2 0x00
$ ipmitool raw 0x0c 0x01 0x01 0x05 0x8c 0x89 0xa5 0x15 0xaa 0xbb
Set MAC address by raw command on dedicated BMC
$ ipmitool raw 0x0c 0x01 0x01 0xc2 0x01
$ ipmitool raw 0x0c 0x01 0x08 0x05 0x8c 0x89 0xa5 0x15 0xaa 0xbb

mac address는 "8c 89 a5 15 aa bb"로 가정한다.
linux에서 ipmitool lan set 명령으로는 변경되지 않아 raw command로 적용했다.

BMC File을 압축해제하여 USB에 연결하면, DOS 모드로 부팅이 가능하고, IPMITOOL.EXE 파일이 포함되어 있다.

End of line.

댓글