Skip to content

Commit 23536a8

Browse files
Merge pull request #216853 from rdeltcheva/smp-sles-fixes
SAP ASCS/ERS Simple mount on SLES - fix typos, cluster constraints, E…
2 parents cf097aa + 9c5e549 commit 23536a8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-suse-nfs-simple-mount.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-sap
1313
ms.topic: tutorial
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 09/27/2022
16+
ms.date: 11/01/2022
1717
ms.author: radeltch
1818

1919
---
@@ -96,7 +96,7 @@ The example configurations and installation commands use the following instance
9696
| Instance name | Instance number |
9797
| ---------------- | ------------------ |
9898
| ASCS | 00 |
99-
| Evaluated Receipt Settlement (ERS) | 01 |
99+
| Enqueue Replication Server (ERS) | 01 |
100100
| Primary Application Server (PAS) | 02 |
101101
| Additional Application Server (AAS) | 03 |
102102
| SAP system identifier | NW1 |
@@ -118,7 +118,7 @@ This article assumes that you've already deployed an [Azure virtual network](../
118118
> If you need additional IP addresses for your VMs, deploy and attach a second network interface controller (NIC). Don't add secondary IP addresses to the primary NIC. [Azure Load Balancer Floating IP doesn't support this scenario](../../../load-balancer/load-balancer-multivip-overview.md#limitations).
119119
120120
2. For your virtual IPs, deploy and configure an [Azure load balancer](../../../load-balancer/load-balancer-overview.md). We recommend that you use a [Standard load balancer](../../../load-balancer/quickstart-load-balancer-standard-public-portal.md).
121-
1. Create front-end IP address 0.27.0.9 for the ASCS instance:
121+
1. Create front-end IP address 10.27.0.9 for the ASCS instance:
122122
1. Open the load balancer, select **Frontend IP pool**, and then select **Add**.
123123
1. Enter the name of the new front-end IP pool (for example, **frontend.NW1.ASCS**).
124124
1. Set **Assignment** to **Static** and enter the IP address (for example, **10.27.0.9**).
@@ -650,7 +650,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
650650
service/halib_cluster_connector = /usr/bin/sap_suse_cluster_connector
651651
652652
# Remove Autostart from the ERS profile.
653-
Autostart = 1
653+
# Autostart = 1
654654
```
655655
656656
6. **[A]** Configure `keepalive`.
@@ -695,10 +695,10 @@ The instructions in this section are applicable only if you're using Azure NetAp
695695
sudo crm configure property maintenance-mode="true"
696696
697697
sudo crm configure primitive rsc_sapstartsrv_NW1_ASCS00 ocf:suse:SAPStartSrv \
698-
params InstanceName=NW1_ASCS00_nw1ascs
698+
params InstanceName=NW1_ASCS00_sapascs
699699
700700
sudo crm configure primitive rsc_sapstartsrv_NW1_ERS01 ocf:suse:SAPStartSrv \
701-
params InstanceName=NW1_ERS01_nw1ers
701+
params InstanceName=NW1_ERS01_sapers
702702
703703
# If you're using NFS on Azure Files or NFSv3 on Azure NetApp Files:
704704
sudo crm configure primitive rsc_sap_NW1_ASCS00 SAPInstance \
@@ -728,7 +728,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
728728
AUTOMATIC_RECOVER=false IS_ERS=true MINIMAL_PROBE=true \
729729
meta priority=1000
730730
731-
sudo crm configure modgroup g-NW1_ASCS add rsc_sapstartsrv_NW1_ERS01
731+
sudo crm configure modgroup g-NW1_ASCS add rsc_sapstartsrv_NW1_ASCS00
732732
sudo crm configure modgroup g-NW1_ASCS add rsc_sap_NW1_ASCS00
733733
sudo crm configure modgroup g-NW1_ERS add rsc_sapstartsrv_NW1_ERS01
734734
sudo crm configure modgroup g-NW1_ERS add rsc_sap_NW1_ERS01
@@ -749,10 +749,10 @@ The instructions in this section are applicable only if you're using Azure NetAp
749749
sudo crm configure property maintenance-mode="true"
750750
751751
sudo crm configure primitive rsc_sapstartsrv_NW1_ASCS00 ocf:suse:SAPStartSrv \
752-
params InstanceName=NW1_ASCS00_nw1ascs
752+
params InstanceName=NW1_ASCS00_sapascs
753753
754754
sudo crm configure primitive rsc_sapstartsrv_NW1_ERS01 ocf:suse:SAPStartSrv \
755-
params InstanceName=NW1_ERS01_nw1ers
755+
params InstanceName=NW1_ERS01_sapers
756756
757757
# If you're using NFS on Azure Files or NFSv3 on Azure NetApp Files:
758758
sudo crm configure primitive rsc_sap_NW1_ASCS00 SAPInstance \
@@ -780,7 +780,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
780780
params InstanceName=NW1_ERS01_sapers START_PROFILE="/sapmnt/NW1/profile/NW1_ERS01_sapers" \
781781
AUTOMATIC_RECOVER=false IS_ERS=true MINIMAL_PROBE=true
782782
783-
sudo crm configure modgroup g-NW1_ASCS add rsc_sapstartsrv_NW1_ERS01
783+
sudo crm configure modgroup g-NW1_ASCS add rsc_sapstartsrv_NW1_ASCS00
784784
sudo crm configure modgroup g-NW1_ASCS add rsc_sap_NW1_ASCS00
785785
sudo crm configure modgroup g-NW1_ERS add rsc_sapstartsrv_NW1_ERS01
786786
sudo crm configure modgroup g-NW1_ERS add rsc_sap_NW1_ERS01

0 commit comments

Comments
 (0)