community.sap_install icon indicating copy to clipboard operation
community.sap_install copied to clipboard

sap_hostagent: incorrect install status check

Open myllynen opened this issue 3 years ago • 3 comments

sap_hostagent SAR based installation checks for stdout of saphostexec but at least some versions (e.g., SAPHOSTAGENT54_54-80004825.SAR) use stderr, not stdout for installation time messages so the check does not work as intended.

myllynen avatar May 05 '22 09:05 myllynen

@myllynen Can you please mention the role name and maybe also the location in the yml file where you found the wrong check?

berndfinger avatar May 18 '22 22:05 berndfinger

I came across this with sap_hostagent but haven't checked other roles. See:

https://github.com/sap-linuxlab/community.sap_install/blob/main/roles/sap_hostagent/tasks/deploy_sar.yml#L24

Thanks.

myllynen avatar May 19 '22 05:05 myllynen