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
@@ -346,50 +346,12 @@ For more information about the required ports for SAP HANA, read the chapter [Co
346
346
347
347
Configure the OS as described in the following SAP Notes based on your RHEL version:
348
348
349
-
- [2292690 - SAP HANA DB: Recommended OS settings for RHEL 7](https://launchpad.support.sap.com/#/notes/2292690)
350
-
- [2777782 - SAP HANA DB: Recommended OS Settings for RHEL 8](https://launchpad.support.sap.com/#/notes/2777782)
351
-
- [2455582 - Linux: Running SAP applications compiled with GCC 6.x](https://launchpad.support.sap.com/#/notes/2455582)
352
-
- [2593824 - Linux: Running SAP applications compiled with GCC 7.x](https://launchpad.support.sap.com/#/notes/2593824)
353
-
- [2886607 - Linux: Running SAP applications compiled with GCC 9.x](https://launchpad.support.sap.com/#/notes/2886607)
354
-
355
-
1. **[A]** Install the SAP HANA.
356
-
357
-
Starting with HANA 2.0 SPS 01, MDC is the default option. When you install the HANA system, SYSTEMDB and a tenant with the same SID are created together. In some cases, you don't want the default tenant. If you don't want to create an initial tenant along with the installation, you can follow SAP Note [2629711](https://launchpad.support.sap.com/#/notes/2629711).
358
-
359
-
Run the **hdblcm** program from the HANA DVD. Enter the following values at the prompt:
360
-
1. Choose installation: Enter **1** (for install).
361
-
1. Select more components for installation: Enter **1**.
362
-
1. Enter **Installation Path** [/hana/shared]: Select Enter to accept the default.
363
-
1. Enter **Local Host Name** [..]: Select Enter to accept the default.
364
-
**Do you want to add additional hosts to the system? (y/n)** [n]: **n**.
365
-
1. Enter **SAP HANA System ID**: Enter **HN1**.
366
-
1. Enter **Instance Number** [00]: Enter **03**.
367
-
1. Select **Database Mode / Enter Index** [1]: Select Enter to accept the default.
368
-
1. Select **System Usage / Enter Index** [4]: Enter **4** (for custom).
369
-
1. Enter **Location of Data Volumes** [/hana/data]: Select Enter to accept the default.
370
-
1. Enter **Location of Log Volumes** [/hana/log]: Select Enter to accept the default.
371
-
1. **Restrict maximum memory allocation?** [n]: Select Enter to accept the default.
372
-
1. Enter **Certificate Host Name For Host '...'** [...]: Select Enter to accept the default.
373
-
1. Enter **SAP Host Agent User (sapadm) Password**: Enter the host agent user password.
374
-
1. Confirm **SAP Host Agent User (sapadm) Password**: Enter the host agent user password again to confirm.
375
-
1. Enter **System Administrator (hn1adm) Password**: Enter the system administrator password.
376
-
1. Confirm **System Administrator (hn1adm) Password**: Enter the system administrator password again to confirm.
377
-
1. Enter **System Administrator Home Directory** [/usr/sap/HN1/home]: Select Enter to accept the default.
378
-
1. Enter **System Administrator Login Shell** [/bin/sh]: Select Enter to accept the default.
379
-
1. Enter **System Administrator User ID** [1001]: Select Enter to accept the default.
380
-
1. Enter **ID of User Group (sapsys)** [79]: Select Enter to accept the default.
381
-
1. Enter **Database User (SYSTEM) Password**: Enter the database user password.
382
-
1. Confirm **Database User (SYSTEM) Password**: Enter the database user password again to confirm.
383
-
1. **Restart system after machine reboot?** [n]: Select Enter to accept the default.
384
-
1. **Do you want to continue? (y/n)**: Validate the summary. Enter **y** to continue.
385
-
386
-
1. **[A]** Upgrade the SAP Host Agent.
387
-
388
-
Download the latest SAP Host Agent archive from the [SAP Software Center](https://launchpad.support.sap.com/#/softwarecenter) and run the following command to upgrade the agent. Replace the path to the archive to point to the file that you downloaded:
349
+
- [2292690 - SAP HANA DB: Recommended OS settings for RHEL 7](https://me.sap.com/notes/2292690)
350
+
- [2777782 - SAP HANA DB: Recommended OS Settings for RHEL 8](https://me.sap.com/notes/2777782)
351
+
- [3108302 - SAP HANA DB: Recommended OS Settings for RHEL 9](https://me.sap.com/notes/3108302)
352
+
- [3057467 - Which compat-sap-c++ package do I need for SAP on RHEL?](https://me.sap.com/notes/3057467)
389
353
390
-
```bash
391
-
sudo /usr/sap/hostctrl/exe/saphostexec -upgrade -archive <path to SAP Host Agent SAR>
392
-
```
354
+
1. **[A]** Install SAP HANA, following [SAP's documentation](https://help.sap.com/docs/SAP_HANA_PLATFORM/2c1988d620e04368aa4103bf26f17727/2d4de94c8bf14cda8d37278647fff8ab.html).
@@ -204,18 +206,18 @@ The steps in this section use the following prefixes:
204
206
205
207
You can either use a DNS server or modify the `/etc/hosts` file on all nodes by creating entries for all nodes like this in `/etc/hosts`:
206
208
209
+
```bash
207
210
10.0.0.5 hn1-db-0
208
211
10.0.0.6 hn1-db-1
212
+
```
209
213
210
214
1.**[A]** Perform RHEL for HANA configuration.
211
215
212
216
Configure RHEL as described in the following notes:
213
-
*[2447641 - Additional packages required for installing SAP HANA SPS 12 on RHEL 7.X](https://access.redhat.com/solutions/2447641)
214
-
*[2292690 - SAP HANA DB: Recommended OS settings for RHEL 7](https://launchpad.support.sap.com/#/notes/2292690)
215
-
*[2777782 - SAP HANA DB: Recommended OS Settings for RHEL 8](https://launchpad.support.sap.com/#/notes/2777782)
216
-
*[2455582 - Linux: Running SAP applications compiled with GCC 6.x](https://launchpad.support.sap.com/#/notes/2455582)
217
-
*[2593824 - Linux: Running SAP applications compiled with GCC 7.x](https://launchpad.support.sap.com/#/notes/2593824)
218
-
*[2886607 - Linux: Running SAP applications compiled with GCC 9.x](https://launchpad.support.sap.com/#/notes/2886607)
217
+
*[2292690 - SAP HANA DB: Recommended OS settings for RHEL 7](https://me.sap.com/notes/2292690)
218
+
*[2777782 - SAP HANA DB: Recommended OS Settings for RHEL 8](https://me.sap.com/notes/2777782)
219
+
*[3108302 - SAP HANA DB: Recommended OS Settings for RHEL 9](https://me.sap.com/notes/3108302)
220
+
*[3057467 - Which compat-sap-c++ package do I need for SAP on RHEL?](https://me.sap.com/notes/3057467)
219
221
220
222
1.**[A]** Install SAP HANA, following [SAP's documentation](https://help.sap.com/docs/SAP_HANA_PLATFORM/2c1988d620e04368aa4103bf26f17727/2d4de94c8bf14cda8d37278647fff8ab.html).
221
223
@@ -241,9 +243,8 @@ The steps in this section use the following prefixes:
241
243
Create firewall rules to allow HANA System Replication and client traffic. The required ports are listed on [TCP/IP Ports of All SAP Products](https://help.sap.com/viewer/ports). The following commands are just an example to allow HANA 2.0 System Replication and client traffic to database SYSTEMDB, HN1, and NW1.
@@ -264,6 +265,9 @@ The steps in this section use the following prefixes:
264
265
hdbsql -d NW1 -u SYSTEM -p "<passwd>" -i 03 "BACKUP DATA USING FILE ('initialbackupNW1')"
265
266
```
266
267
268
+
> [!NOTE]
269
+
> When using Local Secure Store (LSS), SAP HANA backups are self-contained and require you to set a backup password for the encryption root keys. Refer to SAP Note [3571561](https://me.sap.com/notes/0003571561) for detailed instructions. The password must be set for SYSTEMDB and individual tenant database.
270
+
267
271
Copy the system PKI files to the secondary site:
268
272
269
273
```bash
@@ -338,7 +342,7 @@ This important step optimizes the integration with the cluster and improves the
338
342
# Enable repository that contains SAP HANA resource agents
@@ -425,13 +429,13 @@ For more information on the implementation of the SAP HANA hooks, see [Enabling
425
429
426
430
Create the HANA topology. Run the following commands on one of the Pacemaker cluster nodes. Throughout these instructions, be sure to substitute your instance number, HANA system ID, IP addresses, and system names, where appropriate.
@@ -186,7 +186,6 @@ The full set of PowerShell code display the setup of the load balancer, which in
186
186
187
187
---
188
188
189
-
190
189
> [!NOTE]
191
190
> When you're using the standard load balancer, you should be aware of the following limitation. When you place VMs without public IP addresses in the back-end pool of an internal load balancer, there's no outbound internet connectivity. To allow routing to public end points, you need to perform additional configuration. For more information, see [Public endpoint connectivity for Virtual Machines using Azure Standard Load Balancer in SAP high-availability scenarios](./high-availability-guide-standard-load-balancer-outbound-connections.md).
192
191
@@ -685,6 +684,9 @@ The following steps get you set up for system replication:
685
684
hdbsql -d HN1 -u SYSTEM -p "passwd" -i 03 "BACKUP DATA USING FILE ('initialbackupHN1')"
686
685
```
687
686
687
+
> [!NOTE]
688
+
> When using Local Secure Store (LSS), SAP HANA backups are self-contained and require you to set a backup password for the encryption root keys. Refer to SAP Note [3571561](https://me.sap.com/notes/0003571561) for detailed instructions. The password must be set for SYSTEMDB and individual tenant database.
0 commit comments