Skip to content

Commit 86f3ea8

Browse files
Merge pull request #217109 from dennispadia/depadia-azurelb
Update monitor parameter in azure-lb resource
2 parents 8803cc7 + bf74d28 commit 86f3ea8

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

articles/virtual-machines/workloads/sap/dbms-guide-ha-ibm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ sudo crm configure primitive rsc_ip_db2ptr_<b>PTR</b> IPaddr2 \
349349
params ip="<b>10.100.0.10</b>"
350350

351351
# Configure probe port for Azure load Balancer
352-
sudo crm configure primitive rsc_nc_db2ptr_<b>PTR</b> azure-lb port=<b>62500</b>
352+
sudo crm configure primitive rsc_nc_db2ptr_<b>PTR</b> azure-lb port=<b>62500</b> \
353+
op monitor timeout=20s interval=10
353354

354355
sudo crm configure group g_ip_db2ptr_<b>PTR</b> rsc_ip_db2ptr_<b>PTR</b> rsc_nc_db2ptr_<b>PTR</b>
355356

articles/virtual-machines/workloads/sap/high-availability-guide-suse-nfs-azure-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: tutorial
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 01/24/2022
16+
ms.date: 11/03/2022
1717
ms.author: radeltch
1818

1919
---
@@ -454,10 +454,11 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
454454
params ip=10.90.90.10 \
455455
op monitor interval=10 timeout=20
456456
457-
sudo crm configure primitive nc_NW1_ASCS azure-lb port=62000
457+
sudo crm configure primitive nc_NW1_ASCS azure-lb port=62000 \
458+
op monitor timeout=20s interval=10
458459
459460
sudo crm configure group g-NW1_ASCS fs_NW1_ASCS nc_NW1_ASCS vip_NW1_ASCS \
460-
meta resource-stickiness=3000
461+
meta resource-stickiness=3000
461462
```
462463

463464
Make sure that the cluster status is ok and that all resources are started. It is not important on which node the resources are running.
@@ -508,7 +509,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
508509
params ip=10.90.90.9 \
509510
op monitor interval=10 timeout=20
510511
511-
sudo crm configure primitive nc_NW1_ERS azure-lb port=62101
512+
sudo crm configure primitive nc_NW1_ERS azure-lb port=62101 \
513+
op monitor timeout=20s interval=10
512514
513515
sudo crm configure group g-NW1_ERS fs_NW1_ERS nc_NW1_ERS vip_NW1_ERS
514516
```

articles/virtual-machines/workloads/sap/high-availability-guide-suse-nfs-simple-mount.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: tutorial
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 11/01/2022
16+
ms.date: 11/03/2022
1717
ms.author: radeltch
1818

1919
---
@@ -524,10 +524,11 @@ The instructions in this section are applicable only if you're using Azure NetAp
524524
params ip=10.27.0.9 \
525525
op monitor interval=10 timeout=20
526526
527-
sudo crm configure primitive nc_NW1_ASCS azure-lb port=62000
527+
sudo crm configure primitive nc_NW1_ASCS azure-lb port=62000 \
528+
op monitor timeout=20s interval=10
528529
529530
sudo crm configure group g-NW1_ASCS nc_NW1_ASCS vip_NW1_ASCS \
530-
meta resource-stickiness=3000
531+
meta resource-stickiness=3000
531532
```
532533
533534
Make sure that the cluster status is OK and that all resources are started. It isn't important which node the resources are running on.
@@ -573,7 +574,8 @@ The instructions in this section are applicable only if you're using Azure NetAp
573574
params ip=10.27.0.10 \
574575
op monitor interval=10 timeout=20
575576
576-
sudo crm configure primitive nc_NW1_ERS azure-lb port=62101
577+
sudo crm configure primitive nc_NW1_ERS azure-lb port=62101 \
578+
op monitor timeout=20s interval=10
577579
578580
sudo crm configure group g-NW1_ERS nc_NW1_ERS vip_NW1_ERS
579581
```

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: virtual-machines-sap
99
ms.topic: article
1010
ms.tgt_pltfrm: vm-windows
1111
ms.workload: infrastructure-services
12-
ms.date: 09/07/2022
12+
ms.date: 11/03/2022
1313
ms.author: radeltch
1414

1515
---
@@ -919,6 +919,7 @@ Create a dummy file system cluster resource, which will monitor and report failu
919919
params ip="10.23.0.27"
920920
921921
sudo crm configure primitive rsc_nc_HN1_HDB03 azure-lb port=62503 \
922+
op monitor timeout=20s interval=10 \
922923
meta resource-stickiness=0
923924
924925
sudo crm configure group g_ip_HN1_HDB03 rsc_ip_HN1_HDB03 rsc_nc_HN1_HDB03

0 commit comments

Comments
 (0)