Skip to content

Commit 0d48ed3

Browse files
authored
Merge pull request #110376 from rdeltcheva/anf-tr-chg
Remove references to TR-4435 in SAP on ANF HA documentation
2 parents 3adaf6d + e0c8ccb commit 0d48ed3

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

articles/virtual-machines/workloads/sap/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-linux
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-linux
1717
ms.workload: infrastructure-services
18-
ms.date: 03/31/2020
18+
ms.date: 04/06/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -109,6 +109,7 @@ For information on integration of Azure services into SAP components, see:
109109

110110

111111
## Change Log
112+
- 04/06/2020: Changes in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse) and in [SAP HANA scale-out with standby node on Azure VMs with Azure NetApp Files on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-rhel) to remove references to NetApp [TR-4435](https://www.netapp.com/us/media/tr-4746.pdf) (replaced by [TR-4746](https://www.netapp.com/us/media/tr-4746.pdf))
112113
- 03/31/2020: Change in [High availability of SAP HANA on Azure VMs on SLES](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability) and [High availability of SAP HANA on Azure VMs on RHEL](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-hana-high-availability-rhel) to add instructions how to specify stripe size when creating striped volumes
113114
- 03/27/2020: Change in [High availability for SAP NW on Azure VMs on SLES with ANF for SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-netapp-files) to align the file system mount options to NetApp TR-4746 (remove the sync mount option)
114115
- 03/26/2020: Change in [High availability for SAP NetWeaver on Azure VMs on SLES multi-SID guide](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-multi-sid) to add reference to NetApp TR-4746

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-windows
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-windows
1717
ms.workload: infrastructure-services
18-
ms.date: 01/10/2020
18+
ms.date: 04/06/2020
1919
ms.author: radeltch
2020

2121
---
@@ -335,7 +335,7 @@ Configure and prepare your OS by doing the following steps:
335335
yum install nfs-utils
336336
</code></pre>
337337

338-
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in [SAP HANA on NetApp AFF Systems with NFS configuration guide](https://www.netapp.com/us/media/tr-4435.pdf). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
338+
3. **[A]** Prepare the OS for running SAP HANA on Azure NetApp with NFS, as described in [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]. Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
339339

340340
<pre><code>
341341
vi /etc/sysctl.d/netapp-hana.conf
@@ -367,7 +367,7 @@ Configure and prepare your OS by doing the following steps:
367367
vm.swappiness=10
368368
</code></pre>
369369

370-
5. **[A]** Adjust the sunrpc settings, as recommended in the [SAP HANA on NetApp AFF Systems with NFS configuration guide](https://www.netapp.com/us/media/tr-4435.pdf).
370+
5. **[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
371371

372372
<pre><code>
373373
vi /etc/modprobe.d/sunrpc.conf
@@ -705,7 +705,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
705705
- `async_write_submit_active` **on**
706706
- `async_write_submit_blocks` **all**
707707

708-
For more information, see [SAP HANA on NetApp AFF Systems with NFS Configuration Guide](https://www.netapp.com/us/media/tr-4435.pdf).
708+
For more information, see [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
709709

710710
Starting with SAP HANA 2.0 systems, you can set the parameters in `global.ini`. For more information, see SAP Note [1999930](https://launchpad.support.sap.com/#/notes/1999930).
711711

@@ -922,5 +922,4 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
922922
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
923923
* [Azure Virtual Machines deployment for SAP][deployment-guide]
924924
* [Azure Virtual Machines DBMS deployment for SAP][dbms-guide]
925-
* To learn how to establish high availability and plan for disaster recovery of SAP HANA on Azure (large instances), see [SAP HANA (large instances) high availability and disaster recovery on Azure](hana-overview-high-availability-disaster-recovery.md).
926925
* To learn how to establish high availability and plan for disaster recovery of SAP HANA on Azure VMs, see [High Availability of SAP HANA on Azure Virtual Machines (VMs)][sap-hana-ha].

articles/virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: virtual-machines-windows
1515
ms.topic: article
1616
ms.tgt_pltfrm: vm-windows
1717
ms.workload: infrastructure-services
18-
ms.date: 01/10/2020
18+
ms.date: 04/06/2020
1919
ms.author: radeltch
2020

2121
---
@@ -81,7 +81,6 @@ Before you begin, refer to the following SAP notes and papers:
8181
* [SUSE SAP HA Best Practice Guides][suse-ha-guide]: Contains all required information to set up NetWeaver High Availability and SAP HANA System Replication on-premises (to be used as a general baseline; they provide much more detailed information)
8282
* [SUSE High Availability Extension 12 SP3 Release Notes][suse-ha-12sp3-relnotes]
8383
* [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]
84-
* [SAP HANA on NetApp Systems with Network File System (NFS)](https://www.netapp.com/us/media/tr-4435.pdf): A configuration guide that contains information about how to set up SAP HANA by using Azure NFS by NetApp
8584

8685

8786
## Overview
@@ -332,7 +331,7 @@ Configure and prepare your OS by doing the following steps:
332331

333332
Reboot the VM to activate the changes.
334333

335-
3. **[A]** Prepare the OS for running SAP HANA on NetApp Systems with NFS, as described in [SAP HANA on NetApp AFF Systems with NFS configuration guide](https://www.netapp.com/us/media/tr-4435.pdf). Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
334+
3. **[A]** Prepare the OS for running SAP HANA on NetApp Systems with NFS, as described in [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure]. Create configuration file */etc/sysctl.d/netapp-hana.conf* for the NetApp configuration settings.
336335

337336
<pre><code>
338337
vi /etc/sysctl.d/netapp-hana.conf
@@ -366,7 +365,7 @@ Configure and prepare your OS by doing the following steps:
366365
vm.swappiness=10
367366
</code></pre>
368367

369-
4. **[A]** Adjust the sunrpc settings, as recommended in the [SAP HANA on NetApp AFF Systems with NFS configuration guide](https://www.netapp.com/us/media/tr-4435.pdf).
368+
4. **[A]** Adjust the sunrpc settings, as recommended in the [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
370369

371370
<pre><code>
372371
vi /etc/modprobe.d/sunrpc.conf
@@ -635,7 +634,7 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
635634
- `async_write_submit_active` **on**
636635
- `async_write_submit_blocks` **all**
637636

638-
For more information, see [SAP HANA on NetApp AFF Systems with NFS Configuration Guide](https://www.netapp.com/us/media/tr-4435.pdf).
637+
For more information, see [NetApp SAP Applications on Microsoft Azure using Azure NetApp Files][anf-sap-applications-azure].
639638

640639
Starting with SAP HANA 2.0 systems, you can set the parameters in `global.ini`. For more information, see SAP Note [1999930](https://launchpad.support.sap.com/#/notes/1999930).
641640

@@ -854,5 +853,4 @@ In this example for deploying SAP HANA in scale-out configuration with standby n
854853
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
855854
* [Azure Virtual Machines deployment for SAP][deployment-guide]
856855
* [Azure Virtual Machines DBMS deployment for SAP][dbms-guide]
857-
* To learn how to establish high availability and plan for disaster recovery of SAP HANA on Azure (large instances), see [SAP HANA (large instances) high availability and disaster recovery on Azure](hana-overview-high-availability-disaster-recovery.md).
858856
* To learn how to establish high availability and plan for disaster recovery of SAP HANA on Azure VMs, see [High Availability of SAP HANA on Azure Virtual Machines (VMs)][sap-hana-ha].

0 commit comments

Comments
 (0)