Skip to content

Commit ef8413a

Browse files
committed
feat(cookbook_sap_hana_template_vmware): Hardware GEN2
1 parent 510069c commit ef8413a

File tree

15 files changed

+750
-345
lines changed

15 files changed

+750
-345
lines changed

pages/hosted_private_cloud/sap_on_ovhcloud/cookbook_sap_hana_template_vmware/guide.de-de.md

Lines changed: 50 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,44 @@ This guide provides instructions for deploying a SLES for SAP virtual machine wi
2525
2626
### Deployment
2727

28-
OVHcloud provides an OVF template that includes the SUSE Linux Enterprise Server for SAP Applications operating system, which is pre-configured to receive an SAP HANA installation.
29-
30-
In order to meet the vCPU/RAM ratio requirements for OLAP and OLTP workloads in a production environment, OVHcloud recommends three models of virtual machines.
28+
The number of vCPUs depends on the number of vCPUs for a half socket or an entire socket. It is important to note that VMware and SAP do not support configurations with an odd multiple of 0.5 socket, such as 1.5 socket, 2.5 socket, etc.
29+
30+
Below, you will find tables showing the sizes of SAP HANA virtual machines that meet this recommendation and use all of the memory for each number of vCPUs.
31+
32+
**First generation**
33+
34+
| Host | Socket | vCPUs | Memory | SAPS |
35+
|---------------|:------:|:-----:--------:|:-------:|
36+
| SAP HANA 1536 | 0.5 | 24 | 384 | 41,664 |
37+
| SAP HANA 1536 | 1 | 48 | 768 | 83,329 |
38+
| SAP HANA 1536 | 2 | 96 | 1536* | 166,658 |
39+
40+
**Second generation**
41+
42+
| Host | Socket | vCPUs | Memory (GiB) | SAPS |
43+
|---------------|:------:|:-----:|:------------:|:-------:|
44+
| H1-I1-32-1024 | 0.5 | 16 | 256 | 36,189 |
45+
| H1-I1-72-1024 | 0.5 | 36 | 256 | 70,564 |
46+
| H1-I1-32-2048 | 0.5 | 16 | 512 | 36,189 |
47+
| H1-I1-72-2048 | 0.5 | 36 | 512 | 70,564 |
48+
| H1-I1-32-1024 | 1 | 32 | 512 | 72,379 |
49+
| H1-I1-72-1024 | 1 | 72 | 512 | 141,129 |
50+
| H1-I1-32-4096 | 0.5 | 16 | 1024 | 36,189 |
51+
| H1-I1-72-4096 | 0.5 | 36 | 1024 | 70,564 |
52+
| H1-I1-32-2048 | 1 | 32 | 1024 | 72,379 |
53+
| H1-I1-72-2048 | 1 | 72 | 1024 | 141,129 |
54+
| H1-I1-32-1024 | 2 | 64 | 1024* | 144,759 |
55+
| H1-I1-72-1024 | 2 | 144 | 1024* | 282,259 |
56+
| H1-I1-32-4096 | 1 | 32 | 2048 | 72,379 |
57+
| H1-I1-72-4096 | 1 | 72 | 2048 | 141,129 |
58+
| H1-I1-32-2048 | 2 | 64 | 2048* | 144,759 |
59+
| H1-I1-72-2048 | 2 | 144 | 2048* | 282,259 |
60+
| H1-I1-32-4096 | 2 | 64 | 4096* | 144,759 |
61+
| H1-I1-72-4096 | 2 | 144 | 4096* | 282,259 |
62+
63+
**We recommend reserving 100GB of memory for the ESXi host.*
3164

32-
| Host | vCPU | Socket | Memory |
33-
|--------------------|--------|---------|-----------|
34-
| SAP HANA vSAN 1536 | 24 | 0.5 | 384 GB |
35-
| SAP HANA vSAN 1536 | 48 | 1 | 768 GB |
36-
| SAP HANA vSAN 1536 | 96 | 2 | 1436 GB<sup>1</sup> |
37-
38-
<sup>[1] We suggest reserving 100 GB of memory for the ESXi host.</sup>
65+
OVHcloud provides an OVF template that includes the SUSE Linux Enterprise Server for SAP Applications operating system, which is pre-configured to receive an SAP HANA installation.
3966

