crm_failcount
Pacemaker clusters
Install
- All systems
-
curl cmd.cat/crm_failcount.sh
- Debian
-
apt-get install pacemaker-cli-utils
- Ubuntu
-
apt-get install pacemaker-cli-utils
- Kali Linux
-
apt-get install pacemaker-cli-utils
- CentOS
-
yum install pacemaker-cli
- Fedora
-
dnf install pacemaker-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pacemaker-cli-utils
- Raspbian
-
apt-get install pacemaker-cli-utils
- Dockerfile
- dockerfile.run/crm_failcount
pacemaker-cli
Pacemaker clusters
pacemaker-cli-utils
cluster resource manager command line utilities
At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). It can even use technology such as Docker to automatically isolate the resources managed by the cluster. This package contains those command line utilities of the Pacemaker cluster manager which work on remote nodes as well.
pacemaker
cluster resource manager
At its core, Pacemaker is a distributed finite state machine capable of co-ordinating the startup and recovery of inter-related services across a set of machines. Pacemaker understands many different resource types (OCF, SYSV, systemd) and can accurately model the relationships between them (colocation, ordering). It can even use technology such as Docker to automatically isolate the resources managed by the cluster. This package contains the Pacemaker daemons directly interacting with the cluster stack.