Skip to content

Commit 93d40e7

Browse files
authored
Merge pull request #183407 from batamig/patch-111
adding disk space tip
2 parents 075dc31 + 2bf24e6 commit 93d40e7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/sentinel/sap-deploy-solution.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,15 @@ This procedure describes how to use the Azure CLI to deploy an Ubuntu server 18.
125125
> You can also deploy the data connector on RHEL version 7.7 or later or on SUSE version 15 or later. Note that any OS and patch levels must be completely up to date.
126126
>
127127
128-
To deploy and prepare your Ubuntu VM, do the following:
128+
**To deploy and prepare your Ubuntu VM, do the following**:
129129

130-
1. Use the following command as an example. Be sure to insert the values for your resource group and VM name.
130+
1. Make sure that you have enough disk space for the Docker container runtime environment so that you'll have enough space for your operation agent logs.
131+
132+
For example, in Ubuntu, you can mount a disk to the `/var/lib/docker` directory before installing the container, as by default you may have little space allocated to the `/var` directory.
133+
134+
For more information, see [Recommended virtual machine sizing](sap-solution-detailed-requirements.md#recommended-virtual-machine-sizing).
135+
136+
1. Use the following command as an example for deploying your VM, inserting the values for your resource group and VM name where indicated.
131137

132138
```azurecli
133139
az vm create --resource-group [resource group name] --name [VM Name] --image UbuntuLTS --admin-username azureuser --data-disk-sizes-gb 10 – --size Standard_DS2 --generate-ssh-keys --assign-identity

articles/sentinel/sap-solution-detailed-requirements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ The following table describes the recommended sizing for your virtual machine, d
3737
|**Multiple connectors** |A *Standard_B4ms* VM, with: <br>- 4 cores<br>- 16-GB memory |
3838
| | |
3939

40+
Also, make sure that you have enough disk space for the Docker container runtime environment so that you'll have enough space for your operation agent logs. We recommend that you have 200 GB available.
41+
42+
For example, in Ubuntu, you can mount a disk to the `/var/lib/docker` directory before installing the container, as by default you may have little space allocated to the `/var` directory.
43+
4044
## Required SAP log change requests
4145

4246
The following SAP log change requests are required for the SAP solution, depending on your SAP Basis version:

0 commit comments

Comments
 (0)