Skip to content

Commit 19f8726

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

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ This article describes how to install and configure Primary Application Server (
3535
* SAP Note [2191498](https://launchpad.support.sap.com/#/notes/2191498) has the required SAP Host Agent version for Linux in Azure.
3636
* SAP Note [2243692](https://launchpad.support.sap.com/#/notes/224362) has information about SAP licensing on Linux in Azure.
3737
* SAP Note [1999351](https://launchpad.support.sap.com/#/notes/1999351) has additional troubleshooting information for the Azure Enhanced Monitoring Extension for SAP.
38-
* [SAP Community WIKI](https://wiki.scn.sap.com/wiki/display/HOME/SAPonLinuxNotes) has all required SAP Notes for Linux.
39-
* [Azure Virtual Machines planning and implementation for SAP on Linux][planning-guide]
40-
* [Azure Virtual Machines deployment for SAP on Linux][deployment-guide]
41-
* [Azure Virtual Machines DBMS deployment for SAP on Linux][dbms-guide]
38+
* [SAP Community Wiki](https://wiki.scn.sap.com/wiki/display/HOME/SAPonLinuxNotes) has all required SAP Notes for Linux.
39+
* [Azure Virtual Machines planning and implementation for SAP on Linux](planning-guide.md)
40+
* [Azure Virtual Machines deployment for SAP on Linux](deployment-guide.md)
41+
* [Azure Virtual Machines DBMS deployment for SAP on Linux](dbms-guide)
4242
* [SAP Netweaver in pacemaker cluster](https://access.redhat.com/articles/3150081)
4343
* General RHEL documentation
4444
* [High Availability Add-On Overview](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/high_availability_add-on_overview/index)
@@ -73,9 +73,9 @@ The example shown in this article to describe deployment uses following system i
7373
### Important consideration for the cost optimization solution
7474

7575
* Only two dialog instances, PAS and one AAS can be deployed with SAP ASCS/SCS cluster setup.
76-
* If you want to scale out your SAP system with additional application servers (like **sapa03** and **sapa04**), you can install it in a separate VM. With PAS and AAS being installed on virtual hostname, you can either install additional application server using physical or virtual hostname in separate VMs. To learn more on how to assign virtual hostname to a VM, refer to the blog [Use SAP Virtual Host Names with Linux in Azure](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/use-sap-virtual-host-names-with-linux-in-azure/ba-p/3251593).
76+
* If you want to scale out your SAP system with additional application servers (like **sapa03** and **sapa04**), you can install them in separate VMs. With PAS and AAS being installed on virtual hostnames, you can either install additional application server using physical or virtual hostname in separate VMs. To learn more on how to assign virtual hostname to a VM, refer to the blog [Use SAP Virtual Host Names with Linux in Azure](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/use-sap-virtual-host-names-with-linux-in-azure/ba-p/3251593).
7777
* With PAS and AAS deployment with SAP ASCS/SCS cluster setup, the instance number of ASCS, ERS, PAS and AAS must be different.
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.
78+
* Consider sizing your VM SKUs appropriately based on the sizing guidelines. You have to factor in 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.
8181
* 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.
@@ -127,7 +127,7 @@ This document assumes that you’ve already configured SAP ASCS/SCS cluster setu
127127
5. Make sure to **enable Floating IP**
128128
6. Click OK
129129
2. Load balancing rule for AAS
130-
* Repeat the steps above under “5.1” to create load balancing rule for AAS (for example, **lb.NW1.AAS**).
130+
1. Repeat the steps above under “5.1” to create load balancing rule for AAS (for example, **lb.NW1.AAS**).
131131

132132
> [!IMPORTANT]
133133
>
@@ -166,7 +166,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
166166
10.90.90.31 sapaas
167167
```
168168

169-
2. **[1]** Create the SAP directories on the NFS share. Mount temporarily the NFS share **sapnw1** one of the VMs and create the SAP directories that will be used as nested mount points.
169+
2. **[1]** Create the SAP directories on the NFS share. Mount temporarily the NFS share **sapnw1** on one of the VMs and create the SAP directories that will be used as nested mount points.
170170

171171
1. If using, NFS on Azure files
172172

articles/virtual-machines/workloads/sap/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@
208208
href: sap-ascs-ha-multi-sid-wsfc-file-share.md
209209
- name: Windows DFS-N - flexible SAPMNT for SMB based file share
210210
href: high-availability-guide-windows-dfs.md
211+
- name: Cost Optimized
212+
items:
213+
- name: Install PAS and AAS with SAP NetWeaver HA cluster - RHEL
214+
href: high-availability-guide-rhel-with-dialog-instance.md
211215
- name: Automation framework (Azure VMs)
212216
items:
213217
- name: About deployment automation framework

0 commit comments

Comments
 (0)