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/azure-netapp-files/application-volume-group-add-hosts.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 06/18/2024
8
+
ms.date: 04/22/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Add hosts to a multiple-host SAP HANA system using application volume group for SAP HANA
@@ -46,8 +46,6 @@ Building a multiple-host SAP HANA database always starts with creating a volume
46
46
47
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).)
Select **Next: Volumes** when you reach the end of the sections.
52
50
53
51
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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/application-volume-group-add-volume-secondary.md
+3-86Lines changed: 3 additions & 86 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: how-to
8
-
ms.date: 06/18/2024
8
+
ms.date: 04/22/2025
9
9
ms.author: anfdocs
10
10
---
11
11
# Add volumes for an SAP HANA system as a secondary database in HSR
@@ -18,7 +18,7 @@ The HANA System Replication (HSR) functionality enables SAP HANA databases to sy
18
18
19
19
* Both the primary and the secondary SAP HANA databases have the same SAP ID (SID), but their volume names need to be different.
20
20
21
-
* The secondary SAP HANA system might be in a different location, typically a different zone or region. As such, the proximity placement group (PPG, availability set) is different.
21
+
* The secondary SAP HANA system might be in a different location, typically a different zone or region. As such, the proximity placement group (PPG, availability set) is different.
22
22
23
23
The following diagram illustrates the concept of HSR:
24
24
@@ -33,89 +33,6 @@ The workflow for creating a secondary SAP HANA system is similar to the workflow
33
33
34
34
This section shows an example of creating a single-host, secondary SAP HANA system.
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
41
-
42
-
2. In the **SAP HANA** tab, provide HANA-specific information.
43
-
44
-
> [!IMPORTANT]
45
-
> Be sure to select the **HSR secondary** option to indicate that you are creating a replication secondary system for the HANA system.
46
-
47
-
***SAP ID (SID)**:
48
-
The three alphanumeric-character SAP HANA system identifier.
49
-
***Group name**:
50
-
The volume group name.
51
-
***SAP node memory**:
52
-
This value defines the size of the SAP HANA database on the host. It is used to calculate the required volume size and throughput.
53
-
***Capacity overhead (%)**:
54
-
When you use snapshots for data protection, you need to plan for extra capacity. This field will add additional size (%) for the data volume.
55
-
You can estimate this value by using `"change rate per day" X "number of days retention"`.
56
-
***Single-host**:
57
-
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.
58
-
***Multiple-host**:
59
-
Select this option to add additional hosts to a multiple-hosts HANA system.
60
-
***HSR secondary**:
61
-
Select this option to create a HANA database that will be a replication secondary system for SAP HANA System Replication (HSR).
62
-
63
-
Selecting **HSR secondary** also triggers the naming convention for the volume group name to include `"-HA-"` to indicate the HA setup.
64
-
65
-
Select **Next: Volume Group** to continue.
66
-
67
-
[](./media/application-volume-group-add-volume-secondary/application-secondary-sap-hana.png#lightbox)
68
-
69
-
3. In the **Volume group** tab, provide information for creating the volume group:
70
-
71
-
* **Proximity placement group (PPG)**:
72
-
Specifies that the data, log, and shared volumes are to be created close to the VMs.
73
-
* **Capacity pool**:
74
-
All volumes will be placed in a single manual QoS capacity pool.
75
-
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.
76
-
* **Virtual network**:
77
-
Specify an existing VNet where the VMs are placed.
78
-
* **Subnet**:
79
-
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.
80
-
81
-
Select **Next: Protocol**.
82
-
83
-
4. In the **Protocols** section of the Volume Group tab, you can modify the **Export Policy**, which should be common to all volumes.
84
-
85
-
Select **Next: Tags**.
86
-
87
-
5. Because the **HSR secondary** option is selected, the **Tags** section of the Volume Group tab is populated with the tag `HSRPartnerStorageResourceId`.
88
-
89
-
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.
90
-
91
-
You will be able to modify this tag for each volume.
92
-
93
-
> [!IMPORTANT]
94
-
> 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.
95
-
96
-
Select **Next: Volumes**.
97
-
98
-
[](./media/application-volume-group-add-volume-secondary/application-secondary-volume-group-tags.png#lightbox)
99
-
100
-
6. The **Volumes** tab displays information about the volumes that are being created.
101
-
102
-
The volume naming convention includes an `"HA-"` prefix to indicate that the volume belongs to the secondary system of an HSR setup.
103
-
104
-
[](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tags.png#lightbox)
105
-
106
-
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.
107
-
108
-
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.
109
-
110
-
[](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tag-details.png#lightbox)
111
-
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
36
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
120
37
121
38
:::image type="content" source="./media/application-volume-group-add-volume-secondary/extension-one-create.png" alt-text="Screenshot of application volume group creation menu." lightbox="./media/application-volume-group-add-volume-secondary/extension-one-create.png":::
@@ -169,7 +86,7 @@ This section shows an example of creating a single-host, secondary SAP HANA syst
169
86
170
87
Select **Next: Protocol**.
171
88
172
-
:::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":::
89
+
:::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." lightbox="./media/application-volume-group-add-volume-secondary/application-volume-group-create-extension-one.png":::
173
90
174
91
4. In the **Protocols** section of the Volume Group tab, you can modify the **Export Policy**, which should be common to all volumes.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/application-volume-group-concept.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-ahibbard
6
6
ms.service: azure-netapp-files
7
7
ms.topic: conceptual
8
-
ms.date: 02/05/2025
8
+
ms.date: 04/22/2025
9
9
ms.author: anfdocs
10
10
---
11
11
@@ -71,7 +71,7 @@ Volume placement within the application volume group enables organizations to ad
71
71
72
72
#### Customer managed key support
73
73
74
-
Azure NetApp Files application volume group for SAP HANA extension 1 and Oracle support volume deployments with customer-managed keys, offering increased security and compliance.
74
+
Azure NetApp Files application volume group for SAP HANA and Oracle support volume deployments with customer-managed keys, offering increased security and compliance.
0 commit comments