Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesHPE ProLiant Compute Advanced Integrated Pack
Drivers, firmware and agent software for use exclusively on the HPE ProLiant RL300 Gen11 and HPE ProLiant Compute DL384 Gen12 servers.
|
Browse |
Subscribe Red Hat Enterprise Linux to the aip repository
Cut-n-paste the following section
into /etc/yum.repos.d/aip.repo
on your system:

[aip]
name=Advanced Integrated Pack
baseurl=https://downloads.linux.hpe.com/SDR/repo/aip/RedHat/9.2/aarch64/current
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub,https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub
NOTE: Please edit version baseurl above accordingly.
Subscribe SUSE Linux Enterprise Server to the aip repository
Cut-n-paste the following section
into /etc/zypp/repos.d/aip.repo
on your system:

[aip]
name=Advanced Integrated Pack
baseurl=https://downloads.linux.hpe.com/SDR/repo/aip/SuSE/SLES15-SP5/aarch64/current
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub,https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub
NOTE: Please edit version baseurl above accordingly.
Subscribe Ubuntu systems to the aip repository
Cut-n-paste the following section
into /etc/apt/sources.list.d/aip.list
on your system:

# HPE Advanced Integrated Pack
deb [signed-by=/usr/share/keyrings/hpePublicKey.gpg] https://downloads.linux.hpe.com/SDR/repo/aip jammy/current non-free
Install the HPE public gpg key
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null
Update the local apt indexes
# apt-get update
Search for a specific package
# apt-cache search <packagename>
# browse debs
Install a specific package
# apt-get install <packagename>
Retrieve the firmware packages using "fwget"
Firmware packaged in the fwpkg, RPM and DEBIAN format can be obtained using the fwget command.
Please update the fwget to the latest version.
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).
For RHEL, SLES repository, replace the "sdr_url" as follows:
{
"ilo_username": "na",
"ilo_password": "na",
"ilo_address": "na",
"token": "na",
"sdr_url" : "https://downloads.linux.hpe.com/SDR/repo/aip/RedHat/9.2/aarch64/current"
}
For Ubuntu repository, replace the "sdr_url" as follows:
{
"ilo_username": "na",
"ilo_password": "na",
"ilo_address": "na",
"token": "na",
"sdr_url" : "http://downloads.linux.hpe.com/SDR/repo/aip/pool/non-free"
}
GPG Keys
Please install the latest GPG key to verify rpm/apt contents from HPE
# apt
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null
# yum
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub