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
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -642,30 +642,30 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
642
642
Display global.ini, and ensure that the configuration for the internal SAP HANA inter-node communication is in place. Verify the **communication** section. It should have the address space for the `inter` subnet, and `listeninterface` should be set to `.internal`. Verify the **internal_hostname_resolution** section. It should have the IP addresses for the HANA virtual machines that belong to the `inter` subnet.
4. **[1,2]** Prepare `global.ini` for installation in non-shared environment, as described in SAP note [2080991](https://launchpad.support.sap.com/#/notes/0002080991).
657
657
658
658
```bash
659
-
sudo vi /usr/sap/HN1/SYS/global/hdb/custom/config/global.ini
660
-
[persistence]
661
-
basepath_shared = no
659
+
sudo vi /usr/sap/HN1/SYS/global/hdb/custom/config/global.ini
660
+
[persistence]
661
+
basepath_shared = no
662
662
```
663
663
664
664
5. **[1,2]** Restart SAP HANA to activate the changes.
6. **[1,2]** Verify that the client interface will be using the IP addresses from the `client` subnet for communication.
@@ -682,16 +682,16 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
682
682
7. **[AH]** Change permissions on the data and log directories to avoid HANA installation error.
683
683
684
684
```bash
685
-
sudo chmod o+w -R /hana/data /hana/log
685
+
sudo chmod o+w -R /hana/data /hana/log
686
686
```
687
687
688
688
8. **[1]** Install the secondary HANA nodes. The example instructions in this step are for SITE 1.
689
689
690
690
a. Start the resident **hdblcm** program as `root`.
691
691
692
692
```bash
693
-
cd /hana/shared/HN1/hdblcm
694
-
./hdblcm
693
+
cd /hana/shared/HN1/hdblcm
694
+
./hdblcm
695
695
```
696
696
697
697
b. At the prompt, enter the following values:
@@ -755,7 +755,7 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
755
755
756
756
Check the replication status and wait until all databases are in sync.
757
757
758
-
```bash
758
+
```bash
759
759
sudo su - hn1adm -c "python /usr/sap/HN1/HDB03/exe/python_support/systemReplicationStatus.py"
760
760
761
761
# | Database | Host | Port | Service Name | Volume ID | Site ID | Site Name | Secondary | Secondary | Secondary | Secondary | Secondary | Replication | Replication | Replication |
@@ -775,7 +775,7 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
775
775
# mode: PRIMARY
776
776
# site id: 1
777
777
# site name: HANA_S1
778
-
```
778
+
```
779
779
780
780
4. **[1,2]** Change the HANA configuration so that communication for HANA system replication is directed through the HANA system replication virtual network interfaces.
781
781
@@ -998,6 +998,11 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
998
998
999
999
## Create SAP HANA cluster resources
1000
1000
1001
+
> [!NOTE]
1002
+
> The timeouts in the 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.
1003
+
>
1004
+
> 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".
1005
+
1001
1006
1. **[1]** Create the HANA Topology resource. Make sure the cluster is in maintenance mode.
1002
1007
1003
1008
### [SAPHanaSR-angi](#tab/saphanasr-angi)
@@ -1297,11 +1302,6 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
1297
1302
1298
1303
---
1299
1304
1300
-
> [!NOTE]
1301
-
> 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.
1302
-
>
1303
-
> 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