Skip to content

Commit 0b9b74f

Browse files
committed
ENSA1 and ENSA2 formatting changed to tab
1 parent ab98b84 commit 0b9b74f

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

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

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,9 @@ The instructions in this section are applicable only if you're using Azure NetAp
644644
645645
10. **[1]** Create the SAP cluster resources.
646646
647-
If you're using an ENSA1 architecture, define the resources as follows.
647+
#### [ENSA1](#tab/ensa1)
648+
649+
For ENSA1 architecture, define the resources as follows.
648650
649651
```bash
650652
sudo crm configure property maintenance-mode="true"
@@ -698,15 +700,15 @@ The instructions in this section are applicable only if you're using Azure NetAp
698700
sudo crm configure property maintenance-mode="false"
699701
```
700702
701-
SAP introduced support for [ENSA2](https://help.sap.com/viewer/cff8531bc1d9416d91bb6781e628d4e0/1709%20001/en-US/6d655c383abf4c129b0e5c8683e7ecd8.html), including replication, in SAP NetWeaver 7.52. Starting with ABAP Platform 1809, ENSA2 is installed by default. For ENSA2 support, see SAP Note [2630416](https://launchpad.support.sap.com/#/notes/2630416).
703+
#### [ENSA2](#tab/ensa2)
704+
705+
For ENSA2 architecture, define the resources as follows.
702706
703707
> [!NOTE]
704708
> If you have a two-node cluster running ENSA2, you have the option to configure priority-fencing-delay cluster property. This property introduces additional delay in fencing a node that has higher total resoure priority when a split-brain scenario occurs. For more information, see [SUSE Linux Enteprise Server high availability extension administration guide](https://documentation.suse.com/sle-ha/15-SP3/single-html/SLE-HA-administration/#pro-ha-storage-protect-fencing).
705709
>
706710
> The property priority-fencing-delay is only applicable for ENSA2 running on two-node cluster. For more information, see [Enqueue Replication 2 High Availability cluster with simple mount](https://documentation.suse.com/sbp/sap-15/html/SAP-S4HA10-setupguide-sle15/index.html#multicluster)
707711
708-
If you're using an ENSA2 architecture, define the resources as follows.
709-
710712
```bash
711713
sudo crm configure property maintenance-mode="true"
712714
@@ -756,26 +758,28 @@ The instructions in this section are applicable only if you're using Azure NetAp
756758
sudo crm configure property maintenance-mode="false"
757759
```
758760
759-
If you're upgrading from an older version and switching to ENSA2, see SAP Note [2641019](https://launchpad.support.sap.com/#/notes/2641019).
761+
---
760762
761-
Make sure that the cluster status is OK and that all resources are started. It isn't important which node the resources are running on.
763+
If you're upgrading from an older version and switching to ENSA2, see SAP Note [2641019](https://launchpad.support.sap.com/#/notes/2641019).
762764
763-
```bash
764-
sudo crm_mon -r
765-
# Full list of resources:
766-
#
767-
# stonith-sbd (stonith:external/sbd): Started sap-cl2
768-
# Resource Group: g-NW1_ASCS
769-
# nc_NW1_ASCS (ocf::heartbeat:azure-lb): Started sap-cl1
770-
# vip_NW1_ASCS (ocf::heartbeat:IPaddr2): Started sap-cl1
771-
# rsc_sapstartsrv_NW1_ASCS00 (ocf::suse:SAPStartSrv): Started sap-cl1
772-
# rsc_sap_NW1_ASCS00 (ocf::heartbeat:SAPInstance): Started sap-cl1
773-
# Resource Group: g-NW1_ERS
774-
# nc_NW1_ERS (ocf::heartbeat:azure-lb): Started sap-cl2
775-
# vip_NW1_ERS (ocf::heartbeat:IPaddr2): Started sap-cl2
776-
# rsc_sapstartsrv_NW1_ERS01 (ocf::suse:SAPStartSrv): Started sap-cl2
777-
# rsc_sap_NW1_ERS01 (ocf::heartbeat:SAPInstance): Started sap-cl1
778-
```
765+
Make sure that the cluster status is OK and that all resources are started. It isn't important which node the resources are running on.
766+
767+
```bash
768+
sudo crm_mon -r
769+
# Full list of resources:
770+
#
771+
# stonith-sbd (stonith:external/sbd): Started sap-cl2
772+
# Resource Group: g-NW1_ASCS
773+
# nc_NW1_ASCS (ocf::heartbeat:azure-lb): Started sap-cl1
774+
# vip_NW1_ASCS (ocf::heartbeat:IPaddr2): Started sap-cl1
775+
# rsc_sapstartsrv_NW1_ASCS00 (ocf::suse:SAPStartSrv): Started sap-cl1
776+
# rsc_sap_NW1_ASCS00 (ocf::heartbeat:SAPInstance): Started sap-cl1
777+
# Resource Group: g-NW1_ERS
778+
# nc_NW1_ERS (ocf::heartbeat:azure-lb): Started sap-cl2
779+
# vip_NW1_ERS (ocf::heartbeat:IPaddr2): Started sap-cl2
780+
# rsc_sapstartsrv_NW1_ERS01 (ocf::suse:SAPStartSrv): Started sap-cl2
781+
# rsc_sap_NW1_ERS01 (ocf::heartbeat:SAPInstance): Started sap-cl1
782+
```
779783
780784
## Prepare the SAP application server
781785

0 commit comments

Comments
 (0)