Skip to content

Commit cbde3fe

Browse files
author
rdeltcheva
committed
Change parameter sat_so_keepalive to uppercase, as it is case sensitive
1 parent 5ef5a4d commit cbde3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/workloads/deployment-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)

0 commit comments

Comments
 (0)