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.
'Server story' 카테고리의 다른 글
9361-8i RAID10 설정 방법 (0) | 2024.03.22 |
---|---|
[9361-8i] Hot Spare 지정 방법 (0) | 2023.10.12 |
Serial Port를 이용한 BIOS Redirect 및 Linux Console 사용법 (0) | 2022.01.03 |
KR320S1/KR330S1/KP320S1 SATA VROC 환경에서 Windows 설치하기 (0) | 2021.08.18 |
KR580S1/KR570S1 SATA VROC 환경에서 Windows 설치하기 (0) | 2021.08.13 |
댓글