Skip to content

Commit 825ba7a

Browse files
Merge pull request #217135 from dennispadia/depadia-azurelb2
Include monitor parameter in azure-lb resource
2 parents d4ea4b9 + 3d26812 commit 825ba7a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 06/08/2022
16+
ms.date: 11/03/2022
1717
ms.author: radeltch
1818

1919
---
@@ -73,7 +73,7 @@ Read the following SAP Notes and papers first:
7373
* SAP Note [2243692][2243692] has information about SAP licensing on Linux in Azure.
7474
* SAP Note [1984787][1984787] has general information about SUSE Linux Enterprise Server 12.
7575
* SAP Note [1999351][1999351] has additional troubleshooting information for the Azure Enhanced Monitoring Extension for SAP.
76-
* SAP Community WIKI](https://wiki.scn.sap.com/wiki/display/HOME/SAPonLinuxNotes) has all required SAP Notes for Linux.
76+
* [SAP Community WIKI](https://wiki.scn.sap.com/wiki/display/HOME/SAPonLinuxNotes) has all required SAP Notes for Linux.
7777
* [Azure Virtual Machines planning and implementation for SAP on Linux][planning-guide]
7878
* [Azure Virtual Machines deployment for SAP on Linux][deployment-guide]
7979
* [Azure Virtual Machines DBMS deployment for SAP on Linux][dbms-guide]
@@ -498,7 +498,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
498498
params ip=<b>10.1.1.20</b> \
499499
op monitor interval=10 timeout=20
500500
501-
sudo crm configure primitive nc_<b>QAS</b>_ASCS azure-lb port=620<b>00</b>
501+
sudo crm configure primitive nc_<b>QAS</b>_ASCS azure-lb port=620<b>00</b> \
502+
op monitor timeout=20s interval=10
502503
503504
sudo crm configure group g-<b>QAS</b>_ASCS fs_<b>QAS</b>_ASCS nc_<b>QAS</b>_ASCS vip_<b>QAS</b>_ASCS \
504505
meta resource-stickiness=3000
@@ -557,7 +558,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
557558
params ip=<b>10.1.1.21</b> \
558559
op monitor interval=10 timeout=20
559560
560-
sudo crm configure primitive nc_<b>QAS</b>_ERS azure-lb port=621<b>01</b>
561+
sudo crm configure primitive nc_<b>QAS</b>_ERS azure-lb port=621<b>01</b> \
562+
op monitor timeout=20s interval=10
561563
562564
sudo crm configure group g-<b>QAS</b>_ERS fs_<b>QAS</b>_ERS nc_<b>QAS</b>_ERS vip_<b>QAS</b>_ERS
563565
</code></pre>

0 commit comments

Comments
 (0)