Pacemaker is an advanced, scalable High-Availability cluster resource manager for Linux-HA (Heartbeat) and/or Corosync.
It supports "n-node" clusters with significant capabilities for managing resources and dependencies.
It will run scripts at initialization, when machines go up or down, when related resources fail and can be configured to periodically check resource health.
- Website
- Issues/Bugs
- Mailing lists per audience: users, developers, or possibly the original one (deprecated)
- Documentation
There are multiple user interfaces for Pacemaker, both command line tools, graphical user interfaces and web frontends. The crm shell used to be included in the Pacemaker source tree, but is now maintained as a separate project.
This is not meant to be an exhaustive list:
- crmsh: https://crmsh.github.io/
- pcs: https://github.com/feist/pcs/
- LCMC: http://lcmc.sourceforge.net/
- hawk: https://github.com/ClusterLabs/hawk
- automake
- autoconf
- libtool-ltdl-devel
- libuuid-devel
- pkgconfig
- python
- glib2-devel
- libxml2-devel
- libxslt-devel
- python-devel
- gcc-c++
- bzip2-devel
- gnutls-devel
- pam-devel
- libqb-devel
- clusterlib-devel (CMAN)
- corosynclib-devel (Corosync)
- heartbeat-devel (Heartbeat)
- ncurses-devel
- openssl-devel
- libselinux-devel
- systemd-devel
- dbus-devel
- cluster-glue-libs-devel (LHA style fencing agents)
- libesmtp-devel (Email alerts)
- lm_sensors-devel (SNMP alerts)
- net-snmp-devel (SNMP alerts)
- asciidoc (documentation)
- help2man (documentation)
- publican (documentation)
- inkscape (documentation)
- docbook-style-xsl (documentation)
- valgrind (if running CTS valgrind tests)
- systemd-python (if using CTS on cluster nodes running systemd)
git clone git://github.com/ClusterLabs/pacemaker.git
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
If you find this project useful, you may want to consider supporting its future development. There are a number of ways to support the project.
- Test and report issues.
- Tick something off our todo list.
- Help others on the mailing list.
- Contribute documentation, examples and test cases.
- Contribute patches.
- Spread the word.