Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesSGI® Foundation
The HPE Foundation Software product consists of drivers and technical support tools and utilities designed to make SGI platforms using specific SUSE(R) Linux Enterprise Server 11, SUSE Linux Enterprise Server 12, Red Rat(R) Enterprise Linux 6, and Red Hat Enterprise Linux 7 releases run more reliably and easier to administer. It provides base functionality required by some other SGI software products, support tools to assist in system maintenance and drivers not yet provided by the base operating systems, as well as packages that help tune systems for improved performance. By consolidating our support tools, utilities and drivers, SGI Foundation Software 2 improves product interoperability and simplifies product dependency management. It also provides packages specifically designed to ensure the smooth operation of SAP software on qualified SGI and HPE in-memory SAP HANA appliances.
An active warranty or support contract is required to access SGI/HPE Foundation
product updates. A user-generated token must be supplied as the http username
to access this repository. If you have a valid warranty
or support contract, login with your HPE Passport credentials and
generate your token here. Once you have a valid token, you may access the SGI/HPE Foundation repository with
your web browser (or yum, or zypper) using the following http URL syntax:
|
Generate_Token
then
Browse |
Subscribe your system to the SGI/HPE Foundation repository
Red Hat Enterprise Linux 
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/yum.repos.d/foundation.repo
on your RedHat system:
[foundation]
name=Foundation
baseurl=http://TOKEN:null@downloads.linux.hpe.com/repo/foundation/rhel/dist_ver/arch/project_ver/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Where:
TOKEN Generated here dist_ver 6.8, 6.9, 7.3, 7.4 arch x86_64 project_ver current, 2.14, 2.15, 2.16
SUSE Linux Enterprise Server 
Cut-n-paste the following section (substituting ditribution, architecture and project version)
into /etc/zypp/repos.d/foundation.repo
on your SUSE system:
[foundation]
name=Foundation
baseurl=http://TOKEN:null@downloads.linux.hpe.com/repo/foundation/sles/dist_ver/arch/project_ver/
enabled=1
autorefresh=1
type=rpm-md
keeppackages=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Where:
TOKEN Generated here dist_ver 11sp4, 12sp1, 12sp2, 12sp3 arch x86_64 project_ver current, 2.14, 2.15, 2.16
Import the GPG Key
Copy the GPG-KEY-HPE-SDR key to /etc/pki/rpm-gpg/
and then import the key with the following command:
rpm --import /etc/pki/rpm-gpg/GPG-KEY-HPE-SDR
Installing SGI/HPE Foundation packages
List available packages
# yum --disablerepo="*" --enablerepo="foundation" list available
# zypper search --repo foundation
Show available updates
# yum --disablerepo="*" --enablerepo="foundation" check-update
# zypper list-updates --repo foundation
Install a specific package
# yum install packagename
# zypper install packagename