Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesIntelligent Provisioning Repository
The Linux Intelligent Provisioning Repository provides current IP Firmware for use on RedHat Enterprise Linux and SUSE Linux Enterprise Server. It upgrades the IP Firmware from previous versions like 1.64, 1.70 to 1.71 for Gen8 servers, 2.50, 2.61, 2.70 to 2.71 on Gen9 servers and 3.10,3.30 to 3.31 on Gen10 servers. Please see the Intelligent Provisioning web page for more information, including support matrices and iso image downloads. For any documentation support, Please refer IP Documentation |
Browse |
Subscribe your system to the IP repository
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/yum.repos.d/ip.repo
on your system:
Red Hat Enterprise Linux
[ip]
name=Intelligent Provisioning
baseurl=http://downloads.linux.hpe.com/repo/ip/rhel/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-IP-RHEL
Where:
dist_ver current, 7.6, 7.5, 7.4, 6.9 arch x86_64 project_ver current, gen8, gen9, gen10
SUSE Linux Enterprise Server
[ip]
name=Intelligent Provisioning
baseurl=http://downloads.linux.hpe.com/repo/ip/sles/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-IP-SLES
Where:
dist_ver current, SLES15, SLES12SP4, SLES12SP3, SLES12SP2, SLES11SP4 arch x86_64 project_ver current, gen8, gen9, gen10
Installing Intelligent Provisioning packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="ip" list available
Install a specific package
# yum install packagename