Bernd Finger
Bernd Finger
@DominikDunst I could not find a variable with the name `sap_hana_install_create_initial_tenant` in the current dev branch. Are you referring to the following variable (from `defaults/main.yml`)? `# The first tenant database...
OK, thanks. Just a moment...
OK, when using the defaults for `sap_hana_install_create_initial_tenant`, which is `y`, for installing a SAP HANA rev64 system on RHEL 8.4 on platform x86_64, I am not getting the error you...
OK, sorry. You had mentioned that already. I will check and find a way to fix this. Do you think we need a new variable for skipping the task `SAP...
I think we should have a role variable to support not setting the `log_mode` to `overwrite`. For the time being, the same goal can be achieved by calling the role...
@surajsbharadwaj There is already a solution available which should solve this problem. You can use the role [sap_install_media_detect](https://github.com/sap-linuxlab/community.sap_install/tree/main/roles/sap_install_media_detect) to prepare the SAP software to be used by the [sap_swpm](https://github.com/sap-linuxlab/community.sap_install/tree/main/roles/sap_swpm) role....
@surajsbharadwaj Are you ok with the solution/workaround/explanations offered in the comments of this issue? Do you have any more questions related to this issue?
Thanks for the quick reply @surajsbharadwaj.
I successfully tested with S/4HANA 2022 and with `sap_install_media_detect_kernel_db` unset (1) and set to `absent` (2). When unset (1) , the output showed correct content for the variables `sap_swpm_kernel_dependent_path` and...
> To confirm, this PR is to allow detection of "only SAPEXE" and "only SAPEXEDB" indepedently? This PR is meant to support the detection of "only SAPEXE". By setting `sap_install_media_detect_kernel_db`...