You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/monitor/provider-ha-pacemaker-cluster.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: MightySuz
5
5
ms.service: sap-on-azure
6
6
ms.subservice: sap-monitor
7
7
ms.topic: how-to
8
-
ms.date: 01/05/2023
8
+
ms.date: 08/21/2024
9
9
ms.author: sujaj
10
10
#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.
11
11
---
@@ -45,8 +45,8 @@ For SUSE-based Pacemaker clusters, Please follow below steps to install in each
1. Data is thencollected 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 belowcommand 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 followingcommand on the server.
50
50
51
51
```bash
52
52
curl http://localhost:9664/metrics
@@ -74,8 +74,8 @@ For RHEL-based Pacemaker clusters, Please follow below steps to install in each
74
74
sudo systemctl enable pmcd
75
75
```
76
76
77
-
1. Install and enable the HA cluster PMDA. Replace `$PCP_PMDAS_DIR` with the path where `hacluster` is installed. Use the `find`commandin Linux to find the path of "hacluster" bits. usually hacluster will bein 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`commandin Linux to find the path of "hacluster" bits. Usually hacluster isin path "/var/lib/pcp/pmdas".
78
+
Example: cd /var/lib/pcp/pmdas/hacluster
79
79
80
80
```bash
81
81
cd$PCP_PMDAS_DIR/hacluster
@@ -95,8 +95,8 @@ Example : cd /var/lib/pcp/pmdas/hacluster
95
95
sudo systemctl enable pmproxy
96
96
```
97
97
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 belowcommand 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 followingcommand on the server.
@@ -111,7 +111,7 @@ To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md), follow
111
111
1. Sign in to the [Azure portal](https://portal.azure.com).
112
112
1. Go to the Azure Monitor for SAP solutions service.
113
113
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**.
115
115
1. Select **Add** to add a new provider.
116
116
117
117

@@ -128,13 +128,12 @@ To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md), follow
128
128
129
129

130
130
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`forSUSE 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 visiblein the workbook for metrics (need not have to be the cluster name configured on the server).
132
132
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 testhelps 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.
134
134
1. Select **Create** to finish creating the Provider.
135
135
136
-
1. Create provider foreach of the serversin 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 foreach of the serversin 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.
0 commit comments