Skip to content

Commit f6d0c7b

Browse files
committed
Minor changes and add reference link to cost optimization scenario
1 parent d24edc2 commit f6d0c7b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-netapp-files.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
599599
600600
1. **[A]** Update the /usr/sap/sapservices file
601601
602-
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. Do not comment out the SAP HANA instance if it will be used with HANA SR.
602+
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.
603603
604604
```
605605
sudo vi /usr/sap/sapservices
@@ -611,7 +611,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
611611
# LD_LIBRARY_PATH=/usr/sap/QAS/ERS01/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/QAS/ERS01/exe/sapstartsrv pf=/usr/sap/QAS/ERS01/profile/QAS_ERS01_anftstsapers -D -u qasadm
612612
```
613613
614-
1. **[1]** Create the SAP cluster resources
614+
2. **[1]** Create the SAP cluster resources
615615
616616
If using enqueue server 1 architecture (ENSA1), define the resources as follows:
617617
@@ -739,7 +739,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
739739
# rsc_sap_QAS_ERS01 (ocf::heartbeat:SAPInstance): Started anftstsapcl1
740740
```
741741

742-
1. **[A]** Add firewall rules for ASCS and ERS on both nodes
742+
3. **[A]** Add firewall rules for ASCS and ERS on both nodes
743743
Add the firewall rules for ASCS and ERS on both nodes.
744744
```
745745
# Probe Port of ASCS
@@ -1284,6 +1284,7 @@ Follow these steps to install an SAP application server.
12841284

12851285
## Next steps
12861286

1287+
* To deploy cost optimization scenario where PAS and AAS instance is deployed with SAP NetWeaver HA cluster on RHEL, see [Install SAP Dialog Instance with SAP ASCS/SCS high availability VMs on RHEL](high-availability-guide-rhel-with-dialog-instance.md)
12871288
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
12881289
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
12891290
* [Azure Virtual Machines deployment for SAP][deployment-guide]

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-nfs-azure-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
585585

586586
1. **[A]** Update the /usr/sap/sapservices file
587587

588-
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. Do not comment out the SAP HANA instance if it will be used with HANA SR.
588+
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.
589589

590590
```bash
591591
sudo vi /usr/sap/sapservices
@@ -868,6 +868,7 @@ Thoroughly test your Pacemaker cluster. [Execute the typical failover tests](./h
868868

869869
## Next steps
870870

871+
* To deploy cost optimization scenario where PAS and AAS instance is deployed with SAP NetWeaver HA cluster on RHEL, see [Install SAP Dialog Instance with SAP ASCS/SCS high availability VMs on RHEL](high-availability-guide-rhel-with-dialog-instance.md)
871872
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
872873
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
873874
* [Azure Virtual Machines deployment for SAP][deployment-guide]

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
481481

482482
1. **[A]** Update the /usr/sap/sapservices file
483483

484-
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. Do not comment out the SAP HANA instance if it will be used with HANA SR.
484+
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.
485485

486486
<pre><code>
487487
sudo vi /usr/sap/sapservices
@@ -493,7 +493,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
493493
# LD_LIBRARY_PATH=/usr/sap/<b>NW1</b>/ERS<b>02</b>/exe:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; /usr/sap/<b>NW1</b>/ERS<b>02</b>/exe/sapstartsrv pf=/usr/sap/<b>NW1</b>/ERS<b>02</b>/profile/<b>NW1</b>_ERS<b>02</b>_<b>nw1-aers</b> -D -u <b>nw1</b>adm
494494
</code></pre>
495495

496-
1. **[1]** Create the SAP cluster resources
496+
2. **[1]** Create the SAP cluster resources
497497

498498
If using enqueue server 1 architecture (ENSA1), define the resources as follows:
499499

@@ -1036,6 +1036,7 @@ Follow these steps to install an SAP application server.
10361036

10371037
## Next steps
10381038

1039+
* To deploy cost optimization scenario where PAS and AAS instance is deployed with SAP NetWeaver HA cluster on RHEL, see [Install SAP Dialog Instance with SAP ASCS/SCS high availability VMs on RHEL](high-availability-guide-rhel-with-dialog-instance.md)
10391040
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
10401041
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
10411042
* [Azure Virtual Machines deployment for SAP][deployment-guide]

0 commit comments

Comments
 (0)