Skip to content

Commit 711c539

Browse files
committed
Update in document
1 parent 83d32db commit 711c539

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: tutorial
1010
ms.workload: infrastructure-services
11-
ms.date: 12/06/2022
11+
ms.date: 04/10/2023
1212
ms.author: radeltch
1313
---
1414

@@ -23,6 +23,7 @@ ms.author: radeltch
2323

2424
[2002167]:https://launchpad.support.sap.com/#/notes/2002167
2525
[2772999]:https://launchpad.support.sap.com/#/notes/2772999
26+
[3108316]:https://launchpad.support.sap.com/#/notes/3108316
2627
[2009879]:https://launchpad.support.sap.com/#/notes/2009879
2728
[1928533]:https://launchpad.support.sap.com/#/notes/1928533
2829
[2015553]:https://launchpad.support.sap.com/#/notes/2015553
@@ -375,17 +376,17 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
375376

376377
8. **[A]** RHEL configuration
377378

378-
Configure RHEL as described in SAP Note [2002167] for RHEL 7.x or SAP Note [2772999] for RHEL 8.x
379+
Configure RHEL as described in SAP Note [2002167] for RHEL 7.x, SAP Note [2772999] for RHEL 8.x or SAP note [3108316] for RHEL 9.x.
379380

380381
### Installing SAP NetWeaver ASCS/ERS
381382

382383
1. **[1]** Configure cluster default properties
383384

384385
```bash
385-
# If using RHEL 7.X
386+
# If using RHEL 7.x
386387
pcs resource defaults resource-stickiness=1
387388
pcs resource defaults migration-threshold=3
388-
# If using RHEL 8.X
389+
# If using RHEL 8.x or later
389390
pcs resource defaults update resource-stickiness=1
390391
pcs resource defaults update migration-threshold=3
391392
```

articles/sap/workloads/high-availability-guide-rhel-pacemaker.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
1616
ms.custom: subject-rbac-steps
17-
ms.date: 04/03/2022
17+
ms.date: 04/10/2022
1818
ms.author: radeltch
1919

2020
---
@@ -109,7 +109,8 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
109109

110110
1. **[A]** Install RHEL HA Add-On
111111

112-
```sudo yum install -y pcs pacemaker fence-agents-azure-arm nmap-ncat
112+
```bash
113+
sudo yum install -y pcs pacemaker fence-agents-azure-arm nmap-ncat
113114
```
114115

115116
> [!IMPORTANT]
@@ -144,7 +145,7 @@ The following items are prefixed with either **[A]** - applicable to all nodes,
144145
145146
1. If deploying on RHEL 9, install also the resource agents for cloud deployment:
146147

147-
```
148+
```bash
148149
sudo yum install -y resource-agents-cloud
149150
```
150151

0 commit comments

Comments
 (0)