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/virtual-machines/workloads/sap/configure-ha-cluster-azure-monitor-sap-solutions.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ ms.author: sujaj
14
14
15
15
[!INCLUDE [Azure Monitor for SAP solutions public preview notice](./includes/preview-azure-monitor.md)]
16
16
17
-
In this how-to guide, you'll learn to create a High Availability (HA) Pacemaker cluster provider for Azure Monitor for SAP solutions. You'll install the HA agent, then create the provider for Azure Monitor for SAP solutions.
17
+
In this how-to guide, you'll learn to create a High Availability (HA) Pacemaker cluster provider for Azure Monitor for SAP solutions. You'll install the HA agent, then create the provider for Azure Monitor for SAP solutions.
18
18
19
19
This content applies to both Azure Monitor for SAP solutions and Azure Monitor for SAP solutions (classic) versions.
20
20
21
21
## Prerequisites
22
22
23
-
- An Azure subscription.
23
+
- An Azure subscription.
24
24
- An existing Azure Monitor for SAP solutions resource. To create an Azure Monitor for SAP solutions resource, see the [quickstart for the Azure portal](azure-monitor-sap-quickstart.md) or the [quickstart for PowerShell](azure-monitor-sap-quickstart-powershell.md).
25
25
26
26
## Install HA agent
@@ -33,28 +33,42 @@ For RHEL-based clusters, install **performance co-pilot (PCP)** and the **pcp-pm
33
33
34
34
For RHEL-based pacemaker clusters, also install [PMProxy](https://access.redhat.com/articles/6139852) in each node.
35
35
36
+
### Steps to install HA Cluster Exporter on RHEl system:
37
+
1. Install the required packages on the system.
38
+
1. yum install pcp pcp-pmda-hacluster
39
+
1. Enable and start the required PCP Collector Services.
40
+
1. systemctl enable pmcd
41
+
1. systemctl start pmcd
42
+
1. Install and enable the HA Cluster PMDA. (replace $PCP_PMDAS_DIR with the path where hacluster is installed, use find command in linux to find it)
43
+
1. cd $PCP_PMDAS_DIR/hacluster
44
+
1. ./install
45
+
1. Enable and start the pmproxy service.
46
+
1. sstemctl start pmproxy
47
+
1. systemctl enable pmproxy
48
+
1. Data will then be collected by PCP on the system and can be exported via pmproxy at the following address:
49
+
1. http://<'servername or ip address'>:44322/metrics?names=ha_cluster
36
50
37
51
## Create provider for Azure Monitor for SAP solutions
38
52
39
53
1. Sign in to the [Azure portal](https://portal.azure.com).
40
-
1. Go to the Azure Monitor for SAP solutions service.
54
+
1. Go to the Azure Monitor for SAP solutions service.
41
55
1. Open your Azure Monitor for SAP solutions resource.
42
56
1. In the resource's menu, under **Settings**, select **Providers**.
43
57
1. Select **Add** to add a new provider.
44
58
45
-

59
+

46
60
47
61
1. For **Type**, select **High-availability cluster (Pacemaker)**.
48
-
1. Configure providers for each node of the cluster by entering the endpoint URL for **HA Cluster Exporter Endpoint**.
62
+
1. Configure providers for each node of the cluster by entering the endpoint URL for **HA Cluster Exporter Endpoint**.
49
63
50
-
1. For SUSE-based clusters, enter `http://<'IP address'> :9664/metrics`.
64
+
1. For SUSE-based clusters, enter `http://<'IP address'> :9664/metrics`.
65
+
66
+

51
67
52
-

53
68
54
-
55
69
1. For RHEL-based clusters, enter `http://<'IP address'>:44322/metrics?names=ha_cluster`.
56
70
57
-

71
+

58
72
59
73
60
74
1. Enter the system identifiers, host names, and cluster names. For the system identifier, enter a unique SAP system identifier for each cluster. For the hostname, the value refers to an actual hostname in the VM. Use `hostname -s` for SUSE- and RHEL-based clusters.
0 commit comments