1PMDAHACLUSTER(1) General Commands Manual PMDAHACLUSTER(1)
2
3
4
6 pmdahacluster - High Availability Cluster PMDA
7
9 pmdahacluster is capable of collecting metric information to enable the
10 monitoring of Pacemaker based HA Clusters through Performance Co-Pilot.
11
12 The PMDA collects it's metric data from the following components that
13 make up a Pacemkaer based HA Cluster: Pacemaker, Corosync, SBD, DRBD.
14
15 For more detailed information regarding the metrics available please
16 see the included pmns and helpfile with the PMDA.
17
19 Install the HA Cluster PMDA by using the Install script as root:
20
21 # cd $PCP_PMDAS_DIR/hacluster
22 # ./Install
23
24
25 To uninstall, do the following as root:
26
27 # cd $PCP_PMDAS_DIR/hacluster
28 # ./Remove
29
30
31 pmdahacluster is launched by pmcd(1) and should never be executed
32 directly. The Install and Remove scripts notify pmcd when the agent is
33 installed or removed.
34
36 $PCP_PMDAS_DIR/hacluster/help
37 default help text file for the HA Cluster metrics
38
39 $PCP_PMDAS_DIR/hacluster/Install
40 installation script for the pmdahacluster agent
41
42 $PCP_PMDAS_DIR/hacluster/Remove
43 undo installation script for the pmdahacluster agent
44
45 $PCP_LOG_DIR/pmcd/hacluster.log
46 default log file for error messages from pmdahacluster
47
49 Environment variables with the prefix PCP_ are used to parameterize the
50 file and directory names used by PCP. On each installation, the file
51 /etc/pcp.conf contains the local values for these variables. The
52 $PCP_CONF variable may be used to specify an alternative configuration
53 file, as described in pcp.conf(5).
54
56 PCPIntro(1), pmcd(1) and pmstore(1).
57
58
59
60Performance Co-Pilot PCP PMDAHACLUSTER(1)