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

Chapter 2. Enable the RHEL for SAP Applications or RHEL for SAP Solutions subscriptions


For running SAP NetWeaver application servers the “RHEL for SAP Applications” subscription can be used if the RHEL systems don’t need to be locked to a specific RHEL 8 minor release.

For running SAP HANA or SAP NetWeaver or S/4HANA application servers that should be tied to the same RHEL 8 minor release as SAP HANA, one of the following subscriptions is required to access Update Services for SAP Solutions (E4S):

Perform the following steps if the SAP System was previously registered using another RHEL subscription.

  1. Find the serial number of the subscription that the system is currently subscribed to:

    # subscription-manager list --consumed | \
    awk '/Subscription Name:/||
    /Serial:/||
    /Pool ID:/||
    /Service Type:/{print}
    /Service Level:/{printf ("%s\n\n", $0)}'
    Copy to Clipboard Toggle word wrap
  2. Remove the subscription from the system, using the following command. Replace the string <SERIAL> by the serial number shown in the output of the previous command.

    # subscription-manager remove --serial=<SERIAL>
    Copy to Clipboard Toggle word wrap

To attach the RHEL for SAP Applications or RHEL for SAP Solutions subscriptions, perform the following steps:

  1. Find the pool id of the subscription:

    # subscription-manager list --available --matches='RHEL for SAP*' | \
    awk '/Subscription Name:/||
    /Pool ID:/||
    /Service Type:/{print}
    /Service Level:/{printf ("%s\n\n", $0)}'
    Copy to Clipboard Toggle word wrap
  2. Attach the subscription to the system, using the following command. Replace the string <POOL_ID> with the actual pool ID (or one of the pool IDs) shown in the output of the previous command.

    # subscription-manager attach --pool=<POOL_ID>
    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