Skip to content

Commit ff7d5e8

Browse files
committed
changes based on the feedback
1 parent ef8c2ed commit ff7d5e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-with-dialog-instance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The example shown in this article to describe deployment uses following system i
6666

6767
> [!NOTE]
6868
>
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.
7070
7171
![Architecture of dialog instance installation with SAP ASCS/SCS cluster](media/high-availability-guide-rhel/high-availability-rhel-dialog-instance-architecture.png)
7272

@@ -78,7 +78,7 @@ The example shown in this article to describe deployment uses following system i
7878
* 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.
7979
* The dialog instances (PAS and AAS) running with SAP ASCS/SCS cluster setup must be installed using virtual hostname.
8080
* 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.
8282
> [!NOTE]
8383
>
8484
> 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,
364364
365365
5. Update the `/usr/sap/sapservices` file
366366
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.
368368
369369
```bash
370370
sudo vi /usr/sap/sapservices
@@ -547,7 +547,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
547547

548548
5. Update the `/usr/sap/sapservices` file
549549

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.
551551

552552
```bash
553553
sudo vi /usr/sap/sapservices
Loading

0 commit comments

Comments
 (0)