Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | Projects | RepositoriesIntegrity Support Pack Repository
The Linux Integrity Support Pack provides updated drivers, firmware and agent software for use on RedHat Linux and SUSE Linux Enterprise Server. Please see the isp product home page for more information, including support matrices and iso image downloads. | Browse |
Subscribe your system to the isp repository
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/yum.repos.d/isp.repo
on your system:
Red Hat Enterprise Linux 
[isp]
name=Integrity Support Pack
baseurl=http://downloads.linux.hp.com/repo/isp/rhel/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-IntegritySupportPack
Where:
dist_ver 5.5, 5.4 arch ia64 project_ver current, 4.228, 4.221
SUSE Linux Enterprise Server 
[isp]
name=Integrity Support Pack
baseurl=http://downloads.linux.hp.com/repo/isp/suse/dist_ver/arch/project_ver
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-IntegritySupportPack
Where:
dist_ver 11, 10 arch ia64 project_ver current, 4.228, 4.221
Installing isp packages
List the packages in the repository
# yum --disablerepo="*" --enablerepo="isp" list available
Install a specific package
# yum install packagename