File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
roles/sap_hana_backint/tasks/setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
# Create and Store Connection Info in hdbuserstore for SYSTEMDB
10
10
- name : SAP HANA Backint - Setup - SYSTEMDB - Create and Store Connection Info in hdbuserstore
11
11
ansible.builtin.shell : |
12
- /usr/sap/{{ sap_hana_sid}}/SYS/exe/hdb/hdbuserstore \
12
+ /usr/sap/{{ sap_hana_sid }}/SYS/exe/hdb/hdbuserstore \
13
13
SET {{ sap_hana_backint_setup_hdbuserstore_system_backup_user }} {{ ansible_hostname }}:3{{ passed_sap_hana_instance_nr }}13 SYSTEM '{{ sap_hana_backint_setup_system_passwd }}'
14
14
args :
15
15
executable : /bin/bash
Original file line number Diff line number Diff line change 8
8
# Create and Store Connection Info in hdbuserstore for TENANTDB
9
9
- name : SAP HANA Backint - Setup - TENANTDB - {{ passed_sap_hana_tenant }} - Create and Store Connection Info in hdbuserstore
10
10
ansible.builtin.shell : |
11
- /usr/sap/{{ sap_hana_sid}}/SYS/exe/hdb/hdbuserstore \
11
+ /usr/sap/{{ sap_hana_sid }}/SYS/exe/hdb/hdbuserstore \
12
12
SET {{ sap_hana_backint_setup_hdbuserstore_tenant_backup_user }} {{ ansible_hostname }}:3{{ passed_sap_hana_instance_nr }}15 SYSTEM '{{ sap_hana_backint_setup_system_tenant_passwd }}'
13
13
args :
14
14
executable : /bin/bash
You can’t perform that action at this time.
0 commit comments