Este conteúdo não está disponível no idioma selecionado.

Chapter 3. Post-installation tasks


This section describes how to complete the post-installation tasks.

3.1. Registering your system

This section explains how to register your RHEL server to Red Hat Satellite.

Note

Different steps apply if your system is registered to the Red Hat Customer Portal or your Cloud provider.

Prerequisites

  • Your system has been installed and rebooted as explained in the previous chapter.
  • You must have a valid Red Hat Enterprise Linux for SAP Solutions subscription so your server has access to required packages via a Red Hat Satellite server, the Red Hat Customer Portal, or your Cloud provider.
  • You must have the following information provided to you by your Satellite administrator:

    • An activation key.
    • A string representing the name of the organization.
    • A URL for the Katello client package.
  • You have system administrator access.

Procedure

  1. Download the Katello client rpm package:

    # wget https://sat.int.example.com/pub/katello-ca-consumer-latest.noarch.rpm

    Replace the URL with the URL provided by your Satellite administrator.

  2. Install the Katello client rpm package:

    # dnf install -y katello-ca-consumer-latest.noarch.rpm

    Replace the package name with the name of the package you downloaded.

  3. Register your system:

    # subscription-manager register --org="your-organization-name" \
    --activationkey="your-activation-key"

    Replace your-organization-name with the string representing the name of the organization and replace your-activation-key with the activation key. Both are provided by your Satellite administrator.

3.2. Applying the RHEL release lock

For RHEL systems running the SAP HANA database (after SAP validates SAP HANA for the RHEL minor release), it is essential that you set the RHEL release lock so that the system remains on the correct RHEL minor release even when doing package updates. Otherwise, the system might be updated to a RHEL release that SAP does not support. For RHEL systems not running the SAP HANA database, any RHEL 10 minor release can be used for running the SAP ABAP Platform (after SAP validates it), so applying the RHEL release lock is not necessary in this case.

Prerequisites

  • You have system administrator access.

Procedure

  1. Clear the dnf cache:

    # rm -rf /var/cache/dnf
  2. Set the release lock:

    # subscription-manager release --set=10.x

    Replace 10.x with the supported minor release of RHEL 10 (for example 10.0).

3.3. Enabling required repositories

You need to enable certain RHEL repositories to have access to packages required for the SAP HANA installation. For more information on which repositories to enable, see RHEL for SAP Subscriptions and Repositories.

Prerequisites

  • You have system administrator access.

Procedure

  • Disable all repositories and enable the required ones.

    • Enable the e4s repos for systems running the SAP HANA database, after ensuring that the RHEL release lock is set properly (example for RHEL 10.0):
    # subscription-manager release
    Release: 10.0
    # subscription-manager repos \
    --disable=\* \
    --enable="rhel-10-for-$(uname -m)-baseos-e4s-rpms" \
    --enable="rhel-10-for-$(uname -m)-appstream-e4s-rpms" \
    --enable="rhel-10-for-$(uname -m)-sap-solutions-e4s-rpms" \
    --enable="rhel-10-for-$(uname -m)-sap-netweaver-e4s-rpms"
Note
  • If you intend to use the system for the SAP HANA database only, you do not have to enable sap-netweaver-e4s-rpms repository.
  • For systems running the SAP ABAP Platform only, if you do not want to restrict your system to a specific RHEL minor release when updating packages, enable the normal repos. In this case, verify that no RHEL release lock is set.
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo