Open berndfinger opened 22 hours ago
The problem can be also solved by using one of the following methods (both without changing hdblcm command line parameters):
sap_hana_install_install_execution_mode: 'optimized'
standard
. For not installing the LSS component, you can specify the HANA components to be installed by the role as in the following example: sap_hana_install_components: server,client
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
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 definingsap_hana_install_master_password
in addition tosap_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 theWhat's New in SAP HANA Platform 2.0
document on https://help.sap.com/)