이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.
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
Download the Katello client rpm package:
wget https://sat.int.example.com/pub/katello-ca-consumer-latest.noarch.rpm
# wget https://sat.int.example.com/pub/katello-ca-consumer-latest.noarch.rpmCopy to Clipboard Copied! Toggle word wrap Toggle overflow Replace the URL with the URL provided by your Satellite administrator.
Install the Katello client rpm package:
dnf install -y katello-ca-consumer-latest.noarch.rpm
# dnf install -y katello-ca-consumer-latest.noarch.rpmCopy to Clipboard Copied! Toggle word wrap Toggle overflow Replace the package name with the name of the package you downloaded.
Register your system:
subscription-manager register --org="your-organization-name" \ --activationkey="your-activation-key"
# subscription-manager register --org="your-organization-name" \ --activationkey="your-activation-key"Copy to Clipboard Copied! Toggle word wrap Toggle overflow Replace
your-organization-namewith the string representing the name of the organization and replaceyour-activation-keywith 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
Clear the dnf cache:
rm -rf /var/cache/dnf
# rm -rf /var/cache/dnfCopy to Clipboard Copied! Toggle word wrap Toggle overflow Set the release lock:
subscription-manager release --set=9.x
# subscription-manager release --set=9.xCopy to Clipboard Copied! Toggle word wrap Toggle overflow 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):
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
-
If you intend to use the system for the SAP HANA database only, enabling the
sap-netweaver-e4s-rpmsrepository 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.