Skip to content

Commit ae15915

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

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

articles/sap/workloads/get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: sap-on-azure
66
author: msjuergent
77
manager: bburns
88
ms.topic: article
9-
ms.date: 11/05/2024
9+
ms.date: 11/19/2024
1010
ms.author: juergent
1111
---
1212

@@ -54,6 +54,7 @@ In the SAP workload documentation space, you can find the following areas:
5454
- **Azure Monitor for SAP solutions**: Microsoft developed monitoring solutions specifically for SAP supported OS and DBMS, as well as S/4HANA and NetWeaver. This section documents the deployment and usage of the service
5555

5656
## Change Log
57+
- November 19, 2024: Update parameter `enque/encni/set_so_keepalive` to uppercase, as the parameter is case sensitive. Updated in [SAP workloads on Azure: planning and deployment checklist](deployment-checklist.md,[HA for SAP NW on Azure VMs on RHEL multi-SID guide](./high-availability-guide-rhel-multi-sid.md), [Azure VMs high availability for SAP NW on RHEL with Azure NetApp Files](./high-availability-guide-rhel-netapp-files.md),[Azure VMs high availability for SAP NW on RHEL with NFS on Azure Files](./high-availability-guide-rhel-nfs-azure-files.md),[HA for SAP NW on Azure VMs on RHEL for SAP applications](./high-availability-guide-rhel.md),[Azure VMs high availability for SAP NetWeaver on SLES multi-SID guide](./high-availability-guide-suse-multi-sid.md), [Azure VMs high availability for SAP NW on SLES with NFS on Azure Files](./high-availability-guide-suse-netapp-files.md),[Azure VMs high availability for SAP NW on SLES with NFS on Azure Files](./high-availability-guide-suse-nfs-azure-files.md), [Azure VMs high availability for SAP NetWeaver on SLES for SAP Applications with simple mount and NFS](./high-availability-guide-suse-nfs-simple-mount.md),[Azure VMs high availability for SAP NetWeaver on SLES](./high-availability-guide-suse.md),[HA for SAP NetWeaver on Azure VMs on Windows with Azure NetApp Files(SMB)](./high-availability-guide-windows-netapp-files-smb.md),[SAP ASCS/SCS instance multi-SID high availability with Windows server failover clustering and Azure shared disk](./sap-ascs-ha-multi-sid-wsfc-azure-shared-disk.md),[SAP ASCS/SCS installation on Windows with file share](sap-high-availability-installation-wsfc-file-share.md),[SAP ASCS/ERS installation on Windows with shared disk](sap-high-availability-installation-wsfc-shared-disk.md).
5758
- November 5, 2024: Add missing step to start HANA [High availability of SAP HANA on Azure VMs on RHEL](./sap-hana-high-availability-rhel.md).
5859
- November 1, 2024: Adding HANA high-availability hook ChkSrv for [dying indexserver for RHEL based cluster setups](./sap-hana-high-availability-rhel.md#implement-sap-hana-system-replication-hooks).
5960
- October 29, 2024: some changes on disk caching and smaller updates in [Azure Virtual Machines Oracle DBMS deployment for SAP workload](./dbms-guide-oracle.md). Plus fixing some typoes in HANA storage configuration documents

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Before you begin the installation, review these documents:
149149

150150
* [Prepare the Azure infrastructure for SAP HA by using a Windows failover cluster and shared disk for an SAP ASCS/SCS instance][sap-high-availability-infrastructure-wsfc-shared-disk]
151151

152-
We don't describe the DBMS setup in this article because setups vary depending on the DBMS system you use. We assume that high-availability concerns with the DBMS are addressed with the functionalities that different DBMS vendors support for Azure. Examples are Always On or database mirroring for SQL Server and Oracle Data Guard for Oracle databases. The high availability scenarios for the DBMS are not covered in this article.
152+
We don't describe the DBMS setup in this article because setups vary depending on the DBMS system you use. We assume that high-availability concerns with the DBMS are addressed with the functionalities that different DBMS vendors support for Azure. Examples are Always On or database mirroring for SQL Server and Oracle Data Guard for Oracle databases. The high availability scenarios for the DBMS aren't covered in this article.
153153

154154
There are no special considerations when different DBMS services interact with a clustered SAP ASCS or SCS configuration in Azure.
155155

@@ -180,7 +180,7 @@ Installing SAP with a high-availability ASCS/SCS instance involves these tasks:
180180

181181
_Define the DNS entry for the SAP ASCS/SCS cluster virtual name and TCP/IP address_
182182

183-
2. If are using the new SAP Enqueue Replication Server 2, which is also clustered instance, then you need to reserve in DNS a virtual host name for ERS2 as well.
183+
2. If using the new SAP Enqueue Replication Server 2, which is also clustered instance, then you need to reserve in DNS a virtual host name for ERS2 as well.
184184

185185
> [!IMPORTANT]
186186
> The IP address that you assign to the virtual host name of the ERS2 instance must be the second the IP address that you assigned to Azure Load Balancer.
@@ -213,7 +213,7 @@ Installing SAP with a high-availability ASCS/SCS instance involves these tasks:
213213
214214
### <a name="e4caaab2-e90f-4f2c-bc84-2cd2e12a9556"></a> Modify the SAP profile of the ASCS/SCS instance
215215

216-
If you have Enqueue Replication Server 1, add SAP profile parameter `enque/encni/set_so_keepalive` as described below. The profile parameter prevents connections between SAP work processes and the enqueue server from closing when they are idle for too long. The SAP parameter is not required for ERS2.
216+
If you have Enqueue Replication Server 1, add SAP profile parameter `enque/encni/set_so_keepalive` as described below. The profile parameter prevents connections between SAP work processes and the enqueue server from closing when they're idle for too long. The SAP parameter isn't required for ERS2.
217217

218218
1. Add this profile parameter to the SAP ASCS/SCS instance profile, if using ERS1.
219219

@@ -236,12 +236,12 @@ However, this won't work in some cluster configurations because only one instanc
236236
237237
To add a probe port run this PowerShell Module on one of the cluster VMs:
238238

239-
- In the case of SAP ASC/SCS Instance
239+
- For the SAP ASC/SCS Instance
240240
```powershell
241241
Set-AzureLoadBalancerHealthCheckProbePortOnSAPClusterIPResource -SAPSID SID -ProbePort 62000
242242
```
243243

244-
- If using ERS2, which is clustered. There is no need to configure probe port for ERS1, as it is not clustered.
244+
- If using ERS2, which is clustered. There's no need to configure probe port for ERS1, as it isn't clustered.
245245
```powershell
246246
Set-AzureLoadBalancerHealthCheckProbePortOnSAPClusterIPResource -SAPSID SID -ProbePort 62001 -IsSAPERSClusteredInstance $True
247247
```
@@ -384,7 +384,7 @@ To add a probe port run this PowerShell Module on one of the cluster VMs:
384384
### <a name="4498c707-86c0-4cde-9c69-058a7ab8c3ac"></a> Open the Windows firewall probe port
385385

386386
Open a Windows firewall probe port on both cluster nodes. Use the following script to open a Windows firewall probe port. Update the PowerShell variables for your environment.
387-
If using ERS2, you will also need to open the firewall port for the ERS2 probe port.
387+
If using ERS2, you'll also need to open the firewall port for the ERS2 probe port.
388388

389389
```powershell
390390
$ProbePort = 62000 # ProbePort of the Azure internal load balancer
@@ -411,7 +411,7 @@ Install an SAP Additional Application Server (AAS) on all the virtual machines t
411411

412412
For the outlined failover tests, we assume that SAP ASCS is active on node A.
413413

414-
1. Verify that the SAP system can successfully failover from node A to node B
414+
1. Verify that the SAP system can successfully fail over from node A to node B
415415
Choose one of these options to initiate a failover of the SAP \<SID\> cluster group from cluster node A to cluster node B:
416416
- Failover Cluster Manager
417417
- Failover Cluster PowerShell

0 commit comments

Comments
 (0)