Skip to content

Commit 5e8487c

Browse files
Merge pull request #250424 from vaidehikher18/patch-2
Update get-sap-installation-media.md
2 parents 2b2a2e2 + 5917b81 commit 5e8487c

File tree

1 file changed

+45
-5
lines changed

1 file changed

+45
-5
lines changed

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

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following components are necessary for the SAP installation.
4444
- `jq` version 1.6
4545
- `ansible` version 2.11.12
4646
- `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:
4848
- The full name of the SAP package (`name`)
4949
- The package name with its file extension as downloaded (`archive`)
5050
- 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.
186186

187187
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*
188188

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_**
190190

191191
1. For `<s_user>`, use your SAP username.
192192

@@ -273,6 +273,16 @@ First, set up an Azure Storage account for the SAP components:
273273
1. **SWPM20SP12_latest**
274274

275275
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**
276286

277287
### Upload SAP media
278288

@@ -297,8 +307,14 @@ Next, upload the SAP software files to the storage account:
297307
1. [S4HANA_2021_ISS_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/S4HANA_2021_ISS_v0001ms.yaml)
298308
299309
1. [HANA_2_00_064_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/archives/HANA_2_00_064_v0001ms/HANA_2_00_064_v0001ms.yaml)
310+
311+
1. For S/4HANA 2022 ISS 00:
300312
301-
1. Depending on your SAP version, go to the folder **S41909SPS03_v0011ms** or **S42020SPS03_v0003ms** or **S4HANA_2021_ISS_v0001ms**.
313+
1. [S42022SPS00_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/S42022SPS00_v0001ms.yaml)
314+
315+
1. [HANA_2_00_071_v0001ms.yaml](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/HANA_2_00_071_v0001ms/HANA_2_00_071_v0001ms.yaml)
316+
317+
1. Depending on your SAP version, go to the folder **S41909SPS03_v0011ms** or **S42020SPS03_v0003ms** or **S4HANA_2021_ISS_v0001ms** or **S42022SPS00_v0001ms**.
302318
303319
1. Create a subfolder named **templates**.
304320
@@ -375,6 +391,24 @@ Next, upload the SAP software files to the storage account:
375391
1. [S4HANA_2021_ISS_v0001ms-scsha-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-scsha-inifile-param.j2)
376392
377393
1. [S4HANA_2021_ISS_v0001ms-web-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-web-inifile-param.j2)
394+
395+
1. For S/4HANA 2022 ISS 00:
396+
397+
1. [S42022SPS00_v0001ms-app-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-app-inifile-param.j2)
398+
399+
1. [S42022SPS00_v0001ms-dbload-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-dbload-inifile-param.j2)
400+
401+
1. [S42022SPS00_v0001ms-ers-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-ers-inifile-param.j2)
402+
403+
1. [S42022SPS00_v0001ms-generic-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-generic-inifile-param.j2)
404+
405+
1. [S42022SPS00_v0001ms-pas-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-pas-inifile-param.j2)
406+
407+
1. [S42022SPS00_v0001ms-scs-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-scs-inifile-param.j2)
408+
409+
1. [S42022SPS00_v0001ms-scsha-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-scsha-inifile-param.j2)
410+
411+
1. [S42022SPS00_v0001ms-web-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S42022SPS00_v0001ms/templates/S42022SPS00_v0001ms-web-inifile-param.j2)
378412
379413
1. Upload all the files that you downloaded to the `templates` folder.
380414
@@ -399,6 +433,12 @@ Next, upload the SAP software files to the storage account:
399433
1. [S4HANA_2021_ISS_v0001ms.yaml](https://github.com/Azure/SAP-automation-samples/blob/main/SAP/S4HANA_2021_ISS_v0001ms/S4HANA_2021_ISS_v0001ms.yaml)
400434

401435
1. [HANA_2_00_064_v0001ms.yaml](https://github.com/Azure/SAP-automation-samples/blob/main/SAP/archives/HANA_2_00_064_v0001ms/HANA_2_00_064_v0001ms.yaml)
436+
437+
1. For S/4HANA 2022 ISS 00:
438+
439+
1. [S42022SPS00_v0001ms.yaml](https://github.com/Azure/SAP-automation-samples/blob/main/SAP/S42022SPS00_v0001ms/S42022SPS00_v0001ms.yaml)
440+
441+
1. [HANA_2_00_071_v0001ms.yaml](https://github.com/Azure/SAP-automation-samples/blob/main/SAP/HANA_2_00_071_v0001ms/HANA_2_00_071_v0001ms.yaml)
402442

403443
1. Repeat the previous step for the main and dependent BOM files.
404444

@@ -410,11 +450,11 @@ Next, upload the SAP software files to the storage account:
410450

411451
1. Upload the files to the `archives` folder.
412452

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.
414454

415455
1. Edit the information for each optional package to `download:true`.
416456

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.
418458

419459
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
420460

0 commit comments

Comments
 (0)