Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesFirmware Pack for ProLiant
The HPE Firmware Pack for ProLiant (FWPP) provides firmware for various
ProLiant system boards, host adapters, nics and other complex logic devices.
Firmware fwpkg packages are flashed via the iLO management controller, specifically using the ilorest/redfish command:
|
Browse
Gen11
Browse Gen10 What's my gen? Gen9 or older? |
fwget repository (fwpkg/rpm)
Paste the following in ~/.fwget.conf and get fwget
{
"token": "na",
"url" : "http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current"
}
yum/zypper repository (rpms only)
Paste the following url in /etc/yum.repos.d/fwpp.repo (Red Hat) or /etc/zypp/repos.d/fwpp.repo(SUSE)
[fwpp]
name=Firmware Pack for ProLiant
baseurl=https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current/
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub
Substitute fwpp-gen11 with fwpp-gen10 for Gen10 servers
(Gen9 or older?)
current is an accumuilation of all firmware from every Service Pack for ProLiant
next is firmware scheduled to go into the next Service Pack for ProLiant
2023.x.x is a specfic firmware baseline release
GPG Keys
Please install the latest GPG key to verify rpm contents from HPE
# yum
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub