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/sap-hana-high-availability-scale-out-hsr-suse.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,12 +524,14 @@ Set up the disk layout with **Logical Volume Manager (LVM)**. The following exa
524
524
525
525
Follow the steps in [Setting up Pacemaker on SUSE Linux Enterprise Server in Azure](high-availability-guide-suse-pacemaker.md) to create the base Pacemaker cluster for HANA scale-out. Ensure that all virtual machines, including the majority maker, are added to the cluster.
526
526
527
-
When configuring the base Pacemaker cluster for HANA scale-out, keep the following in mind:
527
+
### Cluster specific considerations for HANA scale-out
528
528
529
529
* Don't set `quorum expected-votes` to 2, as this isn't a two node cluster.
530
-
* Ensure the cluster property `concurrent-fencing=true` is configured to enable deserialized node fencing.
530
+
* Set the cluster property `concurrent-fencing=true` to enable deserialized node fencing.
531
531
532
-
After the base Pacemaker cluster is configured, perform the following additional steps.
532
+
### Additional configuration steps
533
+
534
+
After the base Pacemaker cluster is configured, complete the following additional steps.
533
535
534
536
1. Configure a delayed start for pacemaker.service at boot by creating the file /etc/systemd/system/pacemaker.timer with the following content:
535
537
@@ -1078,7 +1080,7 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
1078
1080
---
1079
1081
1080
1082
> [!IMPORTANT]
1081
-
> We recommend as a best practice that you only set AUTOMATED_REGISTER to **no**, while performing thorough fail-over tests, to prevent failed primary instance to automatically register as secondary. Once the fail-over tests completed successfully, set AUTOMATED_REGISTER to **yes**, so that after takeover system replication can resume automatically.
1083
+
> We recommend as a best practice that you only set AUTOMATED_REGISTER to **false**, while performing thorough fail-over tests, to prevent failed primary instance to automatically register as secondary. Once the fail-over tests completed successfully, set AUTOMATED_REGISTER to **true**, so that after takeover system replication can resume automatically.
1082
1084
1083
1085
1. **[1]** Create file system resource agents for /hana/shared
1084
1086
@@ -1097,6 +1099,9 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
@@ -1290,9 +1295,10 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
1290
1295
1291
1296
---
1292
1297
1293
-
> [!NOTE]
1294
-
> 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.
1295
-
> SAPHanaSR-angi allows further options forquicker action during a cluster event. See SUSE documentation for details about SAPHanaController's ON_FAIL_ACTION parameter, optional agent SAPHanaSR-alert-fencing and other options. Implementation should be followed by additional extensive cluster testingin your environment.
1298
+
> [!NOTE]
1299
+
>
1300
+
> 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.
1301
+
> With ON_FAIL_ACTION=fence on SAPHanaController or SAPHanaFilesystem, you must configure SAPHanaSR-alert-fencing. For more details, see the manual page "man SAPHanaSR-alert-fencing".
0 commit comments