Skip to content

Commit f0aa3c1

Browse files
author
rdeltcheva
committed
Change parameter set_so_keepalive to uppercase, as it is case sensitive
1 parent 634ab0d commit f0aa3c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/sap/workloads/sap-high-availability-installation-wsfc-file-share.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.topic: article
99
ms.tgt_pltfrm: vm-windows
10-
ms.date: 12/16/2022
10+
ms.date: 11/19/2024
1111
ms.author: radeltch
1212
ms.custom: H1Hack27Feb2017
1313
---
@@ -143,7 +143,7 @@ Update parameters in the SAP ASCS/SCS instance profile \<SID>_ASCS/SCS\<Nr>_\<Ho
143143
| Parameter name | Parameter value |
144144
| --- | --- |
145145
| gw/netstat_once | **0** |
146-
| enque/encni/set_so_keepalive | **true** |
146+
| enque/encni/set_so_keepalive | **TRUE** |
147147
| service/ha_check_node | **1** |
148148

149149
Parameter `enque/encni/set_so_keepalive` is only needed if using ENSA1.

articles/sap/workloads/sap-high-availability-installation-wsfc-shared-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: sap-on-azure
99
ms.subservice: sap-vm-workloads
1010
ms.topic: article
1111
ms.tgt_pltfrm: vm-windows
12-
ms.date: 12/16/2022
12+
ms.date: 11/19/2024
1313
ms.author: radeltch
1414
ms.custom: H1Hack27Feb2017
1515
---
@@ -218,7 +218,7 @@ If you have Enqueue Replication Server 1, add SAP profile parameter `enque/encn
218218
1. Add this profile parameter to the SAP ASCS/SCS instance profile, if using ERS1.
219219

220220
```
221-
enque/encni/set_so_keepalive = true
221+
enque/encni/set_so_keepalive = TRUE
222222
```
223223

224224
For both ERS1 and ERS2, 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)