Skip to content

Commit 158cd29

Browse files
authored
Merge pull request #268307 from b-ahibbard/avg-extension-one
AVG extension one
2 parents 55db8c4 + 85082b5 commit 158cd29

16 files changed

+710
-66
lines changed

articles/azure-netapp-files/application-volume-group-add-hosts.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Add hosts to a multiple-host SAP HANA system using Azure NetApp Files application volume group for SAP HANA | Microsoft Docs
3-
description: Describes how to add additional HANA hosts after you have created the first host in an SAP HANA multiple-host setup.
3+
description: Describes how to add more HANA hosts after you've created the first host in an SAP HANA multiple-host setup.
44
services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
@@ -10,60 +10,62 @@ ms.author: anfdocs
1010
---
1111
# Add hosts to a multiple-host SAP HANA system using application volume group for SAP HANA
1212

13-
Building a multiple-host SAP HANA database always starts with creating a volume group for the first host. You need to have created the first host in an SAP HANA multiple-host setup (see [Deploy the first SAP HANA host](application-volume-group-deploy-first-host.md)). After that, you can add additional HANA hosts by following steps in this article.
13+
Building a multiple-host SAP HANA database always starts with creating a volume group for the first host. To begin, you must create the first host in an SAP HANA multiple-host setup (see [Deploy the first SAP HANA host](application-volume-group-deploy-first-host.md)). After that, you can add additional HANA hosts by following steps in this article.
1414

1515
> [!IMPORTANT]
1616
> SAP recommends that you size the HANA shared volume to 1 x RAM of a HANA host for every four SAP HANA hosts of a multiple-host SAP HANA database. You might need to adjust the size for the shared volume you created with the initial host to adapt for the required capacity.
1717
1818
## Steps
1919

20-
1. From your NetApp account, select **Application volume groups**, and click **+Add Group**. Then in Deployment Type, select **SAP HANA** and click **Next**.
20+
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
2121

2222
2. In the **SAP HANA** tab for adding a volume group, specify the following information:
2323

2424
* **SAP ID (SID)**:
2525
The three alphanumeric-character SAP HANA system identifier.
2626
* **Group name**:
27-
The volume group name. For a multiple-host SAP HANA, each host will create its own group.
28-
In the example screenshot below, the group name `SAP-HANA-SH9-{HostId}` is a generic name. `{HostId}` will be replaced with the corresponding numeric host ID for each host you add. `{HostId}` will also be replaced with the numeric host ID for the volume group description. If `{HostId}` is not specified, it is appended to the end for both the group name and description.
27+
The volume group name. For a multiple-host SAP HANA, each host creates its own group.
28+
In the example screenshot below, the group name `SAP-HANA-SH9-{HostId}` is a generic name. The corresponding numeric host ID for each host you add replaces `{HostId}`. Also, the numeric host ID for the volume group description replaces `{HostId}`. If `{HostId}` isn't specified, it's appended to the end for both the group name and description.
2929
* **SAP node memory**:
30-
This value defines the size of the SAP HANA database on the host. It is used to calculate the required volume size and throughput.
30+
This value defines the size of the SAP HANA database on the host and used to calculate the required volume size and throughput.
3131
* **Capacity overhead (%)**:
32-
When you use snapshots for data protection, you need to plan for extra capacity. This field will add an additional size (%) for the data volume.
32+
When you use snapshots for data protection, you need to plan for extra capacity. This field adds a size (%) for the data volume.
3333
You can estimate this value by using `"change rate per day" X "number of days retention"`.
3434
* **Multiple-host**:
35-
Select this option to add additional hosts to a multiple-host HANA.
35+
Select this option to add more hosts to a multiple-host HANA.
3636
* **First host ID**:
37-
Specify the number of the first host you want to add. This value is typically "2" if you are adding hosts for the first time.
37+
Specify the number of the first host you want to add. This value is typically "2" if you're adding hosts for the first time.
3838
* **Host count**:
3939
Specify the number of hosts you want to add to the multiple-host setup.
4040

41-
Click **Next: Volume Group**.
41+
Select **Next: Volume Group**.
4242

