Skip to content

Commit f398afd

Browse files
Merge pull request #4526 from ovh/RM-SAP_Fix
Fix spelling mistake and images
2 parents 6d67336 + e53441c commit f398afd

15 files changed

+99
-99
lines changed

pages/cloud/sap/install-sap-hana-sles/guide.de-de.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ From the OVHcloud Control Panel, you can launch the deployment of the SLES 15 fo
3030

3131
Select the `Install from an OVHcloud template`{.action} option.
3232

33-
![select-template](images/select-template.png){.thumbnail width="500" height="500"}
33+
![select-template](images/select-template.png){.thumbnail}
3434

3535
The first step involves providing information about the operating system which you want to install.<br>
3636
&ensp;&thinsp;a. In the drop-down menu `Type of OS`{.action}, select `ERP`{.action}.<br>
@@ -43,7 +43,7 @@ If you want, you can customise the partition configuration.
4343
> [!primary]
4444
> By default, partitions `/boot` and `/` are in RAID 1.
4545
46-
![sles-template](images/sles-template.png){.thumbnail width="500" height="500"}
46+
![sles-template](images/sles-template.png){.thumbnail}
4747

4848
If you do not custom the configuration of partitions, you will go to the last step.
4949

@@ -54,7 +54,7 @@ You can set a hostname which will be displayed with the command `hostname`. You
5454
5555
![sles-partitions](images/sles-partitions.png){.thumbnail}
5656

57-
Once these last paramaters are configured, click `Confirm`{.action} to launch the installation.
57+
Once these last parameters are configured, click `Confirm`{.action} to launch the installation.
5858

5959
> [!warning]
6060
> The SLES 15 for SAP image provided by OVHcloud is an image without license included. Following the deployment, you should install your SLES 15 for SAP license with the following command:
@@ -127,7 +127,7 @@ We advise you to follow this table to size your logical volumes.
127127
| hanashared | MIN(1 x RAM; 1 TB) |
128128
| hanabackup | hanadata + hanalog |
129129

130-
In each line, replace the caracter `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
130+
In each line, replace the character `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
131131

132132
```bash
133133
$ lvcreate -L<X>G -n lv_usrsap vg_hana
@@ -141,7 +141,7 @@ $ lvcreate -L<X>G -n lv_hanabackup vg_hana
141141
<li>Once these logical volumes are created, it is necessary to format them in a format supported by SAP HANA.</li>
142142
</ol>
143143

144-
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats suported by SAP HANA.
144+
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats supported by SAP HANA.
145145

146146
```bash
147147
$ mkfs.xfs /dev/vg_hana/lv_usrsap
@@ -186,7 +186,7 @@ UUID=<UUID> /hanabackup xfs noatime,nodiratime,logbsize=256k 0 0
186186
```
187187

188188
<ol start="9">
189-
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the ouput of the command <code>df -h</code> with the size previously configured.</li>
189+
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the output of the command <code>df -h</code> with the size previously configured.</li>
190190
</ol>
191191

192192
### Application of parameters with SAPtune
@@ -207,7 +207,7 @@ $ zypper install -y saptune
207207
<ol start="2">
208208
<li>Depending on your future SAP system, you have two possibilities.</li>
209209
</ol>
210-
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP Netweaver system.<br>
210+
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP NetWeaver system.<br>
211211
&ensp;&thinsp;b. The second choice is `S4HANA-DBSERVER` for running the SAP HANA database of a SAP S/4HANA system.
212212

213213
To set these parameters after choosing your solution, run this following command:

pages/cloud/sap/install-sap-hana-sles/guide.en-asia.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From the OVHcloud Control Panel, you can launch the deployment of the SLES 15 fo
2828

2929
Select the `Install from an OVHcloud template`{.action} option.
3030

31-
![select-template](images/select-template.png){.thumbnail width="500" height="500"}
31+
![select-template](images/select-template.png){.thumbnail}
3232

3333
The first step involves providing information about the operating system which you want to install.<br>
3434
&ensp;&thinsp;a. In the drop-down menu `Type of OS`{.action}, select `ERP`{.action}.<br>
@@ -41,7 +41,7 @@ If you want, you can customise the partition configuration.
4141
> [!primary]
4242
> By default, partitions `/boot` and `/` are in RAID 1.
4343
44-
![sles-template](images/sles-template.png){.thumbnail width="500" height="500"}
44+
![sles-template](images/sles-template.png){.thumbnail}
4545

4646
If you do not custom the configuration of partitions, you will go to the last step.
4747

@@ -52,7 +52,7 @@ You can set a hostname which will be displayed with the command `hostname`. You
5252
5353
![sles-partitions](images/sles-partitions.png){.thumbnail}
5454

55-
Once these last paramaters are configured, click `Confirm`{.action} to launch the installation.
55+
Once these last parameters are configured, click `Confirm`{.action} to launch the installation.
5656

5757
> [!warning]
5858
> The SLES 15 for SAP image provided by OVHcloud is an image without license included. Following the deployment, you should install your SLES 15 for SAP license with the following command:
@@ -125,7 +125,7 @@ We advise you to follow this table to size your logical volumes.
125125
| hanashared | MIN(1 x RAM; 1 TB) |
126126
| hanabackup | hanadata + hanalog |
127127

128-
In each line, replace the caracter `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
128+
In each line, replace the character `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
129129

130130
```bash
131131
$ lvcreate -L<X>G -n lv_usrsap vg_hana
@@ -139,7 +139,7 @@ $ lvcreate -L<X>G -n lv_hanabackup vg_hana
139139
<li>Once these logical volumes are created, it is necessary to format them in a format supported by SAP HANA.</li>
140140
</ol>
141141

