Skip to content

Commit e61e258

Browse files
authored
Merge pull request #116182 from rdeltcheva/pacemaker-infra-minor
Add link to doc for access to public and points to the RLHEL and SLES Pacemaker docs
2 parents 42075e9 + 8b773f8 commit e61e258

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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: 05/12/2020
18+
ms.date: 05/21/2020
1919
ms.author: juergent
2020
ms.custom: H1Hack27Feb2017
2121

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

111111
## Change Log
112112

113+
- 05/21/2020: Change in [Setting up Pacemaker on SLES in Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker) and [Setting up Pacemaker on RHEL in Azure](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-rhel-pacemaker) to add a link to [Public endpoint connectivity for VMs using Azure Standard ILB in SAP HA scenarios](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections)
113114
- 05/19/2020: Add important message not to use root volume group when using LVM for HANA related volumes in [SAP HANA Azure virtual machine storage configurations](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/hana-vm-operations-storage)
114115
- 05/19/2020: Add new supported OS for HANA Large Instance Type II in [Compatible Operating Systems for HANA Large Instances](https://docs.microsoft.com/
115116
- azure/virtual-machines/workloads/sap/os-compatibility-matrix-hana-large-instance)

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-pacemaker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 08/17/2018
17+
ms.date: 05/21/2020
1818
ms.author: radeltch
1919

2020
---
@@ -272,6 +272,9 @@ Use the following command to configure the fence device.
272272
<pre><code>sudo pcs property set stonith-enabled=true
273273
</code></pre>
274274

275+
> [!TIP]
276+
>Azure Fence Agent requires outbound connectivity to public end points as documented, along with possible solutions, in [Public endpoint connectivity for VMs using standard ILB](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections).
277+
275278
## Next steps
276279

277280
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]

articles/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: virtual-machines-windows
1414
ms.topic: article
1515
ms.tgt_pltfrm: vm-windows
1616
ms.workload: infrastructure-services
17-
ms.date: 04/07/2020
17+
ms.date: 05/21/2020
1818
ms.author: radeltch
1919

2020
---
@@ -597,6 +597,9 @@ sudo crm configure property stonith-timeout=900
597597
sudo crm configure property stonith-enabled=true
598598
</code></pre>
599599

600+
> [!TIP]
601+
>Azure Fence Agent requires outbound connectivity to public end points as documented, along with possible solutions, in [Public endpoint connectivity for VMs using standard ILB](https://docs.microsoft.com/azure/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections).
602+
600603
## Default Pacemaker configuration for SBD
601604

602605
1. **[1]** Enable the use of a STONITH device and set the fence delay

0 commit comments

Comments
 (0)