4067
This OVF template offers the possibility to automatically install SAP HANA, the OVHcloud Backint Agent for SAP HANA, and SAP logs on OVHcloud Logs Data Platform, reducing the time required to deliver an SAP HANA database.
4168

@@ -57,7 +84,7 @@ Once the SAP HANA sources have been uploaded to your Object Storage bucket, you
5784
5885
1\. To begin the deployment process, go to the vSphere interface and select your datacenter. Then, click on `Action`{.action} menu and select `Deploy OVF template`{.action}.
5986

60-
![new-virtual-machine](images/step-1.png){.thumbnail}
87+
![new-virtual-machine](images/step-1.png)
6188

6289
2\. Enter the following URL in the 'URL' field to access the OVF template for SAP HANA, then click `Next`{.action}.
6390
<a name="ovf_link"></a>
@@ -70,31 +97,31 @@ The below URL is an example, you must replace the value `pcc-xxx-xxx-xxx-xxx.ovh
7097
| SLES4SAP-SLE15-SP6 | https://plugin.pcc-xxx-xxx-xxx-xxx.ovh.xxx:3330/sles4sap-sap-hana-SLE15-SP6-Full-x86_64/sles4sap-sap-hana-SLE15-SP6-Full-x86_64.ovf |
7198
| SLES4SAP-SLE15-SP7 | https://plugin.pcc-xxx-xxx-xxx-xxx.ovh.xxx:3330/sles4sap-sap-hana-SLE15-SP7-Full-x86_64/sles4sap-sap-hana-SLE15-SP7-Full-x86_64.ovf |
7299

73-
![deploy-from-template](images/step-2.png){.thumbnail}
100+
![deploy-from-template](images/step-2.png)
74101

75102
3\. Give a name to your virtual machine and select your datacenter. Then, click `Next`{.action} to continue.
76103

77-
![virtual-machine](images/step-3.png){.thumbnail}
104+
![virtual-machine](images/step-3.png)
78105

79106
4\. Select 'Cluster1'. Then, click `Next`{.action} to continue.
80107

81-
![cluster1](images/step-4.png){.thumbnail}
108+
![cluster1](images/step-4.png)
82109

83110
5\. The product name must be 'SLES for SAP SLE-15-SP5-Full-x86_64 for SAP HANA (BYOL)'. Then, click `Next`{.action} to continue.
84111

85112
Note that the advanced configurations in the OVF template may trigger a warning block to appear.
86113

87-
![review](images/step-5.png){.thumbnail}
114+
![review](images/step-5.png)
88115

89116
6\. Select 'vsanDatastore' as the datastore for your SAP HANA virtual machine to comply with SAP and VMware recommendations. Then, click `Next`{.action} to continue.
90117

91-
![storage](images/step-6.png){.thumbnail}
118+
![storage](images/step-6.png)
92119

93120
7\. From the list of available networks, select the one where you want to deploy your SAP HANA database. Then, click '`Next`{.action} to continue.
94121

95122
Note that you will have the opportunity to add another network card to your virtual machine after the deployment is complete, if necessary.
96123

97-
![network](images/step-7.png){.thumbnail}
124+
![network](images/step-7.png)
98125

99126
8\. The 'SLES for SAP SLE-15-SP5-Full-x86_64 for SAP HANA (BYOL)' model offers a wide range of customization options for your virtual machine. You can adjust settings such as the size of virtual disks, enable the SAP HANA installation, the OVHcloud Backint Agent installation or else SAP logs on OVHcloud Logs Data Platform.
100127

@@ -107,7 +134,7 @@ In this guide, we focus on these four categories:
107134

108135
In the `SAP HANA disks`{.action} category, you can set the size of the virtual disks that will be created. Our OVF template is pre-filled with default values for a virtual machine with 8 vCPUs and 128 GB of memory. These values are based on SAP's storage recommendations for this model.
109136

110-
![disks](images/step-8.png){.thumbnail}
137+
![disks](images/step-8.png)
111138

112139
Find below the table of SAP recommendations for sizing SAP HANA disks:
113140

@@ -126,7 +153,7 @@ If you want to use our automated installation process for SAP HANA, check the bo
126153
> Take note of the [SAP Note 1979280](https://me.sap.com/notes/1979280/E) which lists all SAP HANA SIDs that are not supported by SAP.
127154
>
128155
129-
![sap-hana-installation](images/step-9.png){.thumbnail}
156+
![sap-hana-installation](images/step-9.png)
130157

131158
10\. To use our automated installation process for the OVHcloud Backint Agent for SAP HANA, check the box to enable installation and fill in the required information in the `OVHcloud Backint Agent installation`{.action} category.
132159

@@ -135,11 +162,11 @@ If you want to use our automated installation process for SAP HANA, check the bo
135162
> Note that this option is only available if you have enabled the SAP HANA installation as described in the previous category.
136163
>
137164
138-
![ovhcloud-backint-agent-installation](images/step-10.png){.thumbnail}
165+
![ovhcloud-backint-agent-installation](images/step-10.png)
139166

140167
11\. To use our automated installation process for forwarding SAP logs to the OVHcloud Logs Data Platform, check the box to enable installation and fill in the required information in the `SAP logs on OVHcloud Logs Data Platform`{.action} category.
141168

142-
![sap-ldp-installation](images/step-11.png){.thumbnail}
169+
![sap-ldp-installation](images/step-11.png)
143170

144171
Once you have completed these steps, the deployment of your virtual machine from the OVF template created by OVHcloud will begin.
145172

@@ -153,11 +180,11 @@ Although the OVF template created by OVHcloud supports a wide range of parameter
153180

154181
1\. To make these additional adjustments, first select your virtual machine. Then, click on the `Action`{.action}, menu and select `Edit Settings`{.action}.
155182

156-
![edit-vm](images/vm-step-1.png){.thumbnail}
183+
![edit-vm](images/vm-step-1.png)
157184

158185
2\. From the `Edit Configuration`{.action} interface, click on the `Options VM`{.action} tab to access additional configuration options for your virtual machine. Then, expand the `Advanced`{.action} menu and select `Edit Configuration`{.action} to adjust the advanced settings as needed.
159186

160-
![vm-options](images/vm-step-2.png){.thumbnail}
187+
![vm-options](images/vm-step-2.png)
161188

162189
3\. These following parameters are included in the OVF template:
163190

pages/hosted_private_cloud/sap_on_ovhcloud/cookbook_sap_hana_template_vmware/guide.en-asia.md

Lines changed: 50 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,44 @@ This guide provides instructions for deploying a SLES for SAP virtual machine wi
2525
2626
### Deployment
2727

28-
OVHcloud provides an OVF template that includes the SUSE Linux Enterprise Server for SAP Applications operating system, which is pre-configured to receive an SAP HANA installation.
29-
30-
In order to meet the vCPU/RAM ratio requirements for OLAP and OLTP workloads in a production environment, OVHcloud recommends three models of virtual machines.
28+
The number of vCPUs depends on the number of vCPUs for a half socket or an entire socket. It is important to note that VMware and SAP do not support configurations with an odd multiple of 0.5 socket, such as 1.5 socket, 2.5 socket, etc.
29+
30+
Below, you will find tables showing the sizes of SAP HANA virtual machines that meet this recommendation and use all of the memory for each number of vCPUs.
31+
32+
**First generation**
33+
34+
| Host | Socket | vCPUs | Memory | SAPS |
35+
|---------------|:------:|:-----:--------:|:-------:|
36+
| SAP HANA 1536 | 0.5 | 24 | 384 | 41,664 |
37+
| SAP HANA 1536 | 1 | 48 | 768 | 83,329 |
38+
| SAP HANA 1536 | 2 | 96 | 1536* | 166,658 |
39+
40+
**Second generation**
41+
42+
| Host | Socket | vCPUs | Memory (GiB) | SAPS |
43+
|---------------|:------:|:-----:|:------------:|:-------:|
44+
| H1-I1-32-1024 | 0.5 | 16 | 256 | 36,189 |
45+
| H1-I1-72-1024 | 0.5 | 36 | 256 | 70,564 |
46+
| H1-I1-32-2048 | 0.5 | 16 | 512 | 36,189 |
47+
| H1-I1-72-2048 | 0.5 | 36 | 512 | 70,564 |
48+
| H1-I1-32-1024 | 1 | 32 | 512 | 72,379 |
49+
| H1-I1-72-1024 | 1 | 72 | 512 | 141,129 |
50+
| H1-I1-32-4096 | 0.5 | 16 | 1024 | 36,189 |
51+
| H1-I1-72-4096 | 0.5 | 36 | 1024 | 70,564 |
52+
| H1-I1-32-2048 | 1 | 32 | 1024 | 72,379 |
53+
| H1-I1-72-2048 | 1 | 72 | 1024 | 141,129 |
54+
| H1-I1-32-1024 | 2 | 64 | 1024* | 144,759 |
55+
| H1-I1-72-1024 | 2 | 144 | 1024* | 282,259 |
56+
| H1-I1-32-4096 | 1 | 32 | 2048 | 72,379 |
57+
| H1-I1-72-4096 | 1 | 72 | 2048 | 141,129 |
58+
| H1-I1-32-2048 | 2 | 64 | 2048* | 144,759 |
59+
| H1-I1-72-2048 | 2 | 144 | 2048* | 282,259 |
60+
| H1-I1-32-4096 | 2 | 64 | 4096* | 144,759 |
61+
| H1-I1-72-4096 | 2 | 144 | 4096* | 282,259 |
62+
63+
**We recommend reserving 100GB of memory for the ESXi host.*
3164

32-
| Host | vCPU | Socket | Memory |
33-
|--------------------|--------|---------|-----------|
34-
| SAP HANA vSAN 1536 | 24 | 0.5 | 384 GB |
35-
| SAP HANA vSAN 1536 | 48 | 1 | 768 GB |
36-
| SAP HANA vSAN 1536 | 96 | 2 | 1436 GB<sup>1</sup> |
37-
38-
<sup>[1] We suggest reserving 100 GB of memory for the ESXi host.</sup>
65+
OVHcloud provides an OVF template that includes the SUSE Linux Enterprise Server for SAP Applications operating system, which is pre-configured to receive an SAP HANA installation.
3966

4067
This OVF template offers the possibility to automatically install SAP HANA, the OVHcloud Backint Agent for SAP HANA, and SAP logs on OVHcloud Logs Data Platform, reducing the time required to deliver an SAP HANA database.
4168

@@ -57,7 +84,7 @@ Once the SAP HANA sources have been uploaded to your Object Storage bucket, you
5784
5885
1\. To begin the deployment process, go to the vSphere interface and select your datacenter. Then, click on `Action`{.action} menu and select `Deploy OVF template`{.action}.
5986

60-
![new-virtual-machine](images/step-1.png){.thumbnail}
87+
![new-virtual-machine](images/step-1.png)
6188

6289
2\. Enter the following URL in the 'URL' field to access the OVF template for SAP HANA, then click `Next`{.action}.
6390
<a name="ovf_link"></a>
@@ -70,31 +97,31 @@ The below URL is an example, you must replace the value `pcc-xxx-xxx-xxx-xxx.ovh
7097
| SLES4SAP-SLE15-SP6 | https://plugin.pcc-xxx-xxx-xxx-xxx.ovh.xxx:3330/sles4sap-sap-hana-SLE15-SP6-Full-x86_64/sles4sap-sap-hana-SLE15-SP6-Full-x86_64.ovf |
7198
| SLES4SAP-SLE15-SP7 | https://plugin.pcc-xxx-xxx-xxx-xxx.ovh.xxx:3330/sles4sap-sap-hana-SLE15-SP7-Full-x86_64/sles4sap-sap-hana-SLE15-SP7-Full-x86_64.ovf |
7299

