File tree Expand file tree Collapse file tree
deploy/ansible/roles-db/4.0.3-hdb-install-scaleout/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 143143 {% endif %}
144144 {% endfor %}"
145145
146+ - name : " 4.0.3 - SAP HANA SCALE OUT: Template processing: Create custom ini file {{ sap_custom_config }} from {{ HANA_2_00_customconfig.rsp }}"
147+ ansible.builtin.template :
148+ src : " HANA_2_00_customconfig.rsp"
149+ dest : " {{ dir_params }}/{{ sap_custom_config }}"
150+ mode : 0644
151+ force : true
152+ vars :
153+ _rsp_basepath_shared : " no"
154+ _rsp_hana_data_basepath : " {{ hana_data_basepath }}"
155+ _rsp_hana_log_basepath : " {{ hana_log_basepath }}"
156+
146157 - name : " 4.0.3 - SAP HANA SCALE OUT: Progress"
147158 ansible.builtin.debug :
148159 msg : " Start HANA Installation on primary node"
153164 ansible.builtin.shell : |
154165 umask {{ custom_umask | default('022') }} ;
155166 chmod 755 /usr/sap;
156- ./hdblcm --batch --action=install --hostname {{ virtual_host | trim }} --configfile='{{ dir_params }}/{{ sap_inifile }}'
167+ ./hdblcm --batch --action=install --hostname {{ virtual_host | trim }} --configfile='{{ dir_params }}/{{ sap_inifile }}' --custom_cfg='{{ dir_params }}'
157168 args :
158169 chdir : " {{ target_media_location }}/CD_HDBSERVER/SAP_HANA_DATABASE"
159170 creates : " /etc/sap_deployment_automation/{{ db_sid | upper }}/sap_deployment_hdb.txt"
You can’t perform that action at this time.
0 commit comments