From d7769d026535a70e26faf4e7eab879e21e9b8c80 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Thu, 21 Sep 2023 11:12:17 +0200 Subject: [PATCH] sap*preconfigure: Install package libxcrypt-compat on RHEL 9.x Solves issue #457. --- roles/sap_general_preconfigure/vars/RedHat_9.yml | 6 ++++++ roles/sap_hana_preconfigure/vars/RedHat_9.yml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/sap_general_preconfigure/vars/RedHat_9.yml b/roles/sap_general_preconfigure/vars/RedHat_9.yml index 1b025cc48..ca0d473b7 100644 --- a/roles/sap_general_preconfigure/vars/RedHat_9.yml +++ b/roles/sap_general_preconfigure/vars/RedHat_9.yml @@ -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 @@ -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 @@ -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) }}" diff --git a/roles/sap_hana_preconfigure/vars/RedHat_9.yml b/roles/sap_hana_preconfigure/vars/RedHat_9.yml index 58e2863d0..11c862ef9 100644 --- a/roles/sap_hana_preconfigure/vars/RedHat_9.yml +++ b/roles/sap_hana_preconfigure/vars/RedHat_9.yml @@ -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