73-
![deploy-from-template](images/step-2.png){.thumbnail}
100+
![deploy-from-template](images/step-2.png)
74101

75102
3\. Give a name to your virtual machine and select your datacenter. Then, click `Next`{.action} to continue.
76103

77-
![virtual-machine](images/step-3.png){.thumbnail}
104+
![virtual-machine](images/step-3.png)
78105

79106
4\. Select 'Cluster1'. Then, click `Next`{.action} to continue.
80107

81-
![cluster1](images/step-4.png){.thumbnail}
108+
![cluster1](images/step-4.png)
82109

83110
5\. The product name must be 'SLES for SAP SLE-15-SP5-Full-x86_64 for SAP HANA (BYOL)'. Then, click `Next`{.action} to continue.
84111

85112
Note that the advanced configurations in the OVF template may trigger a warning block to appear.
86113

87-
![review](images/step-5.png){.thumbnail}
114+
![review](images/step-5.png)
88115

89116
6\. Select 'vsanDatastore' as the datastore for your SAP HANA virtual machine to comply with SAP and VMware recommendations. Then, click `Next`{.action} to continue.
90117

91-
![storage](images/step-6.png){.thumbnail}
118+
![storage](images/step-6.png)
92119

93120
7\. From the list of available networks, select the one where you want to deploy your SAP HANA database. Then, click '`Next`{.action} to continue.
94121

