sap-linuxlab / community.sap_install

Automation for SAP - Collection of Ansible Roles for various SAP software installation
Apache License 2.0
54 stars 57 forks source link

sap_hana_preconfigure: Support for RHEL 8.10 #867

Closed xenobiot closed 2 months ago

xenobiot commented 2 months ago

Hello,

probably you already know that HANA 2.0 (SAP HANA 2.0 SPS05 Revision 59.12 and SAP HANA 2.0 SPS07 Revision 77 and higher) is already supported on RHEL 8.10.
Please see SAP OSS Note 2235581 When will Ansible role sap_hana_preconfigure support RHEL 8.10, too? https://github.com/sap-linuxlab/community.sap_install/blob/main/roles/sap_hana_preconfigure/vars/RedHat_8.yml#L10

Meanwhile we are executing the role using these parameters:

sap_hana_preconfigure_min_rhel_release_check: no    
sap_hana_preconfigure_min_package_check: no

Thank you very much. Best regards, Andrea

berndfinger commented 2 months ago

Hi @xenobiot - Thanks for reporting this. A fix is in progress, and I will open a PR after more testing has completed.

Note: The current version of the role sap_hana_preconfigure should only issue a warning message when being run against a RHEL 8.10 managed node, and not fail. However, it will not update the kernel to 4.18.0-553.16.1.el8_10. We recommend to update packages to the latest level for new SAP on RHEL systems, which would also ensure that the kernel will be on a level later than this.

berndfinger commented 2 months ago

Note: The current version of the role sap_hana_preconfigure should only issue a warning message when being run against a RHEL 8.10 managed node, and not fail. However, it will not update the kernel to 4.18.0-553.16.1.el8_10. We recommend to update packages to the latest level for new SAP on RHEL systems, which would also ensure that the kernel will be on a level later than this.

Correction: Updating the system will ensure that the kernel is on the same or higher kernel level than the one mentioned above.

berndfinger commented 2 months ago

Solved by https://github.com/sap-linuxlab/community.sap_install/pull/869.