Skip to content

Commit d8a88ea

Browse files
committed
changes
1 parent 6891f7a commit d8a88ea

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -642,30 +642,30 @@ In this example for deploying SAP HANA in scale-out configuration with HSR on Az
642642
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.
643643
644644
```bash
645-
sudo cat /usr/sap/HN1/SYS/global/hdb/custom/config/global.ini
646-
# Example from SITE1
647-
[communication]
648-
internal_network = 10.23.1.128/26
649-
listeninterface = .internal
650-
[internal_hostname_resolution]
651-
10.23.1.132 = hana-s1-db1
652-
10.23.1.133 = hana-s1-db2
653-
10.23.1.134 = hana-s1-db3
645+
sudo cat /usr/sap/HN1/SYS/global/hdb/custom/config/global.ini
646+
# Example from SITE1
647+
[communication]
648+
internal_network = 10.23.1.128/26
649+
listeninterface = .internal
650+
[internal_hostname_resolution]
651+
10.23.1.132 = hana-s1-db1
652+
10.23.1.133 = hana-s1-db2
653+
10.23.1.134 = hana-s1-db3
654654
```
655655
656656
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).
657657
658658
```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
662662
```
663663
664664
5. **[1,2]** Restart SAP HANA to activate the changes.
665665
666666
```bash
667-
sudo -u hn1adm /usr/sap/hostctrl/exe/sapcontrol -nr 03 -function StopSystem
668-
sudo -u hn1adm /usr/sap/hostctrl/exe/sapcontrol -nr 03 -function StartSystem
667+
sudo -u hn1adm /usr/sap/hostctrl/exe/sapcontrol -nr 03 -function StopSystem
668+
sudo -u hn1adm /usr/sap/hostctrl/exe/sapcontrol -nr 03 -function StartSystem
669669
```
670670
671671
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
682682
7. **[AH]** Change permissions on the data and log directories to avoid HANA installation error.
683683
684684
```bash
685-
sudo chmod o+w -R /hana/data /hana/log
685+
sudo chmod o+w -R /hana/data /hana/log
686686
```
687687
688688
8. **[1]** Install the secondary HANA nodes. The example instructions in this step are for SITE 1.
689689
690690
a. Start the resident **hdblcm** program as `root`.
691691
692692
```bash
693-
cd /hana/shared/HN1/hdblcm
694-
./hdblcm
693+
cd /hana/shared/HN1/hdblcm
694+
./hdblcm
695695
```
696696
697697
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
755755
756756
Check the replication status and wait until all databases are in sync.
757757
758-
```bash
758+
```bash
759759
sudo su - hn1adm -c "python /usr/sap/HN1/HDB03/exe/python_support/systemReplicationStatus.py"
760760
761761
# | 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
775775
# mode: PRIMARY
776776
# site id: 1
777777
# site name: HANA_S1
778-
```
778+
```
779779
780780
4. **[1,2]** Change the HANA configuration so that communication for HANA system replication is directed through the HANA system replication virtual network interfaces.
781781
@@ -998,6 +998,11 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
998998
999999
## Create SAP HANA cluster resources
10001000
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+
10011006
1. **[1]** Create the HANA Topology resource. Make sure the cluster is in maintenance mode.
10021007
10031008
### [SAPHanaSR-angi](#tab/saphanasr-angi)
@@ -1297,11 +1302,6 @@ With susChkSrv implemented, an immediate and configurable action is executed. Th
12971302
12981303
---
12991304
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".
1304-
13051305
## Test SAP HANA failover
13061306
13071307
> [!NOTE]

0 commit comments

Comments
 (0)