Skip to content

Commit 7109ef4

Browse files
authored
Merge pull request #298305 from b-ahibbard/remove-ext1
remove ext. 1 references
2 parents c7bb840 + d337d15 commit 7109ef4

14 files changed

+41
-827
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 06/18/2024
8+
ms.date: 04/22/2025
99
ms.author: anfdocs
1010
---
1111
# 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
4646

4747
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-
[!INCLUDE [Extension 1 interface call-out](./includes/extension-one.md)]
50-
5149
Select **Next: Volumes** when you reach the end of the sections.
5250

5351
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.

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

Lines changed: 3 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 06/18/2024
8+
ms.date: 04/22/2025
99
ms.author: anfdocs
1010
---
1111
# 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
1818

1919
* Both the primary and the secondary SAP HANA databases have the same SAP ID (SID), but their volume names need to be different.
2020

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.
2222

2323
The following diagram illustrates the concept of HSR:
2424

@@ -33,89 +33,6 @@ The workflow for creating a secondary SAP HANA system is similar to the workflow
3333

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

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**.
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-
[ ![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)
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-
[ ![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)
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-
[ ![Screenshot that shows the Volume Group tab.](./media/application-volume-group-add-volume-secondary/application-secondary-volumes-tags.png) ](./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-
[ ![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)
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-
11936
1. From your NetApp account, select **Application volume groups**, and select **+Add Group**. In Deployment Type, select **SAP HANA** then **Next**.
12037

12138
:::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
16986

17087
Select **Next: Protocol**.
17188

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":::
17390

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

articles/azure-netapp-files/application-volume-group-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 02/05/2025
8+
ms.date: 04/22/2025
99
ms.author: anfdocs
1010
---
1111

@@ -71,7 +71,7 @@ Volume placement within the application volume group enables organizations to ad
7171

7272
#### Customer managed key support
7373

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.
7575

7676
#### Constrained zone resource availability
7777

0 commit comments

Comments
 (0)