Skip to content

Commit 0cef930

Browse files
authored
Update get-sap-installation-media.md
1 parent d8b66d6 commit 0cef930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ Next, download the SAP installation media to the VM using a script.
183183
184184
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:
185185
186-
```git bash
186+
```bash
187187
export bom_base_name="<Enter bom base name>"
188188
export s_user="<s-user>"
189189
export s_password="<password>"
190190
export storage_account_access_key="<storageAccountAccessKey>"
191191
export sapbits_location_base_path="<containerBasePath>"
192192
export BOM_directory="<BOM_directory_path>"
193-
export orchestration_ansible_user="<orchestration_ansible_user>"
193+
export orchestration_ansible_user="root"
194194
export playbook_path="<playbook_bom_downloader_yaml_path>"
195195
sudo ansible-playbook ${playbook_path} \
196196
-e "bom_base_name=${bom_base_name}" \
@@ -236,7 +236,7 @@ Next, download the SAP installation media to the VM using a script.
236236
237237
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**. e.g. */home/loggedinusername/SAP-automation-samples/SAP*
238238
239-
1. Where `orchestration_ansible_user` is the user with **admin** privileges. e.g. *loggedinusername*
239+
1. Where `orchestration_ansible_user` is the user with **admin** privileges. e.g. root.
240240
241241
242242
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
@@ -467,4 +467,4 @@ Now you can [install the SAP software](install-software.md) through Azure Center
467467
468468
## Next steps
469469
470-
- [Install the SAP software](install-software.md) through Azure Center for SAP solutions
470+
- [Find SAP and HANA passwords](manage-virtual-instance.md) through Azure Center for SAP solutions

0 commit comments

Comments
 (0)