Skip to content

Commit 2190fe7

Browse files
Merge pull request #209065 from dennispadia/depadia-rheldoc
Minor changes and add reference link to cost optimization scenario
2 parents 51f9df4 + c067273 commit 2190fe7

File tree

3 files changed

+12
-25
lines changed

3 files changed

+12
-25
lines changed

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
---
22
title: Azure VMs high availability for SAP NW on RHEL with Azure NetApp Files| Microsoft Docs
33
description: Establish high availability for SAP NW on Azure virtual machines (VMs) RHEL with Azure NetApp Files.
4-
services: virtual-machines-windows,virtual-network,storage
5-
documentationcenter: saponazure
64
author: rdeltcheva
75
manager: juergent
8-
editor: ''
96
tags: azure-resource-manager
10-
keywords: ''
117
ms.service: virtual-machines-sap
128
ms.topic: article
13-
ms.tgt_pltfrm: vm-windows
149
ms.workload: infrastructure-services
15-
ms.date: 06/08/2022
10+
ms.date: 08/24/2022
1611
ms.author: radeltch
17-
1812
---
1913

2014
# Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux with Azure NetApp Files for SAP applications
@@ -599,7 +593,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
599593
600594
1. **[A]** Update the /usr/sap/sapservices file
601595
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.
596+
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.
603597
604598
```
605599
sudo vi /usr/sap/sapservices
@@ -611,7 +605,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
611605
# 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
612606
```
613607
614-
1. **[1]** Create the SAP cluster resources
608+
2. **[1]** Create the SAP cluster resources
615609
616610
If using enqueue server 1 architecture (ENSA1), define the resources as follows:
617611
@@ -739,7 +733,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
739733
# rsc_sap_QAS_ERS01 (ocf::heartbeat:SAPInstance): Started anftstsapcl1
740734
```
741735

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

12851279
## Next steps
12861280

1281+
* 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)
12871282
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
12881283
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
12891284
* [Azure Virtual Machines deployment for SAP][deployment-guide]

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
---
22
title: Azure VMs high availability for SAP NW on RHEL with NFS on Azure Files| Microsoft Docs
33
description: Establish high availability for SAP NW on Azure virtual machines (VMs) RHEL with NFS on Azure Files.
4-
services: virtual-machines-windows,virtual-network,storage
5-
documentationcenter: saponazure
64
author: rdeltcheva
75
manager: juergent
86
tags: azure-resource-manager
97
ms.service: virtual-machines-sap
108
ms.topic: tutorial
11-
ms.tgt_pltfrm: vm-windows
129
ms.workload: infrastructure-services
13-
ms.date: 03/28/2022
10+
ms.date: 08/24/2022
1411
ms.author: radeltch
15-
1612
---
1713

1814
# High availability for SAP NetWeaver on Azure VMs on Red Hat Enterprise Linux with NFS on Azure Files
@@ -585,7 +581,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
585581

586582
1. **[A]** Update the /usr/sap/sapservices file
587583

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.
584+
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.
589585

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

869865
## Next steps
870866

867+
* 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)
871868
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
872869
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
873870
* [Azure Virtual Machines deployment for SAP][deployment-guide]

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

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11
---
22
title: Azure VMs high availability for SAP NW on RHEL | Microsoft Docs
33
description: Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux
4-
services: virtual-machines-windows,virtual-network,storage
5-
documentationcenter: saponazure
64
author: rdeltcheva
75
manager: juergent
8-
editor: ''
96
tags: azure-resource-manager
10-
keywords: ''
117
ms.service: virtual-machines-sap
128
ms.topic: article
13-
ms.tgt_pltfrm: vm-windows
149
ms.workload: infrastructure-services
15-
ms.date: 03/28/2022
10+
ms.date: 08/24/2022
1611
ms.author: radeltch
17-
1812
---
1913

2014
# Azure Virtual Machines high availability for SAP NetWeaver on Red Hat Enterprise Linux
@@ -481,7 +475,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
481475

482476
1. **[A]** Update the /usr/sap/sapservices file
483477

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.
478+
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.
485479

486480
<pre><code>
487481
sudo vi /usr/sap/sapservices
@@ -493,7 +487,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
493487
# 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
494488
</code></pre>
495489

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

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

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

10371031
## Next steps
10381032

1033+
* 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)
10391034
* [HA for SAP NW on Azure VMs on RHEL for SAP applications multi-SID guide](./high-availability-guide-rhel-multi-sid.md)
10401035
* [Azure Virtual Machines planning and implementation for SAP][planning-guide]
10411036
* [Azure Virtual Machines deployment for SAP][deployment-guide]

0 commit comments

Comments
 (0)