Ce contenu n'est pas disponible dans la langue sélectionnée.

Chapter 3. Enable the Required Repositories


Once the system is registered to either the RHEL for SAP Applications or the RHEL for SAP Solutions subscriptions as described in the previous chapter, the appropriate repositories can be enabled so that all required packages can be installed.

3.1. SAP NetWeaver/SAP ABAP Application Platform

For SAP NetWeaver/SAP ABAP Application Platform on RHEL 8, enable the one of the following sets of repos:

Expand
PlatformRepo ID (normal)Repo ID (eus)Repo ID (e4s)

x86_64

rhel-8-for-x86_64-baseos-rpms

rhel-8-for-x86_64-appstream-rpms

rhel-8-for-x86_64-sap-netweaver-rpms

rhel-8-for-x86_64-highavailability-rpms (#)

rhel-8-for-x86_64-baseos-eus-rpms

rhel-8-for-x86_64-appstream-eus-rpms

rhel-8-for-x86_64-sap-netweaver-eus-rpms

rhel-8-for-x86_64-highavailability-eus-rpms (#)

rhel-8-for-x86_64-baseos-e4s-rpms

rhel-8-for-x86_64-appstream-e4s-rpms

rhel-8-for-x86_64-sap-netweaver-e4s-rpms

rhel-8-for-x86_64-highavailability-e4s-rpms (#)

ppc64le

rhel-8-for-ppc64le-baseos-rpms

rhel-8-for-ppc64le-appstream-rpms

rhel-8-for-ppc64le-sap-netweaver-rpms

rhel-8-for-ppc64le-highavailability-rpms (#)

rhel-8-for-ppc64le-baseos-eus-rpms

rhel-8-for-ppc64le-appstream-eus-rpms

rhel-8-for-ppc64le-sap-netweaver-eus-rpms

rhel-8-for-ppc64le-highavailability-eus-rpms (#)

rhel-8-for-ppc64le-baseos-e4s-rpms

rhel-8-for-ppc64le-appstream-e4s-rpms

rhel-8-for-ppc64le-sap-netweaver-e4s-rpms

rhel-8-for-ppc64le-highavailability-e4s-rpms (#)

s390x

rhel-8-for-s390x-baseos-rpms

rhel-8-for-s390x-appstream-rpms

rhel-8-for-s390x-sap-netweaver-rpms

rhel-8-for-s390x-highavailability-rpms (#)

rhel-8-for-s390x-baseos-eus-rpms

rhel-8-for-s390x-appstream-eus-rpms

rhel-8-for-s390x-sap-netweaver-eus-rpms

rhel-8-for-s390x-highavailability-eus-rpms (#)

-

(#) This repo is only needed if one of the Red Hat HA solutions for SAP is going to be used.

Note
  • RHEL 8 is not supported on the ppc64 (IBM POWER, Big Endian) platform.
  • To use the EUS or E4S variants of the repos, the RHEL 8 minor release must be set via subscription-manager.
  • There are no RHEL 8 E4S repos for the s390x platform.
  • The “normal”, “EUS” and “E4S” variants of the repos must never be enabled at the same time, since they provide different versions of the same packages which will lead to package version conflicts when trying to install or update packages.

To enable the normal repos for SAP NetWeaver/SAP ABAP Application Platform on RHEL 8, run the following command:

# subscription-manager repos \
--disable="*" \
--enable="rhel-8-for-$(uname -m)-baseos-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-rpms"
Copy to Clipboard Toggle word wrap

To enable the EUS repos for SAP NetWeaver/SAP ABAP Application Platform on RHEL 8 (on RHEL 8 minor releases where EUS repos are available) if one of the Red Hat HA solutions for SAP is going to be used, run the following command:

# subscription-manager repos \
--disable="*"\
--enable="rhel-8-for-$(uname -m)-baseos-eus-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-eus-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-eus-rpms" \
--enable="rhel-8-for-$(uname -m)-highavailability-eus-rpms"
Copy to Clipboard Toggle word wrap

For SAP HANA on RHEL 8 up to and including RHEL 8.8, enable the following repos (enabling the sap-netweaver repos would not be necessary for SAP HANA only systems but for simplicity and greater flexibility, it is recommend to enable these in all cases):

Expand
PlatformRepo ID

x86_64

rhel-8-for-x86_64-baseos-e4s-rpms

rhel-8-for-x86_64-appstream-e4s-rpms

rhel-8-for-x86_64-sap-solutions-e4s-rpms

rhel-8-for-x86_64-sap-netweaver-e4s-rpms

rhel-8-for-x86_64-highavailability-e4s-rpms (#)

ppc64le

rhel-8-for-ppc64le-baseos-e4s-rpms

rhel-8-for-ppc64le-appstream-e4s-rpms

rhel-8-for-ppc64le-sap-solutions-e4s-rpms

rhel-8-for-ppc64le-sap-netweaver-e4s-rpms

rhel-8-for-ppc64le-highavailability-e4s-rpms (#)

(#) This repo is only needed if one of the Red Hat HA solutions for SAP is going to be used.

Note
  • SAP HANA is not supported on the s390x (IBM System Z) platform.

To use the "e4s" variant of the repos, the RHEL 8 minor release must be set via subscription-manager to a RHEL 8 minor release for which "Update Services for SAP Solutions" (E4S) is available. Please check Update Services for SAP Solutions for the list of RHEL 8 minor releases for which "Update Services for SAP Solutions" (E4S) is available. For example, to set the release lock on a RHEL 8.8 system, run the following command:

# subscription-manager release --set=8.8
Copy to Clipboard Toggle word wrap

To enable the correct repos for SAP HANA on a RHEL 8 system (on RHEL 8 minor releases where E4S repos are available), run the following command:

# subscription-manager repos \
--disable="*" \
--enable="rhel-8-for-$(uname -m)-baseos-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-solutions-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-e4s-rpms"
Copy to Clipboard Toggle word wrap

To enable the correct repos for SAP HANA on a RHEL 8 system (on RHEL 8 minor releases where E4S repos are available) if one of the Red Hat HA solutions for SAP is going to be used, run the following command:

# subscription-manager repos \
--disable="*" \
--enable="rhel-8-for-$(uname -m)-baseos-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-solutions-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-e4s-rpms" \
--enable="rhel-8-for-$(uname -m)-highavailability-e4s-rpms"
Copy to Clipboard Toggle word wrap

For SAP HANA on RHEL 8.10, do not set a release lock. Also, enable the normal repos instead of the E4S or EUS repos. This is because:

  • RHEL 8.10 is the last RHEL minor release for RHEL 8, so the command yum update never updates the system to any release later than that of RHEL 8.10.
  • The normal RHEL 8.10 repos are planned to receive updates for the remainder of the RHEL 8 life cycle, for example, more than 48 months from RHEL 8.10 GA. Hence, separate "Update Services for SAP Solutions" (E4S) repos are not needed and won’t be made available for RHEL 8.10. See this chapter and this table in the Red Hat Enterprise Linux Life Cycle page for more details. For SAP HANA on RHEL 8.10, enable the following repos (enabling the sap-netweaver repos would not be necessary for SAP HANA only systems, but for simplicity and greater flexibility, it is recommended to enable these in all cases):
Expand
PlatformRepo ID

x86_64

rhel-8-for-x86_64-baseos-rpms

rhel-8-for-x86_64-appstream-rpms

rhel-8-for-x86_64-sap-solutions-rpms

rhel-8-for-x86_64-sap-netweaver-rpms

rhel-8-for-x86_64-highavailability-rpms (#)

ppc64le

rhel-8-for-ppc64le-baseos-rpms

rhel-8-for-ppc64le-appstream-rpms

rhel-8-for-ppc64le-sap-solutions-rpms

rhel-8-for-ppc64le-sap-netweaver-rpms

rhel-8-for-ppc64le-highavailability-rpms (#)

(#) This repo is only needed if one of the Red Hat HA solutions for SAP is going to be used.

Note
  • SAP HANA is not supported on the s390x (IBM System Z) platform.

A RHEL 8.10 system must not have a RHEL minor release lock set. You can verify by checking if the output of the following command is Release not set:

# subscription-manager release
Copy to Clipboard Toggle word wrap

If a minor release lock has been set, disable it with:

# subscription-manager release --unset
Copy to Clipboard Toggle word wrap

To enable the correct repos for SAP HANA on a RHEL 8.10 system, run the following command:

# subscription-manager repos \
--disable="*" \
--enable="rhel-8-for-$(uname -m)-baseos-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-solutions-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-rpms"
Copy to Clipboard Toggle word wrap

To enable the correct repos for SAP HANA on a RHEL 8.10 system, if one of the Red Hat HA solutions for SAP is going to be used, run the following command:

# subscription-manager repos \
--disable="*" \
--enable="rhel-8-for-$(uname -m)-baseos-rpms" \
--enable="rhel-8-for-$(uname -m)-appstream-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-solutions-rpms" \
--enable="rhel-8-for-$(uname -m)-sap-netweaver-rpms" \
--enable="rhel-8-for-$(uname -m)-highavailability-rpms"
Copy to Clipboard Toggle word wrap
Retour au début
Red Hat logoGithubredditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance. Découvrez nos récentes mises à jour.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez le Blog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

Theme

© 2025 Red Hat