Skip to content

Commit ba48b33

Browse files
author
rdeltcheva
committed
SAP ASCS/ERS HA with NFS on Azure Files (SLES and RHEL)
1 parent 81da5e1 commit ba48b33

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -805,11 +805,9 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
805805

806806
In this example, SAP NetWeaver is installed on SAP HANA. You can use every supported database for this installation. For more information on how to install SAP HANA in Azure, see [High availability of SAP HANA on Azure VMs on Red Hat Enterprise Linux][sap-hana-ha]. For a list of supported databases, see [SAP Note 1928533][1928533].
807807

808-
1. Run the SAP database instance installation
808+
Install the SAP NetWeaver database instance as root using a virtual hostname that maps to the IP address of the load balancer frontend configuration for the database.
809809

810-
Install the SAP NetWeaver database instance as root using a virtual hostname that maps to the IP address of the load balancer frontend configuration for the database.
811-
812-
You can use the sapinst parameter SAPINST_REMOTE_ACCESS_USER to allow a non-root user to connect to sapinst.
810+
You can use the sapinst parameter SAPINST_REMOTE_ACCESS_USER to allow a non-root user to connect to sapinst.
813811

814812
```bash
815813
# Allow access to SWPM. This rule is not permanent. If you reboot the machine, you have to run the command again.

articles/virtual-machines/workloads/sap/high-availability-guide-suse-nfs-azure-files.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -783,11 +783,8 @@ The following items are prefixed with either **[A]** - applicable to both PAS an
783783

784784
In this example, SAP NetWeaver is installed on SAP HANA. You can use every supported database for this installation. For more information on how to install SAP HANA in Azure, see [High Availability of SAP HANA on Azure Virtual Machines (VMs)][sap-hana-ha]. For a list of supported databases, see [SAP Note 1928533][1928533].
785785

786-
* Run the SAP database instance installation
787-
788-
Install the SAP NetWeaver database instance as root using a virtual hostname that maps to the IP address of the load balancer frontend configuration for the database.
789-
790-
You can use the sapinst parameter SAPINST_REMOTE_ACCESS_USER to allow a non-root user to connect to sapinst.
786+
Install the SAP NetWeaver database instance as root using a virtual hostname that maps to the IP address of the load balancer frontend configuration for the database.
787+
You can use the sapinst parameter SAPINST_REMOTE_ACCESS_USER to allow a non-root user to connect to sapinst.
791788

792789
```bash
793790
sudo <swpm>/sapinst SAPINST_REMOTE_ACCESS_USER=sapadmin
@@ -829,12 +826,12 @@ Follow these steps to install an SAP application server.
829826
DATABASE: NW1
830827
```
831828

832-
In this example, the IP address of the default entry points to the VM, not the load balancer. Change the entry to point to the virtual hostname of the load balancer. Make sure to use the same port and database name. For example, `30313` and `NW1` in the sample output.
829+
In this example, the IP address of the default entry points to the VM, not the load balancer. Change the entry to point to the virtual hostname of the load balancer. Make sure to use the same port and database name. For example, `30313` and `NW1` in the sample output.
833830

834-
```bash
835-
su - nw1adm
836-
hdbuserstore SET DEFAULT nw1db:30313@NW1 SAPABAP1 <password of ABAP schema>
837-
```
831+
```bash
832+
su - nw1adm
833+
hdbuserstore SET DEFAULT nw1db:30313@NW1 SAPABAP1 <password of ABAP schema>
834+
```
838835

839836
## Test cluster setup
840837

0 commit comments

Comments
 (0)