Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_hana_install: HANA 2.0 SPS08 needs the installation execution mode 'optimized'. #894

Closed
berndfinger opened this issue Nov 21, 2024 · 3 comments
Assignees

Comments

@berndfinger
Copy link
Member

berndfinger commented Nov 21, 2024

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 berndfinger self-assigned this Nov 21, 2024
@berndfinger
Copy link
Member Author

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

  • In your playbook or inventory, set: sap_hana_install_install_execution_mode: 'optimized'
  • If you do not intend to install the LSS component, you can leave the default installation execution mode to 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

@berndfinger
Copy link
Member Author

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

@berndfinger berndfinger changed the title sap_hana_install: hdblcm needs an additional command line parameter for HANA 2.0 SPS08 sap_hana_install: HANA 2.0 SPS08 needs the installation execution mode 'optimized'. Nov 22, 2024
berndfinger added a commit to berndfinger/community.sap_install that referenced this issue Nov 22, 2024
This is required when installing the HANA component 'LSS', which is the
default in HANA 2.0 SPS08. The installation execution mode can be set to
the previous value of 'standard' by using the role variable
'sap_hana_install_install_execution_mode'. See the file
`defaults/main.yml` of this role.

Solves issue sap-linuxlab#894.

Signed-off-by: Bernd Finger <[email protected]>
@berndfinger
Copy link
Member Author

Solved in #896.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant