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/high-availability-guide-rhel-netapp-files.md
+40-41Lines changed: 40 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: juergent
6
6
ms.service: sap-on-azure
7
7
ms.subservice: sap-vm-workloads
8
8
ms.topic: article
9
-
ms.date: 04/29/2025
9
+
ms.date: 02/20/2026
10
10
ms.author: radeltch
11
11
ms.custom:
12
12
- devx-track-azurecli
@@ -52,7 +52,6 @@ Read the following SAP Notes and papers first:
52
52
* Important capacity information for Azure VM sizes.
53
53
* Supported SAP software and operating system (OS) and database combinations.
54
54
* Required SAP kernel version for Windows and Linux on Microsoft Azure.
55
-
56
55
* SAP Note [2015553] lists prerequisites for SAP-supported SAP software deployments in Azure.
57
56
* SAP Note [2002167] has recommended OS settings for Red Hat Enterprise Linux.
58
57
* SAP Note [2009879] has SAP HANA Guidelines for Red Hat Enterprise Linux.
@@ -171,6 +170,8 @@ During VM configuration, you have an option to create or select exiting load bal
171
170
172
171
The instructions in this section are only applicable 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.
173
172
173
+
The following **[A]** prefix applies to both PAS and AAS.
174
+
174
175
1. Verify the NFS domain setting. Make sure that the domain is configured as the default Azure NetApp Files domain, that is, `defaultv4iddomain.com`, and the mapping is set to **nobody**.
175
176
176
177
> [!IMPORTANT]
@@ -187,8 +188,6 @@ The instructions in this section are only applicable if you're using Azure NetAp
187
188
Nobody-Group = nobody
188
189
```
189
190
190
-
The following **[A]** prefix applies to both PAS and AAS.
191
-
192
191
1. **[A]** Verify `nfs4_disable_idmapping`. It should be set to **Y**. To create the directory structure where `nfs4_disable_idmapping` is located, run the mount command. You won't be able to manually create the directory under `/sys/modules` because access is reserved for the kernel and drivers.
193
192
194
193
```bash
@@ -380,8 +379,12 @@ The following items are prefixed with either:
Copy file name to clipboardExpand all lines: articles/sap/workloads/high-availability-guide-rhel-nfs-azure-files.md
+34-32Lines changed: 34 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: juergent
6
6
ms.service: sap-on-azure
7
7
ms.subservice: sap-vm-workloads
8
8
ms.topic: tutorial
9
-
ms.date: 04/29/2025
9
+
ms.date: 02/20/2026
10
10
ms.author: radeltch
11
11
ms.custom:
12
12
- devx-track-azurecli
@@ -179,7 +179,7 @@ Next, deploy the NFS shares in the storage account you created. In this example,
179
179
1. Select **No root Squash**. Otherwise, when you mount the shares on your VMs, you can't see the file owner or group.
180
180
181
181
> [!IMPORTANT]
182
-
> The preceding share size is only an example. Make sure to size your shares appropriately. Size is not only based on the size of the of data stored on the share but also based on the requirements for IOPS and throughput. For more information, see [Azure file share targets](../../storage/files/storage-files-scale-targets.md).
182
+
> The preceding share size is only an example. Make sure to size your shares appropriately. Size is not only based on the size of data stored on the share but also based on the requirements for IOPS and throughput. For more information, see [Azure file share targets](../../storage/files/storage-files-scale-targets.md).
183
183
184
184
The SAP file systems that don't need to be mounted via NFS can also be deployed on [Azure disk storage](/azure/virtual-machines/disks-types#premium-ssds). In this example, you can deploy `/usr/sap/NW1/D02` and `/usr/sap/NW1/D03` on Azure disk storage.
185
185
@@ -236,7 +236,7 @@ The following items are prefixed with:
236
236
# IP address of cluster node 1
237
237
10.90.90.7 sap-cl1
238
238
# IP address of cluster node 2
239
-
10.90.90.8 sap-cl2
239
+
10.90.90.8 sap-cl2
240
240
# IP address of the load balancer frontend configuration for SAP Netweaver ASCS
241
241
10.90.90.10 sapascs
242
242
# IP address of the load balancer frontend configuration for SAP Netweaver ERS
@@ -353,15 +353,14 @@ The following items are prefixed with:
sudo pcs resource group add g-NW1_AERS fs_NW1_AERS vip_NW1_AERS nc_NW1_AERS
424
422
```
425
423
426
424
> [!Note]
@@ -525,7 +523,7 @@ The following items are prefixed with:
525
523
> [!IMPORTANT]
526
524
> With the systemd based SAP Startup Framework, SAP instances can now be managed by systemd. The minimum required Red Hat Enterprise Linux (RHEL) version is RHEL 8 for SAP. As described in SAP Note [3115048](https://me.sap.com/notes/3115048), a fresh installation of a SAP kernel with integrated systemd based SAP Startup Framework support will always result in a systemd controlled SAP instance. After an SAP kernel upgrade of an existing SAP installation to a kernel which has systemd based SAP Startup Framework support, however, some manual steps have to be performed as documented in SAP Note [3115048](https://me.sap.com/notes/3115048) to convert the existing SAP startup environment to one which is systemd controlled.
527
525
>
528
-
> When utilizing Red Hat HA services for SAP (cluster configuration) to manage SAP application server instances such as SAP ASCS and SAP ERS, additional modifications will be necessary to ensure compatibility between the SAPInstance resource agent and the new systemd-based SAP startup framework. So once the SAP application server instances has been installed or switched to a systemd enabled SAP Kernel as per SAP Note [3115048](https://me.sap.com/notes/3115048), the steps mentioned in [Red Hat KBA 6884531](https://access.redhat.com/articles/6884531) must be completed successfully on all cluster nodes.
526
+
> When utilizing Red Hat HA services for SAP (cluster configuration) to manage SAP application server instances such as SAP ASCS and SAP ERS, additional modifications will be necessary to ensure compatibility between the SAPInstance resource agent and the new systemd-based SAP startup framework. So once the SAP application server instances have been installed or switched to a systemd enabled SAP Kernel as per SAP Note [3115048](https://me.sap.com/notes/3115048), the steps mentioned in [Red Hat KBA 6884531](https://access.redhat.com/articles/6884531) must be completed successfully on all cluster nodes.
529
527
530
528
9. **[1]** Create the SAP cluster resources.
531
529
@@ -543,20 +541,24 @@ The following items are prefixed with:
543
541
AUTOMATIC_RECOVER=false \
544
542
meta resource-stickiness=5000 migration-threshold=1 failure-timeout=60 \
545
543
op monitor interval=20 on-fail=restart timeout=60 \
546
-
op start interval=0 timeout=600 op stop interval=0 timeout=600 \
547
-
--group g-NW1_ASCS
544
+
op start interval=0 timeout=600 op stop interval=0 timeout=600
548
545
546
+
sudo pcs resource group add g-NW1_ASCS rsc_sap_NW1_ASCS00
549
547
sudo pcs resource meta g-NW1_ASCS resource-stickiness=3000
0 commit comments