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/sap/center-sap-solutions/get-sap-installation-media.md
+45-5Lines changed: 45 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The following components are necessary for the SAP installation.
44
44
-`jq` version 1.6
45
45
-`ansible` version 2.11.12
46
46
-`netaddr` version 0.8.0
47
-
- The SAP Bill of Materials (BOM), as generated by Azure Center for SAP solutions. 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 dependent BOMs (`HANA_2_00_059_v0004ms.yaml`, `HANA_2_00_064_v0001ms.yaml``SUM20SP15_latest.yaml`, `SWPM20SP13_latest.yaml`). They provide the following information:
47
+
- The SAP Bill of Materials (BOM), as generated by Azure Center for SAP solutions. 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`, `S42022SPS00_V0001ms.yaml`) and dependent BOMs (`HANA_2_00_059_v0004ms.yaml`, `HANA_2_00_064_v0001ms.yaml`,`SUM20SP15_latest.yaml`, `SWPM20SP13_latest.yaml`). They provide the following information:
48
48
- The full name of the SAP package (`name`)
49
49
- The package name with its file extension as downloaded (`archive`)
50
50
- The checksum of the package as specified by SAP (`checksum`)
@@ -186,7 +186,7 @@ Next, download the SAP installation media to the VM using a script.
186
186
187
187
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*
188
188
189
-
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_**
189
+
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_** or **_S42022_SPS00_v0001ms_**
190
190
191
191
1. For `<s_user>`, use your SAP username.
192
192
@@ -273,6 +273,16 @@ First, set up an Azure Storage account for the SAP components:
273
273
1. **SWPM20SP12_latest**
274
274
275
275
1. **SUM20SP14_latest**
276
+
277
+
1. For S/4HANA 2022 ISS 00:
278
+
279
+
1. **HANA_2_00_071_v0001ms**
280
+
281
+
1. **S42022_SPS00_v0001ms**
282
+
283
+
1. **SWPM20SP15_latest**
284
+
285
+
1. **SUM20SP17_latest**
276
286
277
287
### Upload SAP media
278
288
@@ -297,8 +307,14 @@ Next, upload the SAP software files to the storage account:
1. Depending on your SAP version, go to the folder **S41909SPS03_v0011ms** or **S42020SPS03_v0003ms** or **S4HANA_2021_ISS_v0001ms** or **S42022SPS00_v0001ms**.
302
318
303
319
1. Create a subfolder named **templates**.
304
320
@@ -375,6 +391,24 @@ Next, upload the SAP software files to the storage account:
1. Repeat the previous step for the main and dependent BOM files.
404
444
@@ -410,11 +450,11 @@ Next, upload the SAP software files to the storage account:
410
450
411
451
1. Upload the files to the `archives` folder.
412
452
413
-
1. Open the `S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms` YAML file for the BOM.
453
+
1. Open the `S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms`or `S42022SPS00_v0001ms`YAML file for the BOM.
414
454
415
455
1. Edit the information for each optional package to `download:true`.
416
456
417
-
1. Save and reupload the YAML file. Make sure you only have one YAML file in the subfolder (`S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms`) of the `boms` folder.
457
+
1. Save and reupload the YAML file. Make sure you only have one YAML file in the subfolder (`S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms` or `S42022SPS00_v0001ms`) of the `boms` folder.
418
458
419
459
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
0 commit comments