Skip to content

Commit 3525bbb

Browse files
author
rdeltcheva
committed
Add AVG reference in HANA with ANF HA docs
1 parent 94a57fc commit 3525bbb

4 files changed

+20
-7
lines changed

articles/sap/workloads/sap-hana-high-availability-netapp-files-red-hat.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-linux
1212
ms.workload: infrastructure
13-
ms.date: 06/29/2023
13+
ms.date: 07/11/2023
1414
ms.author: radeltch
1515
ms.custom: ignite-fall-2021
1616
---
@@ -135,6 +135,11 @@ The throughput of an Azure NetApp Files volume is a function of the volume size
135135

136136
While designing the infrastructure for SAP HANA on Azure with Azure NetApp Files, be aware of the recommendations in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#sizing-for-hana-database-on-azure-netapp-files).
137137

138+
The configuration in this article is presented with simple Azure NetApp Files Volumes.
139+
140+
> [!IMPORTANT]
141+
> For production systems, where performance is a key, we recommend to evaluate and consider using [Azure NetApp Files application volume group for SAP HANA](hana-vm-operations-netapp.md#deployment-through-azure-netapp-files-application-volume-group-for-sap-hana-avg).
142+
138143
### Deploy Azure NetApp Files resources
139144

140145
The following instructions assume that you've already deployed your [Azure virtual network](../../virtual-network/virtual-networks-overview.md). The Azure NetApp Files resources and VMs, where the Azure NetApp Files resources will be mounted, must be deployed in the same Azure virtual network or in peered Azure virtual networks.

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-rhel.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
1212
ms.workload: infrastructure-services
13-
ms.date: 04/25/2023
13+
ms.date: 07/11/2023
1414
ms.author: radeltch
1515

1616
---
@@ -94,8 +94,11 @@ In the following diagram, there are three HANA nodes on each site, and a majorit
9494

9595
[Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-introduction.md) provides the HANA shared file system, `/hana/shared`. It's mounted via NFS v4.1 on each HANA node in the same HANA system replication site. File systems `/hana/data` and `/hana/log` are local file systems, and aren't shared among the HANA DB nodes. SAP HANA will be installed in non-shared mode.
9696

97-
> [!TIP]
98-
> For recommended SAP HANA storage configurations, see [SAP HANA Azure VMs storage configurations](./hana-vm-operations-storage.md).
97+
For recommended SAP HANA storage configurations, see [SAP HANA Azure VMs storage configurations](./hana-vm-operations-storage.md).
98+
99+
> [!IMPORTANT]
100+
> If deploying all HANA systems on Azure NetApp Files, for production systems, where performance is a key, we recommend to evaluate and consider using [Azure NetApp Files application volume group for SAP HANA](hana-vm-operations-netapp.md#deployment-through-azure-netapp-files-application-volume-group-for-sap-hana-avg).
101+
99102

100103
[![Diagram of SAP HANA scale-out with HSR and Pacemaker cluster.](./media/sap-hana-high-availability-rhel/sap-hana-high-availability-scale-out-hsr-rhel.png)](./media/sap-hana-high-availability-rhel/sap-hana-high-availability-scale-out-hsr-rhel-detail.png#lightbox)
101104

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-suse.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ The HANA shared file system `/hana/shared` in the presented architecture can be
7474

7575
For recommended SAP HANA storage configurations, see [SAP HANA Azure VMs storage configurations](./hana-vm-operations-storage.md).
7676

77-
If deploying all HANA systems on Azure NetApp Files, for production systems, where performance is a key, we recommend to evaluate and consider using [Azure NetApp Files application volume group for SAP HANA](hana-vm-operations-netapp.md#deployment-through-azure-netapp-files-application-volume-group-for-sap-hana-avg).
77+
> [!IMPORTANT]
78+
> If deploying all HANA systems on Azure NetApp Files, for production systems, where performance is a key, we recommend to evaluate and consider using [Azure NetApp Files application volume group for SAP HANA](hana-vm-operations-netapp.md#deployment-through-azure-netapp-files-application-volume-group-for-sap-hana-avg).
7879
7980
> [!WARNING]
8081
> Deploying `/hana/data` and `/hana/log` on NFS on Azure Files is not supported.

articles/sap/workloads/sap-hana-scale-out-standby-netapp-files-rhel.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
1212
ms.workload: infrastructure-services
13-
ms.date: 06/29/2023
13+
ms.date: 07/11/2023
1414
ms.author: radeltch
1515
---
1616

@@ -127,7 +127,11 @@ As you're creating your Azure NetApp Files volumes for SAP HANA scale-out with s
127127

128128
The throughput of an Azure NetApp Files volume is a function of the volume size and service level, as documented in [Service level for Azure NetApp Files](../../azure-netapp-files/azure-netapp-files-service-levels.md).
129129

130-
While designing the infrastructure for SAP HANA on Azure with Azure NetApp Files, be aware of the recommendations in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#sizing-for-hana-database-on-azure-netapp-files).
130+
While designing the infrastructure for SAP HANA on Azure with Azure NetApp Files, be aware of the recommendations in [NFS v4.1 volumes on Azure NetApp Files for SAP HANA](./hana-vm-operations-netapp.md#sizing-for-hana-database-on-azure-netapp-files).
131+
The configuration in this article is presented with simple Azure NetApp Files Volumes.
132+
133+
> [!IMPORTANT]
134+
> For production systems, where performance is a key, we recommend to evaluate and consider using [Azure NetApp Files application volume group for SAP HANA](hana-vm-operations-netapp.md#deployment-through-azure-netapp-files-application-volume-group-for-sap-hana-avg).
131135
132136
### Deploy Azure NetApp Files resources
133137

0 commit comments

Comments
 (0)