pacemaker_remoted
cluster resource manager proxy daemon for remote nodes
Install
- All systems
-
curl cmd.cat/pacemaker_remoted.sh
- Debian
-
apt-get install pacemaker-remote
- Ubuntu
-
apt-get install pacemaker-remote
- Kali Linux
-
apt-get install pacemaker-remote
- CentOS
-
yum install pacemaker-remote
- Fedora
-
dnf install pacemaker-remote
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pacemaker-remote
- Raspbian
-
apt-get install pacemaker-remote
- Dockerfile
- dockerfile.run/pacemaker_remoted
pacemaker-remote
cluster resource manager proxy daemon for remote nodes
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 proxy daemon, which simulates cluster services on a node not running the cluster stack. Such "remote" nodes can run resources but don't participate in the quorum. This package is mutually exclusive with Pacemaker proper.
pacemaker-dbg
Debugging symbols for Pacemaker
High-Availability cluster resource manager for Heartbeat as well as Corosync. Pacemaker supports a very sophisticated dependency model for n-node clusters and can respond to node and resource-level failures. It supports both the Heartbeat and Corosync cluster stacks. This package contains the debugging symbols for Pacemaker.