728x90
- IPMI WEB 접속을 통해 업데이트가 잘 안되어 sum(Supermicro Update Manager)프로그램을 사용하여 BIOS 업데이트를 진행.
- 업데이트 대상 서버에서 수행하지 않고 다른 서버에 sum 프로그램과 BIOS를 다운 받은후 원격으로 업데이트를 수행함.
BIOS Update
wget https://www.supermicro.com/Bios/softfiles/14978/X11DPU3_5a_AST173_13.zip
unzip X11DPU3_5a_AST173_13.zip
unzip sum_2.7.0_x86_64_20210903.zip
unzip BIOS_X11DPU-091C_20210820_3.5a_STD.bin.zip
tar zxvf sum_2.7.0_Linux_x86_64_20210903.tar.gz
./sum -i {IPMI IP} -u {admin} -p {password} -c updatebios --file ../BIOS_X11DPU-091C_20210820_3.5a_STD.bin --reboot
BMC(Firmware) update
./sum -i {IPMI IP} -u {admin} -p {password} -c UpdateBmc --file ../bmc/BMC_X11AST2500-4101MS_20210907_01.73.13_STD.bin
결과
-SuperMicro IPMI License Generator : https://tql.ink/ipmi/
반응형
'Server' 카테고리의 다른 글
numa란? (0) | 2024.06.27 |
---|---|
Raid카드에 Battery 없을때 Write Mode설정 (0) | 2023.09.22 |
HPE,Dell : iLO/iDRAC CLI (0) | 2021.08.31 |
NUMA Deepdive (0) | 2021.07.08 |
NIC 카드 NUMA확인 (0) | 2021.07.07 |