@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
13
13
ms.topic : article
14
14
ms.tgt_pltfrm : vm-windows
15
15
ms.workload : infrastructure-services
16
- ms.date : 06/08 /2022
16
+ ms.date : 11/03 /2022
17
17
ms.author : radeltch
18
18
19
19
---
@@ -73,7 +73,7 @@ Read the following SAP Notes and papers first:
73
73
* SAP Note [ 2243692] [ 2243692 ] has information about SAP licensing on Linux in Azure.
74
74
* SAP Note [ 1984787] [ 1984787 ] has general information about SUSE Linux Enterprise Server 12.
75
75
* 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.
77
77
* [ Azure Virtual Machines planning and implementation for SAP on Linux] [ planning-guide ]
78
78
* [ Azure Virtual Machines deployment for SAP on Linux] [ deployment-guide ]
79
79
* [ 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,
498
498
params ip=<b>10.1.1.20</b> \
499
499
op monitor interval=10 timeout=20
500
500
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
502
503
503
504
sudo crm configure group g-<b>QAS</b>_ASCS fs_<b>QAS</b>_ASCS nc_<b>QAS</b>_ASCS vip_<b>QAS</b>_ASCS \
504
505
meta resource-stickiness=3000
@@ -557,7 +558,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
557
558
params ip=<b>10.1.1.21</b> \
558
559
op monitor interval=10 timeout=20
559
560
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
561
563
562
564
sudo crm configure group g-<b>QAS</b>_ERS fs_<b>QAS</b>_ERS nc_<b>QAS</b>_ERS vip_<b>QAS</b>_ERS
563
565
</code></pre>
0 commit comments