Skip to content

Commit 9dcf5b7

Browse files
committed
changes
1 parent 959b0bd commit 9dcf5b7

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

articles/sap/workloads/sap-hana-high-availability-scale-out-hsr-suse.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -524,12 +524,14 @@ Set up the disk layout with **Logical Volume Manager (LVM)**. The following exa
524524
525525
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.
526526
527-
When configuring the base Pacemaker cluster for HANA scale-out, keep the following in mind:
527+
### Cluster specific considerations for HANA scale-out
528528
529529
* 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.
531531
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.
533535
534536
1. Configure a delayed start for pacemaker.service at boot by creating the file /etc/systemd/system/pacemaker.timer with the following content:
535537
@@ -1078,7 +1080,7 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
10781080
---
10791081

10801082
> [!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.
10821084

10831085
1. **[1]** Create file system resource agents for /hana/shared
10841086

@@ -1097,6 +1099,9 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
10971099
10981100
sudo crm configure clone cln_SAPHanaFilesystem_<SID>_HDB<InstNum> rsc_SAPHanaFilesystem_<SID>_HDB<InstNum> \
10991101
meta clone-node-max="1" interleave="true"
1102+
1103+
sudo crm configure alert fencing-1 "/usr/bin/SAPHanaSR-alert-fencing" select fencing \
1104+
attributes alert_uptime_threshold=480
11001105
11011106
# Add a location constraint to not run filesystem check on majority maker VM
11021107
sudo crm configure location loc_SAPHanaFilesystem_not_on_majority_maker cln_SAPHanaFilesystem_<SID>_HDB<InstNum> -inf: hana-s-mm
@@ -1290,9 +1295,10 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
12901295
12911296
---
12921297
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 for quicker 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 testing in 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".
12961302
12971303
## Test SAP HANA failover
12981304

0 commit comments

Comments
 (0)