Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

Firmware 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:

    ilorest flashfwpkg file.fwpkg

Alternatively, rpm-packaged firmware (Gen10) is installed on the host and flashed via the "setup" command:

    /usr/lib/x86_64-linux-gnu/hp-firmware-type-vendor-version/setup

Gen11 is primarily comprised of fwpkg packages, while Gen10 provides both rpm and fwpkg options during the transition period to fwpkg.

  Browse Gen12

Browse Gen11

Browse Gen10

What's my gen?

Gen9 or older?





fwget repository (fwpkg/rpm)


Please check the fwget user guide before using it.

For fwget versions earlier than 1.0.4, paste the following in ~/.fwget.conf
{
   "token": "na",
   "url"  : "http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current"
}

For fwget 1.0.4 and later versions, the following ~/.fwget.conf will be automatically created when the fwget command is run for the first time.

(Note: If this is your first upgrade to fwget-1.0.4 or later, please manually remove any older ~/.fwget.conf files).
{
   "ilo_username": "na",
   "ilo_password": "na",
   "ilo_address": "na",
   "token": "na",
   "sdr_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,https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.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
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub

Contact