Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

RL Component Pack

Drivers, firmware and agent software for use exclusively on the HPE ProLiant RL300 Gen11 server.


ilorestHPE Restful iLO command line interface
amsd HPE Agentless Management Service, reports OS information to iLO
hpilo driver iLO driver for Red Hat Enterprise Linux (8)
firmware System ROMs, iLO, and other firmware updates


NOTICE: This software is for the RL300 ARM aarch64 architecture only. If you have an x86_64 (Intel/AMD) HPE ProLiant Server please refer to the Service Pack for ProLiant for this software and more.


  Browse


Subscribe Red Hat Enterprise Linux to the rlcp repository

Cut-n-paste the following section into /etc/yum.repos.d/rlcp.repo on your system:


[rlcp]
name=RL Component Pack
baseurl=https://downloads.linux.hpe.com/SDR/repo/rlcp/RedHat/9.2/aarch64/current
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub

NOTE: Both RedHat 8.6 and RedHat 9.2 are supported. Please edit version baseurl above accordingly.


Subscribe SUSE Linux Enterprise Server to the rlcp repository

Cut-n-paste the following section into /etc/zypp/repos.d/rlcp.repo on your system:


[rlcp]
name=RL Component Pack
baseurl=https://downloads.linux.hpe.com/SDR/repo/rlcp/suse/SLES15-SP4/aarch64/current
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub


Subscribe Oracle Linux rlcp repository

Cut-n-paste the following section into /etc/yum.repos.d/rlcp.repo on your system:


[rlcp]
name=RL Component Pack
baseurl=https://downloads.linux.hpe.com/SDR/repo/rlcp/Oracle/8.7/aarch64/current
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub


List the packages in the repository

# yum --disablerepo="*" --enablerepo="rlcp" list available


Install ilorest, for example

# yum install ilorest



Subscribe Ubuntu systems to the rlcp repository

Cut-n-paste the following section into /etc/apt/sources.list.d/rlcp.list on your system:


# HPE RL Component Pack
deb https://downloads.linux.hpe.com/SDR/repo/rlcp jammy/current non-free


Install the HPE public gpg key

curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.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>



Firmware Repositories

Firmware packaged in fwpkg/rpm/deb format may be found in the following firmware respositories.

fwget repository, paste the following url in ~/.fwget.conf

{
   "token": "na",
   "url"  : "http://downloads.linux.hpe.com/SDR/repo/rlcp/firmware/current"
}

yum repository, put the following url in /etc/yum.repos.d/rlcp.repo

[rlcp_firmware]
name=RL Component Pack Firmware
baseurl=https://downloads.linux.hpe.com/SDR/repo/rlcp/firmware/current/
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub

zypper repository, put the following url in /etc/zypp/repos.d/rlcp.repo

[rlcp_firmware]
name=RL Component Pack Firmware
baseurl=https://downloads.linux.hpe.com/SDR/repo/rlcp/firmware/current/
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub

apt repository, put the following url in /etc/apt/sources.list.d/rlcp-firmware.list

# HPE rlcp_firmware
deb https://downloads.linux.hpe.com/SDR/repo/rlcp/firmware/current jammy/current non-free


fwpkg packages are flashed via the iLO management controller, specifically using the "ilorest flashfwpkg file.fwpkg" command. Alternatively, after installing deb or rpm packaged firmware, run the setup command at /usr/lib/aarch64-linux-gnu/hp-firmware-type-vendor-version/setup



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 -

# yum
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub


Contact