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-rhel-with-dialog-instance.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The example shown in this article to describe deployment uses following system i
66
66
67
67
> [!NOTE]
68
68
>
69
-
> Install additional application servers in separate VMs, if you want to scale out the instances.
69
+
> Install additional SAP application instances on separate VMs, if you want to scale out.
70
70
71
71

72
72
@@ -78,7 +78,7 @@ The example shown in this article to describe deployment uses following system i
78
78
* Consider sizing your VM SKUs appropriately based on the sizing guidelines. You have to factor the cluster behavior where multiple SAP instances (ASCS, ERS, PAS and AAS) may run on a single VM when other VM in the cluster is unavailable.
79
79
* The dialog instances (PAS and AAS) running with SAP ASCS/SCS cluster setup must be installed using virtual hostname.
80
80
* You must use the same storage solution of SAP ASCS/SCS cluster setup to deploy PAS and AAS instances as well. For example, if you have configured SAP ASCS/SCS cluster using NFS on Azure files, same storage solution must be used to deploy PAS and AAS.
81
-
* Instance directory `/usr/sap/<SID>/D<nr>` of PAS and AAS must be mounted on shared file system (NFS) and will be managed as resource by the cluster.
81
+
* Instance directory `/usr/sap/<SID>/D<nr>` of PAS and AAS must be mounted on NFS file system and will be managed as resource by the cluster.
82
82
> [!NOTE]
83
83
>
84
84
> For SAP J2EE systems, it's not supported to place `/usr/sap/<SID>/J<nr>` on NFS on Azure Files.
@@ -364,7 +364,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
364
364
365
365
5. Update the `/usr/sap/sapservices` file
366
366
367
-
To prevent the start of the instances by the sapinit startup script, all instances managed by pacemaker must be commented out from `/usr/sap/sapservices` file. Don't comment out the SAP HANA instance if it will be used with HANA SR.
367
+
To prevent the start of the instances by the sapinit startup script, all instances managed by pacemaker must be commented out from `/usr/sap/sapservices` file.
368
368
369
369
```bash
370
370
sudo vi /usr/sap/sapservices
@@ -547,7 +547,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
547
547
548
548
5. Update the `/usr/sap/sapservices` file
549
549
550
-
To prevent the start of the instances by the sapinit startup script, all instances managed by pacemaker must be commented out from `/usr/sap/sapservices` file. Don't comment out the SAP HANA instance if it will be used with HANA SR.
550
+
To prevent the start of the instances by the sapinit startup script, all instances managed by pacemaker must be commented out from `/usr/sap/sapservices` file.
0 commit comments