Skip to content

Commit 8f362ab

Browse files
Merge pull request #230213 from jahjha/patch-31
Update get-sap-installation-media.md
2 parents 64955eb + f1e513d commit 8f362ab

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

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

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
139139
1. Install Ansible galaxy collection modules
140140
141141
```Bash
142-
ansible-galaxy collection install ansible.netcommon:==5.0.0 -p /opt/ansible/collections
143-
ansible-galaxy collection install ansible.posix:==1.5.1 -p /opt/ansible/collections
144-
ansible-galaxy collection install ansible.utils:==2.9.0 -p /opt/ansible/collections
145-
ansible-galaxy collection install ansible.windows:==1.13.0 -p /opt/ansible/collections
146-
ansible-galaxy collection install community.general:==6.4.0 -p /opt/ansible/collections
142+
sudo ansible-galaxy collection install ansible.netcommon:==5.0.0 -p /opt/ansible/collections
143+
sudo ansible-galaxy collection install ansible.posix:==1.5.1 -p /opt/ansible/collections
144+
sudo ansible-galaxy collection install ansible.utils:==2.9.0 -p /opt/ansible/collections
145+
sudo ansible-galaxy collection install ansible.windows:==1.13.0 -p /opt/ansible/collections
146+
sudo ansible-galaxy collection install community.general:==6.4.0 -p /opt/ansible/collections
147147
```
148148
149149
1. Clone the SAP automation samples repository from GitHub.
@@ -158,6 +158,12 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
158158
git clone https://github.com/Azure/sap-automation.git
159159
```
160160
161+
1. Switch to sap-automation directory
162+
163+
```git bash
164+
cd sap-automation/
165+
```
166+
161167
1. Change the branch to `main`.
162168
163169
```git bash
@@ -175,32 +181,33 @@ Next, set up a virtual machine (VM) where you will download the SAP components l
175181
176182
Next, download the SAP installation media to the VM using a script.
177183
178-
1. Run the Ansible script **playbook_bom_download** with your own information. Enter the actual values within double quotes but without the triangular brackets
179-
180-
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:
181185
182-
```Bash
186+
```git bash
183187
export bom_base_name="<Enter bom base name>"
184188
export s_user="<s-user>"
185189
export s_password="<password>"
186190
export storage_account_access_key="<storageAccountAccessKey>"
187191
export sapbits_location_base_path="<containerBasePath>"
188192
export BOM_directory="<BOM_directory_path>"
189193
export orchestration_ansible_user="<orchestration_ansible_user>"
190-
191-
ansible-playbook /home/demouser/sap-automation/deploy/ansible/playbook_bom_downloader.yaml \
194+
export playbook_path="<playbook_bom_downloader_yaml_path>"
195+
ansible-playbook ${playbook_bom_downloader_yaml_path} \
192196
-e "bom_base_name=${bom_base_name}" \
193197
-e "deployer_kv_name=dummy_value" \
194198
-e "s_user=${s_user}" \
195199
-e "s_password=${s_password}" \
196-
-e "storage_account_access_key=${storage_account_access_key}" \
200+
-e "sapbits_access_key=${storage_account_access_key}" \
197201
-e "sapbits_location_base_path=${sapbits_location_base_path}" \
198202
-e "BOM_directory=${BOM_directory}" \
199203
-e "orchestration_ansible_user=${orchestration_ansible_user}"
200204
```
201205
202-
1. When asked if you have a storage account, enter `Y`.
206+
207+
1. If prompted that if *you have a storage account*, enter `Y`.
203208
209+
1. Where `playbook_bom_downloader_yaml_path` is the absolute path to sap-automation/deploy/ansible/playbook_bom_downloader.yaml. e.g. */home/loggedinusername/sap-automation/deploy/ansible/playbook_bom_downloader.yaml*
210+
204211
1. For `<bom_base_name>`, use the SAP Version you want to install i.e. **_S41909SPS03_v0011ms_** or **_S42020SPS03_v0003ms_** or **_S4HANA_2021_ISS_v0001ms_**
205212
206213
1. For `<s_user>`, use your SAP username.
@@ -227,9 +234,9 @@ Next, download the SAP installation media to the VM using a script.
227234
228235
1. Copy down the **URL** value. The format is `https://<your-storage-account>.blob.core.windows.net/sapbits`. The format is `https://<your-storage-account>.blob.core.windows.net/sapbits`.
229236
230-
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**
237+
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**. e.g. */home/loggedinusername/SAP-automation-samples/SAP*
231238
232-
1. Where `orchestration_ansible_user` is the user with **admin** privileges.
239+
1. Where `orchestration_ansible_user` is the user with **admin** privileges. e.g. *loggedinusername*
233240
234241
235242
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
@@ -333,7 +340,7 @@ Next, upload the SAP software files to the storage account:
333340
334341
1. For S/4HANA 1909 SPS 03:
335342
336-
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)
337344
338345
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)
339346
@@ -353,7 +360,7 @@ Next, upload the SAP software files to the storage account:
353360
354361
1. For S/4HANA 2020 SPS 03:
355362
356-
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)
357364
358365
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)
359366
@@ -373,7 +380,7 @@ Next, upload the SAP software files to the storage account:
373380
374381
1. For S/4HANA 2021 ISS 00:
375382
376-
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)
377384
378385
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)
379386

0 commit comments

Comments
 (0)