You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Configuring ASCS/ERS for SAP Netweaver with standalone resources in RHEL 7.5](https://access.redhat.com/articles/3569681)
74
+
*[Configure SAP S/4HANA ASCS/ERS with Standalone Enqueue Server 2 (ENSA2) in Pacemaker on RHEL
75
+
](https://access.redhat.com/articles/3974941)
74
76
* Azure specific RHEL documentation:
75
77
*[Support Policies for RHEL High Availability Clusters - Microsoft Azure Virtual Machines as Cluster Members](https://access.redhat.com/articles/3131341)
76
78
*[Installing and Configuring a Red Hat Enterprise Linux 7.4 (and later) High-Availability Cluster on Microsoft Azure](https://access.redhat.com/articles/3252491)
@@ -480,6 +482,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
480
482
481
483
1.**[1]** Create the SAP cluster resources
482
484
485
+
If using enqueue server 1 architecture (ENSA1), define the resources as follows:
486
+
483
487
<pre><code>sudo pcs property set maintenance-mode=true
sudo pcs constraint order g-<b>NW1</b>_ASCS then g-<b>NW1</b>_AERS kind=Optional symmetrical=false
503
+
504
+
sudo pcs node unstandby <b>nw1-cl-0</b>
505
+
sudo pcs property set maintenance-mode=false
506
+
</code></pre>
507
+
508
+
SAP introduced support for enqueue server 2, including replication, as of SAP NW 7.52. Starting with ABAP Platform 1809, enqueue server 2 is installed by default. See SAP note [2630416](https://launchpad.support.sap.com/#/notes/2630416) for enqueue server 2 support.
509
+
If using enqueue server 2 architecture ([ENSA2](https://help.sap.com/viewer/cff8531bc1d9416d91bb6781e628d4e0/1709%20001/en-US/6d655c383abf4c129b0e5c8683e7ecd8.html)), install resource agent resource-agents-sap-4.1.1-12.el7.x86_64 or newer and define the resources as follows:
510
+
511
+
<pre><code>sudo pcs property set maintenance-mode=true
sudo pcs constraint colocation add g-<b>NW1</b>_AERS with g-<b>NW1</b>_ASCS -5000
499
525
sudo pcs constraint order g-<b>NW1</b>_ASCS then g-<b>NW1</b>_AERS kind=Optional symmetrical=false
500
526
501
527
sudo pcs node unstandby <b>nw1-cl-0</b>
502
528
sudo pcs property set maintenance-mode=false
503
529
</code></pre>
504
530
531
+
If you are upgrading from an older version and switching to enqueue server 2, see sap note [2641322](https://launchpad.support.sap.com/#/notes/2641322).
532
+
505
533
Make sure that the cluster status is ok and that all resources are started. It is not important on which node the resources are running.
0 commit comments