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.