RHEL 8.4 support for SAP HANA

Latest response

Hello Friends:

When preparing RHEL 8.4 on VMware, for Hana Express binary install, running => ansible-playbook <xxx.yml> got below error:

TASK [sap-hana-preconfigure : assert] *******************************************************************
fatal: [localhost]: FAILED! => {
"assertion": "ansible_distribution_version in \"['8.0', '8.1', '8.2']\"",
"changed": false,
"evaluated_to": false,
"msg": "The RHEL release 8.4 is not supported for SAP HANA!"
}
PLAY RECAP *********************************************************************************************************************************
localhost : ok=62 changed=0 unreachable=0 failed=1 skipped=18 rescued=0 ignored=3

Everything before this step worked fine, following Edward Jin's blog.
Could you please suggest any remedy or should I try with lower ver. ?

Thanks and Regards.

Responses