4343
[ ![Screenshot that shows the HANA section for adding hosts.](./media/application-volume-group-add-hosts/application-multiple-hosts-sap-hana.png) ](./media/application-volume-group-add-hosts/application-multiple-hosts-sap-hana.png#lightbox)
4444

4545
3. In the **Volume group** tab, provide identical input as you did when you created the first HANA host.
4646

47-
Then click **Next** and continue through the **Protocol** and **Tags** sections, providing the same input as the first HANA host. (See Step 4 through Step 6 in [Deploy the first SAP HANA host](application-volume-group-deploy-first-host.md).)
47+
Select **Next** and continue through the **Protocol** and **Tags** sections, providing the same input as the first HANA host. (See Step 4 through Step 6 in [Deploy the first SAP HANA host](application-volume-group-deploy-first-host.md).)
4848

49-
Click **Next: Volumes** when you reach the end of the sections.
49+
[!INCLUDE [Extension 1 interface call-out](./includes/extension-one.md)]
5050

51-
For additional hosts that you add, only the data and the log volumes will be created. The **Volumes** page displays the two volumes in a generic form, using the `{HostId}` as a placeholder. This process simplifies the workflow, because changes are made only once for the data and log volumes for all the hosts that are being created.
51+
Select **Next: Volumes** when you reach the end of the sections.
52+
53+
For hosts that you add, only the data and the log volumes are created. The **Volumes** page displays the two volumes in a generic form, using the `{HostId}` as a placeholder. This process simplifies the workflow, because changes are made only once for the data and log volumes for all the hosts that are being created.
5254

5355
> [!NOTE]
5456
> SAP HANA allows you to add different compute volume types to a multiple-host setup. If you use this setup, you should add only one host for the same compute type at one time.
5557
56-
Click **Next: Review + Create**.
58+
Select **Next: Review + Create**.
5759

5860
[ ![Screenshot that shows the Volumes section for adding hosts.](./media/application-volume-group-add-hosts/application-multiple-hosts-volumes.png) ](./media/application-volume-group-add-hosts/application-multiple-hosts-volumes.png#lightbox)
5961

6062
4. In the **Review + Create** tab, the `{HostId}` placeholder is replaced with the individual numbers for each of the volume groups that will be created.
6163

62-
You can click **Next Group** to navigate through all volume groups that are being created (one for each host). You can also click a particular volume to view its details.
64+
You can select **Next Group** to navigate through all volume groups that are being created (one for each host). You can also select a particular volume to view its details.
6365

6466
[ ![Screenshot that shows the Review and Create section for adding hosts.](./media/application-volume-group-add-hosts/application-multiple-review-create.png) ](./media/application-volume-group-add-hosts/application-multiple-review-create.png#lightbox)
6567

66-
5. After you navigate through the volume groups, click **Create All Groups** to create all the volumes for the HANA hosts you are adding.
68+
5. After you navigate through the volume groups, select **Create All Groups** to create all the volumes for the HANA hosts you're adding.
6769

6870
[ ![Screenshot that shows the Create All Groups button.](./media/application-volume-group-add-hosts/application-multiple-create-groups.png) ](./media/application-volume-group-add-hosts/application-multiple-create-groups.png#lightbox)
6971

articles/azure-netapp-files/application-volume-group-add-volume-secondary.md

Lines changed: 104 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,19 @@ The following diagram illustrates the concept of HSR:
2525
![Diagram that explains HANA System Replication.](./media/application-volume-group-add-volume-secondary/application-hana-system-replication.png)
2626

2727

28-
To enable HSR, the configuration of the secondary SAP HANA system must be identical to the primary SAP HANA system. That is, if the primary system is a single-host HANA system, then the secondary SAP HANA system also needs to be a single-hosts system. The same applies for multiple host systems.
28+
To enable HSR, the configuration of the secondary SAP HANA system must be identical to the primary SAP HANA system. That is, if the primary system is a single-host HANA system, then the secondary SAP HANA system also needs to be a single-host system. The same applies for multiple host systems.
2929

3030
The workflow for creating a secondary SAP HANA system is similar to the workflow for creating the primary SAP HANA system. However, a key difference is that you need to select the **HSR secondary** option in the SAP HANA tab to indicate that you are creating a replication secondary system for the SAP HANA system.
3131

3232
## Steps
3333

3434
This section shows an example of creating a single-host, secondary SAP HANA system.
3535

36-
1. From your NetApp account, select **Application volume groups**, and click **+Add Group**. Then, in Deployment Type, select **SAP HANA** and click **Next**.
36+
[!INCLUDE [Extension 1 interface call-out](./includes/extension-one.md)]
37+
38+
### [Without Extension 1](#tab/without-extension-one)
39+
40+
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
3741

3842
2. In the **SAP HANA** tab, provide HANA-specific information.
3943

@@ -58,7 +62,7 @@ This section shows an example of creating a single-host, secondary SAP HANA syst
5862

5963
Selecting **HSR secondary** also triggers the naming convention for the volume group name to include `"-HA-"` to indicate the HA setup.
6064

61-
Click **Next: Volume Group** to continue.
65+
Select **Next: Volume Group** to continue.
6266

6367
[ ![Screenshot that shows the HANA section in HSR configuration.](./media/application-volume-group-add-volume-secondary/application-secondary-sap-hana.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-sap-hana.png#lightbox)
6468

@@ -74,11 +78,11 @@ This section shows an example of creating a single-host, secondary SAP HANA syst
7478
* **Subnet**:
7579
Specify the delegated subnet where the IP addresses for the NFS exports will be created. Ensure that you have a delegated subnet with enough free IP addresses.
7680

77-
Click **Next: Protocol**.
81+
Select **Next: Protocol**.
7882

7983
4. In the **Protocols** section of the Volume Group tab, you can modify the **Export Policy**, which should be common to all volumes.
8084

81-
Click **Next: Tags**.
85+
Select **Next: Tags**.
8286

8387
5. Because the **HSR secondary** option is selected, the **Tags** section of the Volume Group tab is populated with the tag `HSRPartnerStorageResourceId`.
8488

@@ -89,7 +93,7 @@ This section shows an example of creating a single-host, secondary SAP HANA syst
8993
> [!IMPORTANT]
9094
> At the group level, filling the tag will populate all the volumes in the group with the same volume ID. You will need to change the volume ID for each individual volume later in the workflow or when you update the volumes. Using this tag is optional; it’s for documentation purposes only.
9195
92-
Click **Next: Volumes**.
96+
Select **Next: Volumes**.
9397

9498
[ ![Screenshot that shows the Tags section of the Volume Group tab.](./media/application-volume-group-add-volume-secondary/application-secondary-volume-group-tags.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-volume-group-tags.png#lightbox)
9599

@@ -105,9 +109,101 @@ This section shows an example of creating a single-host, secondary SAP HANA syst
105109

106110
[ ![Screenshot that shows the tag details.](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tag-details.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tag-details.png#lightbox)
107111

108-
Click **Volumes** to return to the Volumes overview page.
112+
Select **Volumes** to return to the Volumes overview page.
113+
114+
8. Select **Review + Create** to list all volumes that will be created. Select **Create Volume Group** to start the volume group creation.
115+
116+
117+
### [Extension 1](#tab/extension-1)
118+
119+
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
120+
121+
2. In the **SAP HANA** tab, provide HANA-specific information.
122+
123+
> [!IMPORTANT]
124+
> Be sure to select the **HSR secondary** option to indicate that you are creating a replication secondary system for the HANA system.
125+
126+
* **SAP ID (SID)**:
127+
The three alphanumeric-character SAP HANA system identifier.
128+
* **Group name**:
129+
The volume group name.
130+
* **SAP node memory**:
131+
This value defines the size of the SAP HANA database on the host. It is used to calculate the required volume size and throughput.
132+
* **Capacity overhead (%)**:
133+
When you use snapshots for data protection, you need to plan for extra capacity. This field will add additional size (%) for the data volume.
134+
You can estimate this value by using `"change rate per day" X "number of days retention"`.
135+
* **Single-host**:
136+
Select this option for an SAP HANA single-host system or the first host for a multiple-host system. Shared and backup volumes can be created only with the first host.
137+
* **Multiple-host**:
138+
Select this option to add additional hosts to a multiple-hosts HANA system.
139+
* **HSR secondary**:
140+
Select this option to create a HANA database that will be a replication secondary system for SAP HANA System Replication (HSR).
141+
142+
Selecting **HSR secondary** also triggers the naming convention for the volume group name to include `"-HA-"` to indicate the HA setup.
143+
144+
Select **Next: Volume Group** to continue.
145+
146+
[ ![Screenshot that shows the HANA section in HSR configuration.](./media/application-volume-group-add-volume-secondary/application-secondary-sap-hana.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-sap-hana.png#lightbox)
147+
148+
3. In the **Volume group** tab, provide information for creating the volume group:
149+
150+
* **Availability option**:
151+
Select either **Availability zone** or **Proximity placement group**.
152+
When selecting **Availability zone**, you must select the appropriate availability zone in the next field.
153+
* **Proximity placement group (PPG)**:
154+
Specifies that the data, log, and shared volumes are to be created close to the VMs.
155+
* **Availability Zone**:
156+
This option lets you deploy the volumes in the logical availability zone that you specify. Select an availability zone where Azure NetApp Files resources are present. For details, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md).
157+
* **Network features**:
158+
Standard network features is the default, however you can still use Basic network features.
159+
See [Configure network features for a volume](configure-network-features.md) and [Guidelines for Azure NetApp Files network planning](azure-netapp-files-network-topologies.md) for details.
160+
* **Capacity pool**:
161+
All volumes are placed in a single manual QoS capacity pool.
162+
If you want to create the log-backup and data-backup volumes in a separate capacity pool, you can choose not to add those volumes to the volume group.
163+
* **Virtual network**:
164+
Specify an existing VNet where the VMs are placed.
165+
* **Subnet**:
166+
Specify the delegated subnet where the IP addresses for the NFS exports are created. Ensure that you have a delegated subnet with enough free IP addresses.
167+
168+
Select **Next: Protocol**.
169+
170+
:::image type="content" source="./media/application-volume-group-add-volume-secondary/application-volume-group-create-extension-one.png" alt-text="Screenshot of create application volume group interface for extension one." lightbox="./media/application-volume-group-add-volume-secondary/application-volume-group-create-extension-one.png":::
171+
172+
4. In the **Protocols** section of the Volume Group tab, you can modify the **Export Policy**, which should be common to all volumes.
173+
174+
Select **Next: Tags**.
175+
176+
5. Because the **HSR secondary** option is selected, the **Tags** section of the Volume Group tab is populated with the tag `HSRPartnerStorageResourceId`.
177+
178+
This tag marks the volume resource ID of the corresponding primary volume in the HSR setup, so that the primary volume can be identified for each secondary volume that will be created.
179+
180+
You can modify this tag for each volume.
181+
182+
> [!IMPORTANT]
183+
> At the group level, filling the tag will populate all the volumes in the group with the same volume ID. You will need to change the volume ID for each individual volume later in the workflow or when you update the volumes. Using this tag is optional; it’s for documentation purposes only.
184+
185+
Select **Next: Volumes**.
186+
187+
[ ![Screenshot that shows the Tags section of the Volume Group tab.](./media/application-volume-group-add-volume-secondary/application-secondary-volume-group-tags.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-volume-group-tags.png#lightbox)
188+
189+
6. The **Volumes** tab displays information about the volumes that are being created.
190+
191+
The volume naming convention includes an `"HA-"` prefix to indicate that the volume belongs to the secondary system of an HSR setup.
192+
193+
[ ![Screenshot that shows the Volume Group tab.](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tags-extension-one.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tags-extension-one.png#lightbox)
194+
195+
7. In the **Volumes** tab, you can select each volume to view or change the volume details, including the protocol and tag for the volume.
196+
197+
In the **Tags** section of a volume, you can populate the `HSRPartnerStorageResourceId` tag with the resource ID of the corresponding primary volume. This action only marks the primary volume; it does not validate the provided resource ID.
198+
199+
[ ![Screenshot that shows the tag details.](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tag-details.png) ](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tag-details.png#lightbox)
200+
201+
Select **Volumes** to return to the Volumes overview page.
202+
203+
8. Select **Review + Create** to list all volumes that will be created. Select **Create Volume Group** to start the volume group creation.
109204

110-
8. Click **Review + Create** to list all volumes that will be created. Click **Create Volume Group** to start the volume group creation.
205+
206+
---
111207

112208
To add more HANA hosts for a multiple-host SAP HANA system, follow steps in [Add hosts to a multiple-host SAP HANA system](application-volume-group-add-hosts.md). Be sure to select the **HSR secondary** option in the SAP HANA tab to indicate the replication secondary system.
113209

0 commit comments

Comments
 (0)