You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/center-sap-solutions/install-software.md
+31-9Lines changed: 31 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The following components are necessary for the SAP installation:
54
54
-`jq` version 1.6
55
55
-`ansible` version 2.9.27
56
56
-`netaddr` version 0.8.0
57
-
- The SAP Bill of Materials (BOM), as generated by ACSS. These YAML files list all required SAP packages for the SAP software installation. There's a main BOM (`S41909SPS03_v0011ms.yaml`, `S42020SPS03_v0003ms.yaml`, `S4HANA_2021_ISS_v0001ms.yaml`) and there are dependent BOMs (`HANA_2_00_059_v0003ms.yaml`, `HANA_2_00_063_v0001ms.yaml``SUM20SP14_latest.yaml`, `SWPM20SP12_latest.yaml`). They provide the following information:
57
+
- The SAP Bill of Materials (BOM), as generated by ACSS. These YAML files list all required SAP packages for the SAP software installation. There's a main BOM (`S41909SPS03_v0011ms.yaml`, `S42020SPS03_v0003ms.yaml`, `S4HANA_2021_ISS_v0001ms.yaml`) and there are dependent BOMs (`HANA_2_00_059_v0003ms.yaml`, `HANA_2_00_064_v0001ms.yaml``SUM20SP14_latest.yaml`, `SWPM20SP12_latest.yaml`). They provide the following information:
58
58
- The full name of the SAP package (`name`)
59
59
- The package name with its file extension as downloaded (`archive`)
60
60
- The checksum of the package as specified by SAP (`checksum`)
@@ -221,14 +221,14 @@ You also can [run scripts to automate this process](#option-1-upload-software-co
221
221
222
222
223
223
- For S/4HANA 2020 SPS 03, make following folders
224
-
1. **HANA_2_00_063_v0001ms**
224
+
1. **HANA_2_00_064_v0001ms**
225
225
1. **S42020SPS03_v0003ms**
226
226
1. **SWPM20SP12_latest**
227
227
1. **SUM20SP14_latest**
228
228
229
229
230
230
- For S/4HANA 2021 ISS 00, make following folders
231
-
1. **HANA_2_00_063_v0001ms**
231
+
1. **HANA_2_00_064_v0001ms**
232
232
1. **S4HANA_2021_ISS_v0001ms**
233
233
1. **SWPM20SP12_latest**
234
234
1. **SUM20SP14_latest**
@@ -243,13 +243,13 @@ You also can [run scripts to automate this process](#option-1-upload-software-co
@@ -374,7 +374,7 @@ You can install a maximum of 10 Application Servers, excluding the Primary Appli
374
374
375
375
### SAP package version changes
376
376
377
-
When SAP changes the version of packages fora componentin the BOM, you might encounter problems with the automated installation shell script. It's recommended to download your SAP installation media as soon as possible to avoid issues.
377
+
1. When SAP changes the version of packages fora componentin the BOM, you might encounter problems with the automated installation shell script. It's recommended to download your SAP installation media as soon as possible to avoid issues.
378
378
379
379
If you encounter this problem, follow these steps:
380
380
@@ -393,6 +393,28 @@ If you encounter this problem, follow these steps:
393
393
394
394
1. Reupload the BOM file(s) in the subfolder (`S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms`) of the "boms" folder
395
395
396
+
### Special characters like $ in S-user password is not accepted while downloading the BOM.
397
+
398
+
1. Follow the step by step instructions upto cloning the 'SAP Automation repository from GitHub' in **Download SAP media** section.
399
+
400
+
1. Before running the Ansible playbook set the SPASS environment variable below. Single quotes should be present in the below command
- For `<bom_base_name>`, use the SAP Version you want to install i.e. **_S41909SPS03_v0011ms_** or **_S42020SPS03_v0003ms_** or **_S4HANA_2021_ISS_v0001ms_**
413
+
- For `<storageAccountAccessKey>`, use your storage account's access key. You found this value in the [previous section](#download-supporting-software).
414
+
- For `<containerBasePath>`, use the path to your `sapbits` container. You found this value in the [previous section](#download-supporting-software).
415
+
The format is `https://<your-storage-account>.blob.core.windows.net/sapbits`
416
+
417
+
This should resolve the problem and you can proceed with next steps as described in the section.
396
418
## Next steps
397
419
398
420
- [Monitor SAP system from Azure portal](monitor-portal.md)
0 commit comments