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/virtual-machines/workloads/sap/high-availability-guide-suse-nfs-simple-mount.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ms.author: radeltch
18
18
19
19
---
20
20
21
-
# Install high-availability SAP NetWeaver with simple mount and NFS on virtual machines
21
+
# High-availability SAP NetWeaver with simple mount and NFS on SLES for SAP Applications VMs
22
22
23
23
[dbms-guide]:dbms_guide_general.md
24
24
[deployment-guide]:deployment-guide.md
@@ -101,6 +101,9 @@ The example configurations and installation commands use the following instance
101
101
| Additional Application Server (AAS) | 03 |
102
102
| SAP system identifier | NW1 |
103
103
104
+
> [!IMPORTANT]
105
+
> The configuration with simple mount structure is supported only on SLES for SAP Applications 15 and later releases.
106
+
104
107
:::image type="complex" source="./media/high-availability-guide-suse/high-availability-guide-suse-nfs-simple-mount.png" alt-text="Diagram that shows SAP NetWeaver high availability with simple mount and NFS.":::
105
108
This diagram shows a typical SAP NetWeaver HA architecture with a simple mount. The "sapmnt" and "saptrans" file systems are deployed on Azure native NFS: NFS shares on Azure Files or NFS volumes on Azure NetApp Files. A Pacemaker cluster protects the SAP central services. The clustered VMs are behind an Azure load balancer. The Pacemaker cluster doesn't manage the file systems, in contrast to the classic Pacemaker configuration.
106
109
:::image-end:::
@@ -111,7 +114,8 @@ This article assumes that you've already deployed an [Azure virtual network](../
111
114
112
115
1. Deploy your VMs. You can deploy VMs in availability sets or in availability zones, if the Azure region supports these options.
113
116
114
-
If you need additional IP addresses for your VMs, deploy and attach a second network interface controller (NIC). Don't add secondary IP addresses to the primary NIC. [Azure Load Balancer Floating IP doesn't support this scenario](../../../load-balancer/load-balancer-multivip-overview.md#limitations).
117
+
> [!IMPORTANT]
118
+
> If you need additional IP addresses for your VMs, deploy and attach a second network interface controller (NIC). Don't add secondary IP addresses to the primary NIC. [Azure Load Balancer Floating IP doesn't support this scenario](../../../load-balancer/load-balancer-multivip-overview.md#limitations).
115
119
116
120
2. For your virtual IPs, deploy and configure an [Azure load balancer](../../../load-balancer/load-balancer-overview.md). We recommend that you use a [Standard load balancer](../../../load-balancer/quickstart-load-balancer-standard-public-portal.md).
117
121
1. Create front-end IP address 0.27.0.9 for the ASCS instance:
@@ -266,9 +270,9 @@ When you plan your deployment with NFS on Azure Files, consider the following im
266
270
267
271
Keep in mind that the Azure NetApp Files resources and the Azure VMs must be in the same Azure virtual network or in peered Azure virtual networks. This example uses two Azure NetApp Files volumes: `sapNW1` and `trans`. The file paths that are mounted to the corresponding mount points are:
The SAP file systems that don't need to be shared can also be deployed on [Azure disk storage](../../disks-types.md#premium-ssds). For example, `/usr/sap/NW1/D02` and `/usr/sap/NW1/D03` could be deployed as Azure disk storage.
@@ -378,7 +382,7 @@ The following items are prefixed with:
378
382
sudo service waagent restart
379
383
```
380
384
381
-
### Prepare SAP directories for NFS on Azure Files
385
+
### Prepare SAP directories if you're using NFS on Azure Files
382
386
383
387
1. **[1]** Create the SAP directories on the NFS share.
384
388
@@ -422,7 +426,7 @@ The following items are prefixed with:
422
426
mount -a
423
427
```
424
428
425
-
### Prepare SAP directories for NFS on Azure NetApp Files
429
+
### Prepare SAP directories if you're using NFS on Azure NetApp Files
426
430
427
431
The instructions in this section are applicable only if you're using Azure NetApp Files volumes with the NFSv4.1 protocol. Perform the configuration on all VMs where Azure NetApp Files NFSv4.1 volumes will be mounted.
428
432
@@ -630,7 +634,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
630
634
enque/encni/set_so_keepalive = true
631
635
```
632
636
633
-
For Standalone Enqueue Server versions 1 and 2 (ENSA1 and ENSA2), make sure that the `keepalive` OS parameters are set as described in SAP Note [1410736](https://launchpad.support.sap.com/#/notes/1410736).
637
+
For Standalone Enqueue Server 1 and 2 (ENSA1 and ENSA2), make sure that the `keepalive` OS parameters are set as described in SAP Note [1410736](https://launchpad.support.sap.com/#/notes/1410736).
634
638
635
639
Now adapt the ERS instance profile.
636
640
@@ -811,7 +815,7 @@ The instructions in this section are applicable only if you're using Azure NetAp
811
815
812
816
## <a name="2d6008b0-685d-426c-b59e-6cd281fd45d7"></a>Prepare the SAP application server
813
817
814
-
Some databases require you to install the database instance on an application server. Prepare the application server VMs to be able to use the databases in these cases.
818
+
Some databases require you to execute the database installation on an application server. Prepare the application server VMs to be able to execute the database installation.
815
819
816
820
The following common steps assume that you install the application server on a server that's different from the ASCS and HANA servers:
817
821
@@ -966,4 +970,4 @@ Thoroughly test your Pacemaker cluster. [Run the typical failover tests](./high-
966
970
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
967
971
* [Azure Virtual Machines deployment for SAP][deployment-guide]
968
972
* [Azure Virtual Machines DBMS deployment for SAP][dbms-guide]
969
-
* [High Availability of SAP HANA on Azure VMs][sap-hana-ha]
973
+
* [High Availability of SAP HANA on Azure VMs][sap-hana-ha]
0 commit comments