Skip to content

Commit e4cadd7

Browse files
committed
Add missing ISCSI configuration for SAP Central Services and document cluster service boot settings
1 parent 66c0ba3 commit e4cadd7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/HIGH_AVAILABILITY.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Currently SAP Testing Automation Framework is supported for below Linux distros
2020
| Component | Type | Cluster Type | Storage |
2121
|-----------|------|--------------|---------|
2222
| SAP Central Services | ENSA1 or ENSA2 | Azure Fencing Agent | Azure Files or ANF |
23+
| SAP Central Services | ENSA1 or ENSA2 | ISCSI (SBD device) | Azure Files or ANF |
2324
| SAP HANA | Scale-up | Azure Fencing Agent | Azure Managed Disk or ANF |
2425
| SAP HANA | Scale-up | ISCSI (SBD device) | Azure Managed Disk or ANF |
2526

@@ -36,6 +37,15 @@ To run the SAP Testing Automation Framework, you must meet certain prerequisites
3637
- [SAP HANA high availability on Azure Virtual Machine](https://learn.microsoft.com/azure/sap/workloads/sap-high-availability-guide-start).
3738
- [SAP Netweaver high availability on Azure Virtual Machine](https://learn.microsoft.com/azure/sap/workloads/sap-high-availability-guide-start)
3839

40+
### Enabling Cluster Services on Boot
41+
42+
Before executing the tests, ensure that the cluster services are configured to start automatically during system boot. Run the following command on one of the cluster nodes to enable this setting. The `--all` option ensures that the cluster services are enabled on all nodes within the cluster.
43+
44+
```bash
45+
crm cluster enable --all # for SUSE virtual machines
46+
pcs cluster enable --all # for RedHat virtual machine
47+
```
48+
3949
### Management server
4050

4151
The SAP Testing Automation Framework requires a jumpbox or management server with the following setup:

0 commit comments

Comments
 (0)