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
@@ -557,12 +557,21 @@ Follow the steps in [Setting up Pacemaker on Red Hat Enterprise Linux in Azure](
557
557
558
558
## Implement the Python system replication hook SAPHanaSR
559
559
560
-
This is important step to optimize the integration with the cluster and improve the detection when a cluster failover is needed. It is highly recommended to configure the SAPHanaSR Python hook.
560
+
This is important step to optimize the integration with the cluster and improve the detection when a cluster failover is needed. It is highly recommended to configure the SAPHanaSR Python hook.
561
561
562
-
1.**[A]** Install the HANA "system replication hook". The hook needs to be installed on both HANA DB nodes.
562
+
1.**[A]** Install the SAP HANA resource agents on **all nodes**. Make sure to enable a repository that contains the package. You don't need to enable additional repositories, if using RHEL 8.x HA-enabled image.
563
+
564
+
```bash
565
+
# Enable repository that contains SAP HANA resource agents
2.**[A]** Install the HANA "system replication hook". The hook needs to be installed on both HANA DB nodes.
563
572
564
573
> [!TIP]
565
-
> The Python hook can only be implemented for HANA 2.0.
574
+
> The Python hook can only be implemented for HANA 2.0.
566
575
567
576
1. Prepare the hook as `root`.
568
577
@@ -591,7 +600,7 @@ This is important step to optimize the integration with the cluster and improve
591
600
ha_dr_saphanasr = info
592
601
```
593
602
594
-
2. **[A]** The cluster requires sudoers configuration on each cluster node for<sid\>adm. In this example that is achieved by creating a new file. Execute the commands as `root`.
603
+
3. **[A]** The cluster requires sudoers configuration on each cluster node for<sid\>adm. In this example that is achieved by creating a new file. Execute the commands as `root`.
595
604
```bash
596
605
sudo visudo -f /etc/sudoers.d/20-saphana
597
606
# Insert the following lines and then save
@@ -603,13 +612,13 @@ This is important step to optimize the integration with the cluster and improve
For more details on the implementation of the SAP HANA system replication hook see [Enable the SAP HA/DR provider hook](https://access.redhat.com/articles/3004101#enable-srhook).
626
-
627
-
## Create SAP HANA cluster resources
628
-
629
-
Install the SAP HANA resource agents on **all nodes**. Make sure to enable a repository that contains the package. You don't need to enable additional repositories, if using RHEL 8.x HA-enabled image.
630
634
631
-
<pre><code># Enable repository that contains SAP HANA resource agents
0 commit comments