Skip to content

Commit add0e76

Browse files
authored
Merge pull request #101628 from msjuergent/updateppgazs
Change availability zone and proximity placement group documents with…
2 parents ac0ad48 + 06b1ef9 commit add0e76

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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

Lines changed: 4 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: 01/16/2020
18+
ms.date: 01/17/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -119,6 +119,9 @@ For information on integration of Azure services into SAP components, see:
119119

120120

121121
## Change Log
122+
123+
- 01/17/2020: Change in [Azure proximity placement groups for optimal network latency with SAP applications](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-proximity-placement-scenarios) to change the section of moving existing VMs into a proximity placement group
124+
- 01/17/2020: Change in [SAP workload configurations with Azure Availability Zones](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/sap-ha-availability-zones) to point to procedure that automates measurements of latency between Availability Zones
122125
- 01/16/2020: Change in [How to install and configure SAP HANA (Large Instances) on Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/hana-installation) to adapt OS releases to HANA IaaS hardware directory
123126
- 01/16/2020: Changes 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 instructions for SAP systems, using enqueue server 2 architecture (ENSA2)
124127
- 01/10/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 add instructions on how to make `nfs4_disable_idmapping` changes permanent.

articles/virtual-machines/workloads/sap/sap-ha-availability-zones.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: High-availability architecture and scenarios for SAP NetWeaver usin
44
services: virtual-machines-windows,virtual-network,storage
55
documentationcenter: saponazure
66
author: msjuergent
7-
manager: patfilot
7+
manager: bburns
88
editor: ''
99
tags: azure-resource-manager
1010
keywords: ''
@@ -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: 07/15/2019
18+
ms.date: 01/17/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

@@ -74,6 +74,8 @@ To determine the latency between the different zones, you need to:
7474
- When you find the two zones with the least network latency, deploy another three VMs of the VM SKU that you want to use as the application layer VM across the three Availability Zones. Measure the network latency against the two DBMS VMs in the two DBMS zones that you selected.
7575
- Use **niping** as a measuring tool. This tool, from SAP, is described in SAP support notes [#500235](https://launchpad.support.sap.com/#/notes/500235) and [#1100926](https://launchpad.support.sap.com/#/notes/1100926/E). Focus on the commands documented for latency measurements. Because **ping** doesn't work through the Azure Accelerated Networking code paths, we don't recommend that you use it.
7676

77+
You don't need to perform these tests manually. You can find a PowerShell procedure [Availability Zone Latency Test](https://github.com/Azure/SAP-on-Azure-Scripts-and-Utilities/tree/master/AvZone-Latency-Test) that automates the latency tests described.
78+
7779
Based on your measurements and the availability of your VM SKUs in the Availability Zones, you need to make some decisions:
7880

7981
- Define the ideal zones for the DBMS layer.

articles/virtual-machines/workloads/sap/sap-proximity-placement-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-linux
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-linux
1616
ms.workload: infrastructure
17-
ms.date: 10/01/2019
17+
ms.date: 01/17/2020
1818
ms.author: juergent
1919
ms.custom: H1Hack27Feb2017
2020

@@ -154,7 +154,7 @@ The result of this deployment is:
154154
> Because you deploy one DBMS VM into one zone and the second DBMS VM into another zone to create a high availability configuration, you'll need a different proximity placement group for each of the zones. The same is true for any availability set that you use.
155155
156156
## Move an existing system into proximity placement groups
157-
If you already have SAP systems deployed, you might want to optimize the network latency of some of your critical systems and locate the application layer and the DBMS layer in the same datacenter. During the public preview of proximity placement groups, you need to delete the VMs and create new ones to move the system into proximity placement groups. You can’t currently just shut down the VMs and assign them to proximity placement groups.
157+
If you already have SAP systems deployed, you might want to optimize the network latency of some of your critical systems and locate the application layer and the DBMS layer in the same datacenter. To move the VMs of a complete Azure availability set to an existing proximity placement group that is scoped already, you need to shutdown all VMs of the availability set and assign the availability set to the existing proximity placement group through Azure portal, PowerShell or CLI. If you want to move a VM that is not part of an availability set into an existing proximity placement group, you just need to shutdown the VM and assign it to an existing proximity placement group.
158158

159159

160160
## Next steps

0 commit comments

Comments
 (0)