Skip to content

Commit f1e513d

Browse files
authored
Update get-sap-installation-media.md
1 parent d3ba0fd commit f1e513d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/sap/center-sap-solutions/get-sap-installation-media.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,9 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
181181
182182
Next, download the SAP installation media to the VM using a script.
183183
184-
1. Run the Ansible script **playbook_bom_download** with your own information.
185-
186-
Enter the actual values **within** double quotes but **without** the triangular brackets. The Ansible command that you run should look like:
184+
1. Run the Ansible script **playbook_bom_download** with your own information. Enter the actual values **within** double quotes but **without** the triangular brackets. The Ansible command that you run should look like:
187185
186+
```git bash
188187
export bom_base_name="<Enter bom base name>"
189188
export s_user="<s-user>"
190189
export s_password="<password>"
@@ -193,16 +192,17 @@ Enter the actual values **within** double quotes but **without** the triangular
193192
export BOM_directory="<BOM_directory_path>"
194193
export orchestration_ansible_user="<orchestration_ansible_user>"
195194
export playbook_path="<playbook_bom_downloader_yaml_path>"
196-
197195
ansible-playbook ${playbook_bom_downloader_yaml_path} \
198196
-e "bom_base_name=${bom_base_name}" \
199197
-e "deployer_kv_name=dummy_value" \
200198
-e "s_user=${s_user}" \
201199
-e "s_password=${s_password}" \
202-
-e "storage_account_access_key=${storage_account_access_key}" \
200+
-e "sapbits_access_key=${storage_account_access_key}" \
203201
-e "sapbits_location_base_path=${sapbits_location_base_path}" \
204202
-e "BOM_directory=${BOM_directory}" \
205203
-e "orchestration_ansible_user=${orchestration_ansible_user}"
204+
```
205+
206206
207207
1. If prompted that if *you have a storage account*, enter `Y`.
208208
@@ -340,7 +340,7 @@ Next, upload the SAP software files to the storage account:
340340
341341
1. For S/4HANA 1909 SPS 03:
342342
343-
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S41909SPS03_v0011ms/templates/HANA_2_00_055_v1_install.rsp.j2)
343+
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/HANA_2_00_059_v0005ms/HANA_2_00_059_v0005ms.yaml)
344344
345345
1. [S41909SPS03_v0011ms-app-inifile-param.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S41909SPS03_v0011ms/templates/S41909SPS03_v0011ms-app-inifile-param.j2)
346346
@@ -360,7 +360,7 @@ Next, upload the SAP software files to the storage account:
360360
361361
1. For S/4HANA 2020 SPS 03:
362362
363-
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S42020SPS03_v0003ms/templates/HANA_2_00_055_v1_install.rsp.j2)
363+
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/HANA_2_00_059_v0005ms/HANA_2_00_059_v0005ms.yaml)
364364
365365
1. [HANA_2_00_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S42020SPS03_v0003ms/templates/HANA_2_00_install.rsp.j2)
366366
@@ -380,7 +380,7 @@ Next, upload the SAP software files to the storage account:
380380
381381
1. For S/4HANA 2021 ISS 00:
382382
383-
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S4HANA_2021_ISS_v0001ms/templates/HANA_2_00_055_v1_install.rsp.j2)
383+
1. [HANA_2_00_055_v1_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/HANA_2_00_059_v0005ms/HANA_2_00_059_v0005ms.yaml)
384384
385385
1. [HANA_2_00_install.rsp.j2](https://raw.githubusercontent.com/Azure/sap-automation/experimental/deploy/ansible/BOM-catalog/S4HANA_2021_ISS_v0001ms/templates/HANA_2_00_install.rsp.j2)
386386

0 commit comments

Comments
 (0)