이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 3. Completing 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

  • 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
    Copy to Clipboard Toggle word wrap

    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
    Copy to Clipboard Toggle word wrap

    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"
    Copy to Clipboard Toggle word wrap

    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, 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 which is not supported by SAP. For RHEL systems not running the SAP HANA database, any RHEL 9 minor release can be used, 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
    Copy to Clipboard Toggle word wrap
  2. Set the release lock:

    # subscription-manager release --set=9.x
    Copy to Clipboard Toggle word wrap

    Replace 9.x with the supported minor release of RHEL 9 (for example 9.4).

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.

    • For systems running the SAP HANA database, enable the e4s repos after ensuring that the RHEL release lock is set properly (example for RHEL 9.4):
    # subscription-manager release
    Release: 9.4
    # subscription-manager repos \
    --disable=\* \
    --enable="rhel-9-for-$(uname -m)-baseos-e4s-rpms" \
    --enable="rhel-9-for-$(uname -m)-appstream-e4s-rpms" \
    --enable="rhel-9-for-$(uname -m)-sap-solutions-e4s-rpms" \
    --enable="rhel-9-for-$(uname -m)-sap-netweaver-e4s-rpms"
    Copy to Clipboard Toggle word wrap
Note
  • If you intend to use the system for the SAP HANA database only, enabling the sap-netweaver-e4s-rpms repository is not required.
  • For systems running the SAP Application 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

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat
맨 위로 이동