Skip to content

Commit da73283

Browse files
Merge pull request #290744 from rdeltcheva/keepalive_cs
Change parameter sat_so_keepalive to uppercase, as it is case sensitive
2 parents 9e1d730 + cbde3fe commit da73283

6 files changed

+12
-12
lines changed

articles/sap/workloads/deployment-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: bburns
66
ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.topic: article
9-
ms.date: 06/14/2023
9+
ms.date: 11/19/2024
1010
ms.author: juergent
1111
---
1212

@@ -170,7 +170,7 @@ We recommend that you set up and validate a full HADR solution and security desi
170170
- To avoid GUI timeouts between on-premises SAP GUI interfaces and SAP application layers deployed in Azure, check whether these parameters are set in the default.pfl or the instance profile:
171171
- rdisp/keepalive_timeout = 3600
172172
- rdisp/keepalive = 20
173-
- To prevent disruption of established connections between the SAP enqueue process and the SAP work processes, you need to set the enque/encni/set_so_keepalive parameter to true. See also [SAP note 2743751](https://launchpad.support.sap.com/#/notes/2743751).
173+
- To prevent disruption of established connections between the SAP enqueue process and the SAP work processes, you need to set the enque/encni/set_so_keepalive parameter to `TRUE`. See also [SAP note 2743751](https://launchpad.support.sap.com/#/notes/2743751).
174174
- If you use a Windows failover cluster configuration, make sure that the time to react on non-responsive nodes is set correctly for Azure. The article [Tuning Failover Cluster Network Thresholds](https://techcommunity.microsoft.com/t5/Failover-Clustering/Tuning-Failover-Cluster-Network-Thresholds/ba-p/371834) lists parameters and how they affect failover sensitivities. Assuming the cluster nodes are in the same subnet, you should change these parameters:
175175
- SameSubNetDelay = 2000 (number of milliseconds between “heartbeats”)
176176
- SameSubNetThreshold = 15 (maximum number of consecutive missed heartbeats)

articles/sap/workloads/high-availability-guide-rhel-multi-sid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.custom: linux-related-content
1010
ms.topic: how-to
11-
ms.date: 06/18/2024
11+
ms.date: 11/19/2024
1212
ms.author: radeltch
1313
---
1414

@@ -321,7 +321,7 @@ This article assumes that:
321321
Start_Program_01 = local $(_EN) pf=$(_PF)
322322
323323
# Add the keep alive parameter, if using ENSA1
324-
enque/encni/set_so_keepalive = true
324+
enque/encni/set_so_keepalive = TRUE
325325
```
326326
327327
For both ENSA1 and ENSA2, make sure that the `keepalive` OS parameters are set as described in SAP note [1410736](https://launchpad.support.sap.com/#/notes/1410736).

articles/sap/workloads/high-availability-guide-rhel-netapp-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-conten
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: article
10-
ms.date: 06/18/2024
10+
ms.date: 11/19/2024
1111
ms.author: radeltch
1212
---
1313

@@ -519,7 +519,7 @@ The following items are prefixed with either:
519519
Start_Program_01 = local $(_EN) pf=$(_PF)
520520
521521
# Add the keep alive parameter, if using ENSA1
522-
enque/encni/set_so_keepalive = true
522+
enque/encni/set_so_keepalive = TRUE
523523
```
524524

525525
For both ENSA1 and ENSA2, make sure that the `keepalive` OS parameters are set as described in SAP Note [1410736](https://launchpad.support.sap.com/#/notes/1410736).

articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-conten
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
10-
ms.date: 06/18/2024
10+
ms.date: 11/19/2024
1111
ms.author: radeltch
1212
---
1313

@@ -461,7 +461,7 @@ The following items are prefixed with:
461461
Start_Program_01 = local $(_EN) pf=$(_PF)
462462
463463
# Add the keep alive parameter, if using ENSA1
464-
enque/encni/set_so_keepalive = true
464+
enque/encni/set_so_keepalive = TRUE
465465
```
466466

467467
For both ENSA1 and ENSA2, make sure that the `keepalive` OS parameters are set as described in SAP Note [1410736](https://launchpad.support.sap.com/#/notes/1410736).

articles/sap/workloads/high-availability-guide-rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell, linux-related-conten
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: article
10-
ms.date: 06/18/2024
10+
ms.date: 11/19/2024
1111
ms.author: radeltch
1212
---
1313

@@ -381,7 +381,7 @@ The following items are prefixed with:
381381
Start_Program_01 = local $(_EN) pf=$(_PF)
382382

383383
# Add the keep alive parameter, if using ENSA1
384-
enque/encni/set_so_keepalive = true
384+
enque/encni/set_so_keepalive = TRUE
385385
```
386386

387387
For both ENSA1 and ENSA2, make sure that the `keepalive` OS parameters are set as described in SAP Note [1410736](https://launchpad.support.sap.com/#/notes/1410736).

articles/sap/workloads/high-availability-guide-suse-multi-sid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: sap-on-azure
77
ms.subservice: sap-vm-workloads
88
ms.custom: linux-related-content
99
ms.topic: article
10-
ms.date: 07/25/2024
10+
ms.date: 11/19/2024
1111
ms.author: radeltch
1212
---
1313

@@ -329,7 +329,7 @@ This documentation assumes that:
329329
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
330330
331331
# Add the keep alive parameter, if using ENSA1
332-
enque/encni/set_so_keepalive = true
332+
enque/encni/set_so_keepalive = TRUE
333333
```
334334

335335
For both ENSA1 and ENSA2, make sure that the `keepalive` OS parameters are set as described in SAP note [1410736](https://launchpad.support.sap.com/#/notes/1410736).

0 commit comments

Comments
 (0)