142-
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats suported by SAP HANA.
142+
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats supported by SAP HANA.
143143

144144
```bash
145145
$ mkfs.xfs /dev/vg_hana/lv_usrsap
@@ -184,7 +184,7 @@ UUID=<UUID> /hanabackup xfs noatime,nodiratime,logbsize=256k 0 0
184184
```
185185

186186
<ol start="9">
187-
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the ouput of the command <code>df -h</code> with the size previously configured.</li>
187+
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the output of the command <code>df -h</code> with the size previously configured.</li>
188188
</ol>
189189

190190
### Application of parameters with SAPtune
@@ -205,7 +205,7 @@ $ zypper install -y saptune
205205
<ol start="2">
206206
<li>Depending on your future SAP system, you have two possibilities.</li>
207207
</ol>
208-
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP Netweaver system.<br>
208+
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP NetWeaver system.<br>
209209
&ensp;&thinsp;b. The second choice is `S4HANA-DBSERVER` for running the SAP HANA database of a SAP S/4HANA system.
210210

211211
To set these parameters after choosing your solution, run this following command:

pages/cloud/sap/install-sap-hana-sles/guide.en-au.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From the OVHcloud Control Panel, you can launch the deployment of the SLES 15 fo
2828

2929
Select the `Install from an OVHcloud template`{.action} option.
3030

31-
![select-template](images/select-template.png){.thumbnail width="500" height="500"}
31+
![select-template](images/select-template.png){.thumbnail}
3232

3333
The first step involves providing information about the operating system which you want to install.<br>
3434
&ensp;&thinsp;a. In the drop-down menu `Type of OS`{.action}, select `ERP`{.action}.<br>
@@ -41,7 +41,7 @@ If you want, you can customise the partition configuration.
4141
> [!primary]
4242
> By default, partitions `/boot` and `/` are in RAID 1.
4343
44-
![sles-template](images/sles-template.png){.thumbnail width="500" height="500"}
44+
![sles-template](images/sles-template.png){.thumbnail}
4545

4646
If you do not custom the configuration of partitions, you will go to the last step.
4747

@@ -52,7 +52,7 @@ You can set a hostname which will be displayed with the command `hostname`. You
5252
5353
![sles-partitions](images/sles-partitions.png){.thumbnail}
5454

55-
Once these last paramaters are configured, click `Confirm`{.action} to launch the installation.
55+
Once these last parameters are configured, click `Confirm`{.action} to launch the installation.
5656

5757
> [!warning]
5858
> The SLES 15 for SAP image provided by OVHcloud is an image without license included. Following the deployment, you should install your SLES 15 for SAP license with the following command:
@@ -125,7 +125,7 @@ We advise you to follow this table to size your logical volumes.
125125
| hanashared | MIN(1 x RAM; 1 TB) |
126126
| hanabackup | hanadata + hanalog |
127127

