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
> 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.
734
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
735
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
736
+
737
+
732
738
## SAP NetWeaver application server preparation
733
739
734
740
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.
> 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.
653
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
654
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
655
+
656
+
651
657
## SAP NetWeaver application server preparation
652
658
653
659
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.
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 `priority-fencing-delay` property applies only to two-node cluster configurations.
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-multi-sid.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -531,6 +531,12 @@ The following picture shows how the resources would look like in the High Availa
531
531
532
532
[](./media/high-availability-guide-suse/ha-suse-multi-sid-hawk-detail.png#lightbox)
533
533
534
+
> [!Note]
535
+
> 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.
536
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
537
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse-netapp-files.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -678,7 +678,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
678
678
#### [ENSA2](#tab/ensa2)
679
679
680
680
> [!NOTE]
681
-
> 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).
681
+
> 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 Enterprise Server high availability extension administration guide](https://documentation.suse.com/sle-ha/15-SP3/single-html/SLE-HA-administration/#pro-ha-storage-protect-fencing).
682
682
>
683
683
> The property priority-fencing-delay is only applicable for ENSA2 running on two-node cluster.
684
684
@@ -754,6 +754,11 @@ sudo crm_mon -r
754
754
# rsc_sap_QAS_ERS01 (ocf::heartbeat:SAPInstance): Started anftstsapcl2
755
755
```
756
756
757
+
> [!Note]
758
+
> 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.
759
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
760
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
761
+
757
762
## SAP NetWeaver application server preparation
758
763
759
764
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.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse-nfs-azure-files.md
+7-1Lines changed: 7 additions & 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 Enterprise 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.
597
597
@@ -645,6 +645,12 @@ sudo crm_mon -r
645
645
# rsc_sap_NW1_ERS01 (ocf::heartbeat:SAPInstance): Started sap-cl1
646
646
```
647
647
648
+
> [!Note]
649
+
> 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.
650
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
651
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
652
+
653
+
648
654
## SAP NetWeaver application server preparation
649
655
650
656
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.
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-suse-nfs-simple-mount.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -806,6 +806,12 @@ sudo crm_mon -r
806
806
# rsc_sap_NW1_ERS01 (ocf::heartbeat:SAPInstance): Started sap-cl1
807
807
```
808
808
809
+
> [!Note]
810
+
> 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.
811
+
> - 3-node setup can only be used for SAP systems using SAP Enqueue Replication Server 2 (ENSA2).
812
+
> - The cluster property `priority-fencing-delay` should not be used in a 3-node cluster.
813
+
814
+
809
815
## Prepare the SAP application server
810
816
811
817
Some databases require you to execute the database installation on an application server. Prepare the application server VMs to be able to execute the database installation.
0 commit comments