본문 바로가기

Linux

HP DL380 G9 ROM Bios 최신으로 설치

최근에 들어온 서버는 ROM 버전이

ROM version   : P89 10/25/2017

입니다.

이 전에 들어온것들은 보통은

P89 08/26/2014
또는
P89 11/03/2014

로 되어있습니다.

올리는 방법은 다음과 같습니다.

해당 파일을 서버로 가져옵니다.
firmware-system-p89-2.52_2017_10_25-1.1.i386.rpm


[RPM 설치]

[root@sam ~]# rpm -Uvh firmware-system-p89-2.52_2017_10_25-1.1.i386.rpm
warning: firmware-system-p89-2.52_2017_10_25-1.1.i386.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY
Preparing...                ########################################### [100%]
   1:firmware-system-p89    ########################################### [100%]

해당 커맨드로 RPM 설치 위치를 확인 가능합니다.

[root@sam ~]# rpm -qlp firmware-system-p89-2.52_2017_10_25-1.1.i386.rpm
warning: firmware-system-p89-2.52_2017_10_25-1.1.i386.rpm: Header V3 RSA/SHA256 Signature, key ID 26c2b797: NOKEY
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/.cpq_package.inc
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/.hpsetup
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/CP033715.xml
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/P89_2.52_10_25_2017.signed.flash
/usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/hpsetup
/usr/lib/i386-linux-gnu/hp-scexe-compat
/usr/lib/i386-linux-gnu/hp-scexe-compat/CP033715.scexe

해당 경로로 이동

[root@sam ~]# cd /usr/lib/i386-linux-gnu/firmware-system-p89-2.52_2017_10_25-1.1/
[root@sam firmware-system-p89-2.52_2017_10_25-1.1]# ll
total 8548
-r--r--r-- 1 root root  344803 Oct 20 01:23 CP033715.xml
-r--r--r-- 1 root root 8396140 Oct 20 01:23 P89_2.52_10_25_2017.signed.flash
-r-xr-xr-x 1 root root    6988 Oct 20 01:23 hpsetup
[root@sam firmware-system-p89-2.52_2017_10_25-1.1]#

[ROM update 실행]

[root@sam firmware-system-p89-2.52_2017_10_25-1.1]# ./hpsetup
Flash Engine Version: Linux-1.5.9.2-4
Name: Online ROM Flash Component for Linux - HPE ProLiant DL380 Gen9/DL360 Gen9 (P89) Servers
New Version: 2.52 (10/25/2017)
Current Version: 1.20 (08/26/2014)
The software is installed but is not up to date.
Do you want to upgrade the software to a newer version (y/n) ?y
Flash in progress do not interrupt or your system may become unusable.
Working.................................................................................................................................
The installation procedure completed successfully.
A reboot is required to finish the installation completely.

Do you want to reboot your system now? yes    <-- 이후 yes [enter] 하시면 reboot 됩니다.