128-
In each line, replace the caracter `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
128+
In each line, replace the character `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
129129

130130
```bash
131131
$ lvcreate -L<X>G -n lv_usrsap vg_hana
@@ -139,7 +139,7 @@ $ lvcreate -L<X>G -n lv_hanabackup vg_hana
139139
<li>Once these logical volumes are created, it is necessary to format them in a format supported by SAP HANA.</li>
140140
</ol>
141141

142-
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats suported by SAP HANA.
142+
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats supported by SAP HANA.
143143

144144
```bash
145145
$ mkfs.xfs /dev/vg_hana/lv_usrsap
@@ -184,7 +184,7 @@ UUID=<UUID> /hanabackup xfs noatime,nodiratime,logbsize=256k 0 0
184184
```
185185

186186
<ol start="9">
187-
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the ouput of the command <code>df -h</code> with the size previously configured.</li>
187+
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the output of the command <code>df -h</code> with the size previously configured.</li>
188188
</ol>
189189

190190
### Application of parameters with SAPtune
@@ -205,7 +205,7 @@ $ zypper install -y saptune
205205
<ol start="2">
206206
<li>Depending on your future SAP system, you have two possibilities.</li>
207207
</ol>
208-
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP Netweaver system.<br>
208+
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP NetWeaver system.<br>
209209
&ensp;&thinsp;b. The second choice is `S4HANA-DBSERVER` for running the SAP HANA database of a SAP S/4HANA system.
210210

211211
To set these parameters after choosing your solution, run this following command:

pages/cloud/sap/install-sap-hana-sles/guide.en-ca.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From the OVHcloud Control Panel, you can launch the deployment of the SLES 15 fo
2828

2929
Select the `Install from an OVHcloud template`{.action} option.
3030

31-
![select-template](images/select-template.png){.thumbnail width="500" height="500"}
31+
![select-template](images/select-template.png){.thumbnail}
3232

3333
The first step involves providing information about the operating system which you want to install.<br>
3434
&ensp;&thinsp;a. In the drop-down menu `Type of OS`{.action}, select `ERP`{.action}.<br>
@@ -41,7 +41,7 @@ If you want, you can customise the partition configuration.
4141
> [!primary]
4242
> By default, partitions `/boot` and `/` are in RAID 1.
4343
44-
![sles-template](images/sles-template.png){.thumbnail width="500" height="500"}
44+
![sles-template](images/sles-template.png){.thumbnail}
4545

4646
If you do not custom the configuration of partitions, you will go to the last step.
4747

@@ -52,7 +52,7 @@ You can set a hostname which will be displayed with the command `hostname`. You
5252
5353
![sles-partitions](images/sles-partitions.png){.thumbnail}
5454

55-
Once these last paramaters are configured, click `Confirm`{.action} to launch the installation.
55+
Once these last parameters are configured, click `Confirm`{.action} to launch the installation.
5656

5757
> [!warning]
5858
> The SLES 15 for SAP image provided by OVHcloud is an image without license included. Following the deployment, you should install your SLES 15 for SAP license with the following command:
@@ -125,7 +125,7 @@ We advise you to follow this table to size your logical volumes.
125125
| hanashared | MIN(1 x RAM; 1 TB) |
126126
| hanabackup | hanadata + hanalog |
127127

128-
In each line, replace the caracter `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
128+
In each line, replace the character `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
129129

130130
```bash
131131
$ lvcreate -L<X>G -n lv_usrsap vg_hana
@@ -139,7 +139,7 @@ $ lvcreate -L<X>G -n lv_hanabackup vg_hana
139139
<li>Once these logical volumes are created, it is necessary to format them in a format supported by SAP HANA.</li>
140140
</ol>
141141

142-
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats suported by SAP HANA.
142+
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats supported by SAP HANA.
143143

144144
```bash
145145
$ mkfs.xfs /dev/vg_hana/lv_usrsap
@@ -184,7 +184,7 @@ UUID=<UUID> /hanabackup xfs noatime,nodiratime,logbsize=256k 0 0
184184
```
185185

186186
<ol start="9">
187-
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the ouput of the command <code>df -h</code> with the size previously configured.</li>
187+
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the output of the command <code>df -h</code> with the size previously configured.</li>
188188
</ol>
189189

