proliant firmware update

proliant delivery firmwares ilo3

assuming a G7

warning // lessons learned

e.g. for 1.05 or 1.10 there is an upgrade path

    --> 1.28 --> 1.94

note 1.57 might also be a usable intermediary step

upgrade firmwares

boot with centos6 and choose “text-mode”

get a lease

mii-tool eth0
dhclient -v eth0

setup a root password, start SSH daemon and shutdown the system firewall

service iptables stop
service ip6tables stop
service sshd start
passwd

from workstation

host node2-centos6
        hostname 192.168.0.x
        user root
        hostkeyalgorithms +ssh-dss
ssh node2-centos6 hostname
scp firmwares-dl385.tar.gz node2-centos6:
scp ilo3.tar.gz node2-centos6:

then proceed from the node’s live-system

ssh node2-centos6

ntpdate ru.pool.ntp.org
hwclock --utc --systohc
tar xzf firmwares-dl385.tar.gz
tar xzf ilo3.tar.gz

cd firmwares-dl385/

cd power-mgmt/
./CP021012.scexe
(no reboot yet)
cd ../

cd smart-array/
rpm -ivh hp-firmware-smartarray-14ef73e580-6.64-2.x86_64.rpm
rpm -ql hp-firmware-smartarray-14ef73e580
/usr/lib/x86_64-linux-gnu/hp-scexe-compat/CP027071.scexe
(no reboot yet)
cd ../

cd system-rom/
rpm -ivh firmware-system-a18-2018.03.14-1.1.i386.rpm
rpm -ql firmware-system-a18
/usr/lib/i386-linux-gnu/hp-scexe-compat/CP036025.scexe
(REBOOT)
cd ../../

cd ilo3/

# (v1.28 or v1.57 first if you're really out-of-date)
cd v1.94/
rpm -ivh firmware-ilo3-1.94-1.1.i386.rpm
/usr/lib/i386-linux-gnu/scexe-compat/CP046328.scexe
cd ../../

poweroff

troubleshooting

Current firmware is 1.05 (Jun 01 2010 )
Firmware image is 0x802cc8(8400072) bytes
   99 percent of firmware sent.
Failed(2--4)!

ERROR: Unable to start flash. [ilo3_194.bin]

HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun