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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,12 @@ Following is the operating system (OS) software versions compatibility with SAP
43
43
44
44
## Required components
45
45
46
-
The following components are necessary for the SAP installation:
46
+
The following components are necessary for the SAP installation.
47
47
48
48
- SAP software installation media (part of the `sapbits` container described later in this article)
49
49
- All essential SAP packages (*SWPM*, *SAPCAR*, etc.)
50
50
- SAP software (for example, *S/4HANA 2021 ISS 00*)
51
-
- Supporting software packages for the installation process (part of the `deployervmpackages` container described later in this article)
51
+
- Supporting software packages for the installation process which will be downloaded automatially and used by ACSS during the installation).
52
52
-`pip3` version `pip-21.3.1.tar.gz`
53
53
-`wheel` version 0.37.1
54
54
-`jq` version 1.6
@@ -125,7 +125,7 @@ You can download the SAP installation media required to install the SAP software
125
125
1. Change the branch to main
126
126
127
127
```git bash
128
-
git checkout main
128
+
git checkout experimental
129
129
```
130
130
131
131
1. [Optional] : Verify if the current branch is "main"
@@ -184,12 +184,9 @@ You also can [run scripts to automate this process](#option-1-upload-software-co
184
184
1. Create a new Azure storage account for storing the software components.
185
185
1. Grant the roles **Storage Blob Data Reader** and **Reader and Data Access** to the user-assigned managed identity, which you used during infrastructure deployment.
186
186
1. Create a container within the storage account. You can choose any container name;for example, **sapbits**.
187
-
1. Create two folders within the container, named**deployervmpackages** and**sapfiles**.
187
+
1. Create a folder within the container, named **sapfiles**.
188
188
> [!WARNING]
189
189
> Don't change the folder name structure for any steps in this process. Otherwise, the installation process can fail.
190
-
1. Download the supporting software packages listed in the [required components list](#required-components) to your local computer.
191
-
1. Put the software packages into a ZIP file named **DeployerVMPackages.zip**.
192
-
1. Go to the **deployervmpackages** folder in the Azure storage container. Upload **DeployerVMPackages.zip**.
193
190
1. Go to the **sapfiles** folder.
194
191
1. Create two subfolders named **archives** and **boms**.
195
192
1. In the **boms** folder, create four subfolders as follows.
0 commit comments