190190
### Application of parameters with SAPtune
@@ -205,7 +205,7 @@ $ zypper install -y saptune
205205
<ol start="2">
206206
<li>Depending on your future SAP system, you have two possibilities.</li>
207207
</ol>
208-
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP Netweaver system.<br>
208+
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP NetWeaver system.<br>
209209
&ensp;&thinsp;b. The second choice is `S4HANA-DBSERVER` for running the SAP HANA database of a SAP S/4HANA system.
210210

211211
To set these parameters after choosing your solution, run this following command:

pages/cloud/sap/install-sap-hana-sles/guide.en-gb.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ From the OVHcloud Control Panel, you can launch the deployment of the SLES 15 fo
2828

2929
Select the `Install from an OVHcloud template`{.action} option.
3030

31-
![select-template](images/select-template.png){.thumbnail width="500" height="500"}
31+
![select-template](images/select-template.png){.thumbnail}
3232

3333
The first step involves providing information about the operating system which you want to install.<br>
3434
&ensp;&thinsp;a. In the drop-down menu `Type of OS`{.action}, select `ERP`{.action}.<br>
@@ -41,7 +41,7 @@ If you want, you can customise the partition configuration.
4141
> [!primary]
4242
> By default, partitions `/boot` and `/` are in RAID 1.
4343
44-
![sles-template](images/sles-template.png){.thumbnail width="500" height="500"}
44+
![sles-template](images/sles-template.png){.thumbnail}
4545

4646
If you do not custom the configuration of partitions, you will go to the last step.
4747

@@ -52,7 +52,7 @@ You can set a hostname which will be displayed with the command `hostname`. You
5252
5353
![sles-partitions](images/sles-partitions.png){.thumbnail}
5454

55-
Once these last paramaters are configured, click `Confirm`{.action} to launch the installation.
55+
Once these last parameters are configured, click `Confirm`{.action} to launch the installation.
5656

5757
> [!warning]
5858
> The SLES 15 for SAP image provided by OVHcloud is an image without license included. Following the deployment, you should install your SLES 15 for SAP license with the following command:
@@ -125,7 +125,7 @@ We advise you to follow this table to size your logical volumes.
125125
| hanashared | MIN(1 x RAM; 1 TB) |
126126
| hanabackup | hanadata + hanalog |
127127

128-
In each line, replace the caracter `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
128+
In each line, replace the character `<X>` by the size of your logical volume wanted in gigabytes, for example 32.
129129

130130
```bash
131131
$ lvcreate -L<X>G -n lv_usrsap vg_hana
@@ -139,7 +139,7 @@ $ lvcreate -L<X>G -n lv_hanabackup vg_hana
139139
<li>Once these logical volumes are created, it is necessary to format them in a format supported by SAP HANA.</li>
140140
</ol>
141141

142-
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats suported by SAP HANA.
142+
In this guide, we use the XFS format. We recommend taking into consideration the [SAP Note 2972496 - SAP HANA Filesystem Types](https://launchpad.support.sap.com/#/notes/2972496) to discover all formats supported by SAP HANA.
143143

144144
```bash
145145
$ mkfs.xfs /dev/vg_hana/lv_usrsap
@@ -184,7 +184,7 @@ UUID=<UUID> /hanabackup xfs noatime,nodiratime,logbsize=256k 0 0
184184
```
185185

186186
<ol start="9">
187-
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the ouput of the command <code>df -h</code> with the size previously configured.</li>
187+
<li>You can now execute the command <code>mount -a</code>. This command will mount the logical volumes on your operation system. You have to see it in the output of the command <code>df -h</code> with the size previously configured.</li>
188188
</ol>
189189

190190
### Application of parameters with SAPtune
@@ -205,7 +205,7 @@ $ zypper install -y saptune
205205
<ol start="2">
206206
<li>Depending on your future SAP system, you have two possibilities.</li>
207207
</ol>
208-
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP Netweaver system.<br>
208+
&ensp;&thinsp;a. The first choice is `HANA` for running a SAP HANA database of a SAP NetWeaver system.<br>
209209
&ensp;&thinsp;b. The second choice is `S4HANA-DBSERVER` for running the SAP HANA database of a SAP S/4HANA system.
210210

211211
To set these parameters after choosing your solution, run this following command:

0 commit comments

Comments
 (0)