95122
Note that you will have the opportunity to add another network card to your virtual machine after the deployment is complete, if necessary.
96123

97-
![network](images/step-7.png){.thumbnail}
124+
![network](images/step-7.png)
98125

99126
8\. The 'SLES for SAP SLE-15-SP5-Full-x86_64 for SAP HANA (BYOL)' model offers a wide range of customization options for your virtual machine. You can adjust settings such as the size of virtual disks, enable the SAP HANA installation, the OVHcloud Backint Agent installation or else SAP logs on OVHcloud Logs Data Platform.
100127

@@ -107,7 +134,7 @@ In this guide, we focus on these four categories:
107134

108135
In the `SAP HANA disks`{.action} category, you can set the size of the virtual disks that will be created. Our OVF template is pre-filled with default values for a virtual machine with 8 vCPUs and 128 GB of memory. These values are based on SAP's storage recommendations for this model.
109136

110-
![disks](images/step-8.png){.thumbnail}
137+
![disks](images/step-8.png)
111138

112139
Find below the table of SAP recommendations for sizing SAP HANA disks:
113140

@@ -126,7 +153,7 @@ If you want to use our automated installation process for SAP HANA, check the bo
126153
> Take note of the [SAP Note 1979280](https://me.sap.com/notes/1979280/E) which lists all SAP HANA SIDs that are not supported by SAP.
127154
>
128155
129-
![sap-hana-installation](images/step-9.png){.thumbnail}
156+
![sap-hana-installation](images/step-9.png)
130157

131158
10\. To use our automated installation process for the OVHcloud Backint Agent for SAP HANA, check the box to enable installation and fill in the required information in the `OVHcloud Backint Agent installation`{.action} category.
132159

@@ -135,11 +162,11 @@ If you want to use our automated installation process for SAP HANA, check the bo
135162
> Note that this option is only available if you have enabled the SAP HANA installation as described in the previous category.
136163
>
137164
138-
![ovhcloud-backint-agent-installation](images/step-10.png){.thumbnail}
165+
![ovhcloud-backint-agent-installation](images/step-10.png)
139166

140167
11\. To use our automated installation process for forwarding SAP logs to the OVHcloud Logs Data Platform, check the box to enable installation and fill in the required information in the `SAP logs on OVHcloud Logs Data Platform`{.action} category.
141168

142-
![sap-ldp-installation](images/step-11.png){.thumbnail}
169+
![sap-ldp-installation](images/step-11.png)
143170

144171
Once you have completed these steps, the deployment of your virtual machine from the OVF template created by OVHcloud will begin.
145172

@@ -153,11 +180,11 @@ Although the OVF template created by OVHcloud supports a wide range of parameter
153180

154181
1\. To make these additional adjustments, first select your virtual machine. Then, click on the `Action`{.action}, menu and select `Edit Settings`{.action}.
155182

156-
![edit-vm](images/vm-step-1.png){.thumbnail}
183+
![edit-vm](images/vm-step-1.png)
157184

158185
2\. From the `Edit Configuration`{.action} interface, click on the `Options VM`{.action} tab to access additional configuration options for your virtual machine. Then, expand the `Advanced`{.action} menu and select `Edit Configuration`{.action} to adjust the advanced settings as needed.
159186

160-
![vm-options](images/vm-step-2.png){.thumbnail}
187+
![vm-options](images/vm-step-2.png)
161188

162189
3\. These following parameters are included in the OVF template:
163190

0 commit comments

Comments
 (0)