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/virtual-machines/workloads/sap/sap-hana-high-availability-scale-out-hsr-suse.md
+2-64Lines changed: 2 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ ms.author: radeltch
47
47
48
48
This article describes how to deploy a highly available SAP HANA system in a scale-out configuration with HANA system replication (HSR) and Pacemaker on Azure SUSE Linux Enterprise Server virtual machines (VMs). The shared file systems in the presented architecture are NFS mounted and are provided by [Azure NetApp Files](../../../azure-netapp-files/azure-netapp-files-introduction.md) or [NFS share on Azure Files](../../../storage/files/files-nfs-protocol.md).
49
49
50
-
In the example configurations, installation commands, and so on, the HANA instance is **03** and the HANA system ID is **HN1**. The examples are based on HANA 2.0 SP5 and SUSE Linux Enterprise Server 12 SP5.
50
+
In the example configurations, installation commands, and so on, the HANA instance is **03** and the HANA system ID is **HN1**.
51
51
52
52
Before you begin, refer to the following SAP notes and papers:
53
53
@@ -844,7 +844,7 @@ Steps to implement both hooks:
844
844
sapcontrol -nr 03 -function StopSystem
845
845
```
846
846
847
-
2. **[1,2]** Adjust `global.ini` on each cluster site. If the prerequisites for susChkSrv hook aren't met, remove the entire block `[ha_dr_provider_suschksrv]`.
847
+
2. **[1,2]** Adjust `global.ini` on each cluster site. If the prerequisites for susChkSrv hook aren't met, entire block `[ha_dr_provider_suschksrv]` shouldn't be configured.
848
848
You can adjust the behavior of susChkSrv with parameter action_on_lost. Valid values are `[ ignore | stop | kill | fence ]`.
849
849
850
850
```bash
@@ -1003,68 +1003,6 @@ You can adjust the behavior of susChkSrv with parameter action_on_lost. Valid va
1003
1003
> [!NOTE]
1004
1004
> The timeouts in the above configuration are just examples and may need to be adapted to the specific HANA setup. For instance, you may need to increase the start timeout, if it takes longer to start the SAP HANA database.
1005
1005
1006
-
1007
-
## (Optional) Enabling HANA multi-target system replication for DR purposes
1008
-
1009
-
<details>
1010
-
<summary>Expand section</summary>
1011
-
1012
-
With new SAP HANA HA provider SAPHanaSrMultiTarget, a third system replication site as disaster recovery (DR) can be used with a HANA scale-out system. The cluster environment is aware of a multi-target DR setup. Maximum of one system replicatiion to an HANA database outside the linux cluster is supported.
1013
-
1014
-
Failure of the third site won't trigger any cluster action. Cluster detects the replication status of connected sites and the monitored attributed for third site can change between SOK and SFAIL. Any takeover tests to third/DR site or executing your DR process should first place the cluster resources into maintenance mode to prevent any undesired cluster action.
1015
-
1016
-
Example of a multi-target system replication system. For further information, see [SAP documentation](https://help.sap.com/docs/SAP_HANA_PLATFORM/4e9b18c116aa42fc84c7dbfd02111aba/2e6c71ab55f147e19b832565311a8e4e.html).
1017
-

1018
-
1019
-
1. Deploy Azure resources for the third site. Depending on your requirements, a different Azure region is often used for disaster recovery purposes.
1020
-
Steps required for the HANA scale-out on third site are same as described in this document for SITE1 and SITE2, with the following exceptions:
1021
-
- No load balancer for third site and no integration with cluster load balancer for VMs of third site
1022
-
- OS packages SAPHanaSR-ScaleOut, SAPHanaSR-ScaleOut-doc and OS package pattern ha_sles aren't installed on third site VMs
1023
-
- No majority maker VM for third site, as there's no cluster integration
1024
-
- NFS volume /hana/shared for third site exclusive use must be created
1025
-
- No integration into the cluster for VMs or HANA resources of the third site
1026
-
- No HANA HA hook setup for third site
1027
-
1028
-
2. With SAP HANA scale-out on third site operational, register the third site with the primary site.
1029
-
The example uses SITE-DR as the name for third site.
1030
-
```bash
1031
-
# Execute on the third site
1032
-
su - hn1adm
1033
-
# Make sure HANA is not running on the third site. If it is started, stop HANA
Cluster detects the replication status of connected sites and the monitored attributed can change between SOK and SFAIL. No cluster action if the replication to DR site is impacted.
1063
-
1064
-
If cluster parameter AUTOMATED_REGISTER="true" is set in the cluster after conclusion of testing, HANA parameter `register_secondaries_on_takeover = true` can be configured in `[system_replication]` block of global.ini on the two SAP HANA sites in the Linux cluster. Such configuration would re-register the third site after a takeover between the first two sites to keep a multi-target setup.
0 commit comments