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
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-rhel.md
+30-7Lines changed: 30 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,21 @@ The following items are prefixed with:
524
524
# rsc_sap_NW1_ERS02 (ocf::heartbeat:SAPInstance): Started nw1-cl-0
525
525
```
526
526
527
-
10. **[A]** Add firewall rules for ASCS and ERS on both nodes.
527
+
10. **[1]** Run the following step to configure `priority-fencing-delay` (applicable only as of pacemaker-2.0.4-6.el8 or higher).
528
+
529
+
> [!NOTE]
530
+
> If you have a two-node cluster, you have the option to configure the `priority-fencing-delay` cluster property. This property introduces additional delay in fencing a node that has higher total resource priority when a split-brain scenario occurs. For more information, see [Can Pacemaker fence the cluster node with the fewest running resources?](https://access.redhat.com/solutions/5110521)
531
+
>
532
+
> The property `priority-fencing-delay` is applicable for pacemaker-2.0.4-6.el8 version or higher. If you set up `priority-fencing-delay` on an existing cluster, make sure to clear the `pcmk_delay_max` setting in the fencing device.
533
+
534
+
```bash
535
+
sudo pcs resource defaults update priority=1
536
+
sudo pcs resource update rsc_sap_NW1_ASCS00 meta priority=10
537
+
538
+
sudo pcs property set priority-fencing-delay=15s
539
+
```
540
+
541
+
11. **[A]** Add firewall rules for ASCS and ERS on both nodes.
528
542
529
543
```bash
530
544
# Probe Port of ASCS
@@ -535,6 +549,12 @@ The following items are prefixed with:
> SAP ASCS/ERS cluster can be extended from 2-node to 3-node cluster with 3rd node as a spare node for failover of ASCS or ERS services.
554
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
555
+
> - The cluster property ‘priority-fencing-delay’ should not be used in a 3-node cluster.
556
+
557
+
538
558
## SAP NetWeaver application server preparation
539
559
540
560
Some databases require that the database instance installation runs on an application server. Prepare the application server VMs to be able to use them in these cases.
@@ -725,7 +745,7 @@ Follow these steps to install an SAP application server.
725
745
rsc_sap_NW1_ERS02 (ocf::heartbeat:SAPInstance): Started nw1-cl-0
726
746
```
727
747
728
-
1. Simulate a node crash.
748
+
2. Simulate a node crash.
729
749
730
750
Resource state before starting the test:
731
751
@@ -798,7 +818,7 @@ Follow these steps to install an SAP application server.
798
818
rsc_sap_NW1_ERS02 (ocf::heartbeat:SAPInstance): Started nw1-cl-1
799
819
```
800
820
801
-
1. Block network communication.
821
+
3. Block network communication.
802
822
803
823
Resource state before starting the test:
804
824
@@ -827,14 +847,17 @@ Follow these steps to install an SAP application server.
827
847
828
848
By enabling the `priority-fencing-delay` property, the cluster introduces a delay in the fencing action, specifically on the node hosting ASCS resource, allowing the node to win the fence race.
829
849
850
+
> [!NOTE]
851
+
> The property priority-fencing-delay is only applicable for ENSA2 running on two-node cluster.
852
+
830
853
Run the following command to delete the firewall rule.
831
854
832
855
```bash
833
856
# If the iptables rule set on the server gets reset after a reboot, the rules will be cleared out. In case they have not been reset, please proceed to remove the iptables rule using the following command.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,7 +591,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
591
591
#### [ENSA2](#tab/ensa2)
592
592
593
593
> [!NOTE]
594
-
> If virtual machines without public IPs are added to the backend pool of an internal Standard Azure load balancer, they won�t have internet access unless you set up extra routing to public endpoints. 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).
594
+
> 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 resource 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).
595
595
>
596
596
> The property priority-fencing-delay is only applicable for ENSA2 running on two-node cluster.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -607,6 +607,12 @@ sudo crm_mon -r
607
607
# rsc_sap_NW1_ERS02 (ocf::heartbeat:SAPInstance): Started nw1-cl-0
608
608
```
609
609
610
+
> [!Note]
611
+
> SAP ASCS/ERS cluster can be extended from 2-node to 3-node cluster with 3rd node as a spare node for failover of ASCS or ERS services.
612
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
613
+
> - The cluster property ‘priority-fencing-delay’ should not be used in a 3-node cluster.
614
+
615
+
610
616
## SAP NetWeaver application server preparation
611
617
612
618
Some databases require that the database instance installation is executed on an application server. Prepare the application server virtual machines to be able to use them in these cases.
@@ -1032,6 +1038,9 @@ The following tests are a copy of the test cases in the best practices guides of
1032
1038
1033
1039
Additionally, in ENSA 2 configuration, to prioritize the node hosting the ASCS resource over the other node during a split brain scenario, it's recommended to configure [`priority-fencing-delay`](https://documentation.suse.com/sle-ha/15-SP3/single-html/SLE-HA-administration/#pro-ha-storage-protect-fencing) property in the cluster. Enabling priority-fencing-delay property allows the cluster to introduce an additional delay in the fencing action specifically on the node hosting the ASCS resource, allowing the ASCS node to win the fence race.
1034
1040
1041
+
> [!NOTE]
1042
+
> The property priority-fencing-delay is only applicable for ENSA2 running on two-node cluster.
1043
+
1035
1044
Execute below command to delete the firewall rule.
0 commit comments