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_install: HANA 2.0 SPS08 needs the installation execution mode 'optimized'. #894

Open berndfinger opened 22 hours ago

berndfinger commented 22 hours ago

When installing HANA 2.0 SPS08 on RHEL 9.2, the installation failed early with: Installation of SAP HANA Local Secure Store is possible only in optimized execution mode.

After adding the hdblcm command line parameter --install_execution_mode=optimized in this task and also defining sap_hana_install_master_password in addition to sap_hana_install_common_master_password, the installation of SPS08 on RHEL 9.2 finished successfully.

See also the chapter SAP HANA Server Installation and Update (New and Changed) in the What's New in SAP HANA Platform 2.0 document on https://help.sap.com/)

berndfinger commented 3 hours ago

The problem can be also solved by using one of the following methods (both without changing hdblcm command line parameters):

berndfinger commented 3 hours ago

Note: Specifying sap_hana_install_components: all,!lss for selecting all but one component of HANA 2 SPS08 does not work and will result in the error message: Value "!lss" is invalid. Use one of: all, server, client, lss