Skip to content

Commit 0585ef5

Browse files
author
Suzi Zuber
committed
Update provider-ha-pacemaker-cluster.md
1 parent 819e37d commit 0585ef5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/sap/monitor/provider-ha-pacemaker-cluster.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: MightySuz
55
ms.service: sap-on-azure
66
ms.subservice: sap-monitor
77
ms.topic: how-to
8-
ms.date: 01/05/2023
8+
ms.date: 08/21/2024
99
ms.author: sujaj
1010
#Customer intent: As a developer, I want to create a high-availability Pacemaker cluster so that I can use the resource with Azure Monitor for SAP solutions.
1111
---
@@ -45,8 +45,8 @@ For SUSE-based Pacemaker clusters, Please follow below steps to install in each
4545
sudo systemctl enable prometheus-ha_cluster_exporter
4646
```
4747

48-
1. Data is then collected in the system by ha_cluster_exporter. You can export the data via URL `http://<ip address of the server>:9664/metrics`.
49-
To check if the metrics are fetched via URL on the server where the ha_cluster_exporter is installed, Run below command on the server.
48+
1. Data is collected in the system through the ha_cluster_exporter. You can export the data via URL `http://<ip address of the server>:9664/metrics`.
49+
To check if the metrics are fetched via URL on the server where the ha_cluster_exporter is installed, Run the following command on the server.
5050

5151
```bash
5252
curl http://localhost:9664/metrics
@@ -74,8 +74,8 @@ For RHEL-based Pacemaker clusters, Please follow below steps to install in each
7474
sudo systemctl enable pmcd
7575
```
7676

77-
1. Install and enable the HA cluster PMDA. Replace `$PCP_PMDAS_DIR` with the path where `hacluster` is installed. Use the `find` command in Linux to find the path of "hacluster" bits. usually hacluster will be in path "/var/lib/pcp/pmdas".
78-
Example : cd /var/lib/pcp/pmdas/hacluster
77+
1. Install and enable the HA cluster PMDA. Replace `$PCP_PMDAS_DIR` with the path where `hacluster` is installed. Use the `find` command in Linux to find the path of "hacluster" bits. Usually hacluster is in path "/var/lib/pcp/pmdas".
78+
Example: cd /var/lib/pcp/pmdas/hacluster
7979

8080
```bash
8181
cd $PCP_PMDAS_DIR/hacluster
@@ -95,8 +95,8 @@ Example : cd /var/lib/pcp/pmdas/hacluster
9595
sudo systemctl enable pmproxy
9696
```
9797

98-
1. Data is then collected in the system by PCP. You can export the data by using `pmproxy` via URL `http://<ipaddress of the serrver>:44322/metrics?names=ha_cluster`.
99-
To check if the metrics are fetched via URL on the server where the hacluster is installed, Run below command on the server.
98+
1. Data gets collected in the system by PCP. You can export the data by using `pmproxy` via URL `http://<ipaddress of the serrver>:44322/metrics?names=ha_cluster`.
99+
To check if the metrics are fetched via URL on the server where the hacluster is installed, Run the following command on the server.
100100

101101
```bash
102102
curl http://localhost:44322/metrics?names=ha_cluster
@@ -111,7 +111,7 @@ To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md), follow
111111
1. Sign in to the [Azure portal](https://portal.azure.com).
112112
1. Go to the Azure Monitor for SAP solutions service.
113113
1. Open your Azure Monitor for SAP solutions resource.
114-
1. On the resource's menu, under **Settings**, select **Providers**.
114+
1. On the resource menu, under **Settings**, select **Providers**.
115115
1. Select **Add** to add a new provider.
116116

117117
![Diagram that shows Azure Monitor for SAP solutions resource in the Azure portal, showing button to add a new provider.](./media/provider-ha-pacemaker-cluster/azure-monitor-providers-ha-cluster-start.png)
@@ -128,13 +128,12 @@ To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md), follow
128128

129129
![Diagram that shows the setup for an Azure Monitor for SAP solutions resource, showing the fields for RHEL-based clusters.](./media/provider-ha-pacemaker-cluster/azure-monitor-providers-ha-cluster-rhel.png)
130130

131-
1. Enter the SID - SAP system ID, Hostname - SAP hostname of the Virtual machine (Command `hostname -s` for SUSE and RHEL based servers will give hostname detail.), Cluster - Provide any custom name that is easy to identify the SAP system cluster - this Name will be visible in the workbook for metrics (need not have to be the cluster name configured on the server).
131+
1. Enter the SID - SAP system ID, Hostname - SAP hostname of the Virtual machine (Command `hostname -s` for SUSE and RHEL based servers provide hostname detail), and Cluster - Provide any custom name that is easy to identify the SAP system cluster - this Name is visible in the workbook for metrics (need not have to be the cluster name configured on the server).
132132

133-
1. Click on "Start test" under "Prerequisite check (Preview) - highly recommended" - This test will help validate the connectivity from AMS subnet to the SAP source system and list out if any error's found - which need to be addressed before provider creation otherwise the provider creation will fail with error.
133+
1. Select "Start test" under "Prerequisite check (Preview) - highly recommended" - This test helps validate the connectivity from AMS subnet to the SAP source system and list out if any errors are found - which need to be addressed before provider creation otherwise the provider creation will fail with error.
134134
1. Select **Create** to finish creating the Provider.
135135

136-
1. Create provider for each of the servers in the cluster to be able to see the metrics in the workbook
137-
For example - If the Cluster has three servers configured, Create three providers for each of the three servers with all of the above steps followed.
136+
1. Create provider for each of the servers in the cluster to be able to see the metrics in the workbook. For example, if the Cluster has three servers configured, Create three providers for each of the three servers with all of the above steps followed.
138137

139138
## Troubleshooting
140139

0 commit comments

Comments
 (0)