redhat-sap / sap-hana-deployment

Deploys SAP HANA on the given hosts
Apache License 2.0
13 stars 20 forks source link

ScaleOut preconfiguration missing #11

Open tbludau opened 4 years ago

tbludau commented 4 years ago

We created a lot of preconfigurations on every system which includes f.e. creating user with the correct id, password, etc., creating the directories before installing the sap hana database with the correct permissions. This is gone in this version.

This preconfiguration before the installation are necessary to have the same system within a scaleout enviornment. So all system relevant configurations are preconfigured by ansible and not from the sap installer. This was a important part from my site, because otherwise we will lost the controll of the linux part of the system.

Also it is possible to install two parallel databases of sap hana on one system. That was the reason we choose a array (instances) for the deployment method. So you can preconfigure the enviornment an install more databases parallel. (DEV, QA, Test, for System Replication f.e.) But this can be omitted if we have a easier installation method.

makentenza commented 4 years ago

@tbludau answering your questions: