Skip to content

Commit

Permalink
Merge pull request sap-linuxlab#463 from berndfinger/issue-457
Browse files Browse the repository at this point in the history
sap*preconfigure: Install package libxcrypt-compat on RHEL 9.x
  • Loading branch information
berndfinger authored Sep 27, 2023
2 parents d9001db + d7769d0 commit 6c184e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions roles/sap_general_preconfigure/vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ __sap_general_preconfigure_packages_x86_64:
- hostname
# package tuned: no longer part of package group "Core" in RHEL 9, so we have to install it
- tuned
# package libxcrypt-compat: needed by sapstartsrv and SAP HANA on RHEL 9:
- libxcrypt-compat

__sap_general_preconfigure_packages_ppc64le:
- uuidd
Expand All @@ -74,6 +76,8 @@ __sap_general_preconfigure_packages_ppc64le:
- hostname
# package tuned: no longer part of package group "Core" in RHEL 9, so we have to install it
- tuned
# package libxcrypt-compat: needed by sapstartsrv and SAP HANA on RHEL 9:
- libxcrypt-compat

__sap_general_preconfigure_packages_s390x:
- uuidd
Expand All @@ -86,6 +90,8 @@ __sap_general_preconfigure_packages_s390x:
- hostname
# package tuned: no longer part of package group "Core" in RHEL 9, so we have to install it
- tuned
# package libxcrypt-compat: needed by sapstartsrv on RHEL 9:
- libxcrypt-compat

__sap_general_preconfigure_packages: "{{ lookup('vars', '__sap_general_preconfigure_packages_' + ansible_architecture) }}"

Expand Down
4 changes: 2 additions & 2 deletions roles/sap_hana_preconfigure/vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ __sap_hana_preconfigure_packages:
- chkconfig
# package compat-openssl11: needed for HANA scale-out and when configuring HANA backup on Azure
- compat-openssl11
# required for SAP HANA on RHEL 9:
- libxcrypt-compat
# package libxcrypt-compat: needed SAP HANA and also by sapstartsrv on RHEL 9:
# - libxcrypt-compat # now installed by role sap_general_preconfigure, see also SAP note 3108316, version 4.
# For support purposes:
# package graphwiz: graph visualization toos, for supportability)
- graphviz
Expand Down

0 comments on commit 6c184e6

Please sign in to comment.