cpg_test_agent
cluster engine daemon and utilities
Install
- All systems
-
curl cmd.cat/cpg_test_agent.sh
- Debian
-
apt-get install corosync
- Ubuntu
-
apt-get install corosync
- Kali Linux
-
apt-get install corosync
- CentOS
-
yum install corosync
- Fedora
-
dnf install corosync
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install corosync
- Raspbian
-
apt-get install corosync
- Dockerfile
- dockerfile.run/cpg_test_agent
corosync
cluster engine daemon and utilities
The Corosync Cluster Engine is a Group Communication System with additional features for implementing high availability within applications. The project provides four C Application Programming Interface features: * A closed process group communication model with virtual synchrony guarantees for creating replicated state machines. * A simple availability manager that restarts the application process when it has failed. * A configuration and statistics in-memory database that provide the ability to set, retrieve, and receive change notifications of information. * A quorum system that notifies applications when quorum is achieved or lost. This package contains the Corosync daemon and some administration tools.
corosync-dbg
Standards-based cluster framework (debugging symbols)
The corosync project is a project to implement a production quality "Revised BSD" licensed implementation of all core functionalities required by openais. The project implements cutting edge research on virtual synchrony to provide 100% correct operation in the face of failures or partitionable networks with excellent performance characteristics. The Application Interface Specification is a software API and policies which are used to develop applications that maintain service during faults. This package contains the debug information.