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 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 | apt-key add -
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub | apt-key add -
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 or RPM format can be obtained using the fwget command. fwget repository, paste the following url in ~/.fwget.conf For RHEL, SLES repository:
{
"token": "na",
"url" : "https://downloads.linux.hpe.com/SDR/repo/aip/RedHat/9.2/aarch64/current"
}
For Ubuntu repository:
{
"token": "na",
"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 | apt-key add -
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub | apt-key add -
# yum
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub