How To Install corosync on Fedora 36
Introduction
In this tutorial we learn how to install corosync
on Fedora 36.
What is corosync
This package contains the Corosync Cluster Engine Executive, several default APIs and libraries, default configuration files, and an init script.
We can use yum
or dnf
to install corosync
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install corosync.
Install corosync on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install corosync
using dnf
by running the following command:
sudo dnf -y install corosync
Install corosync on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install corosync
using yum
by running the following command:
sudo yum -y install corosync
How To Uninstall corosync on Fedora 36
To uninstall only the corosync
package we can use the following command:
sudo dnf remove corosync
corosync Package Contents on Fedora 36
/etc/corosync
/etc/corosync/corosync.conf.example
/etc/corosync/uidgid.d
/etc/dbus-1/system.d/corosync-signals.conf
/etc/logrotate.d/corosync
/etc/sysconfig/corosync
/etc/sysconfig/corosync-notifyd
/usr/bin/corosync-blackbox
/usr/bin/corosync-xmlproc
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/76f7075c4150ebe3237c205e34368b630151da
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/3c0f075b8f953f00d84c17659a05ca001e763c
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/dad70d2c6b0fd161c0e08b6c7ca98d3753201c
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/62285f96adbe7fcc6239c3d3dd9d1a8d31e79f
/usr/lib/.build-id/97
/usr/lib/.build-id/97/6c2b384bf3498745ece06db158db1b99065f70
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/798f56a03ff867a4b72678772bccfab4e064ed
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/6d62aa0ff9f4b024154070f4e13d6f0f624dbb
/usr/lib/systemd/system/corosync-notifyd.service
/usr/lib/systemd/system/corosync.service
/usr/sbin/corosync
/usr/sbin/corosync-cfgtool
/usr/sbin/corosync-cmapctl
/usr/sbin/corosync-cpgtool
/usr/sbin/corosync-keygen
/usr/sbin/corosync-notifyd
/usr/sbin/corosync-quorumtool
/usr/share/corosync
/usr/share/corosync/xml2conf.xsl
/usr/share/doc/corosync
/usr/share/doc/corosync/LICENSE
/usr/share/man/man5/corosync.conf.5.gz
/usr/share/man/man5/corosync.xml.5.gz
/usr/share/man/man5/votequorum.5.gz
/usr/share/man/man7/cmap_keys.7.gz
/usr/share/man/man7/corosync_overview.7.gz
/usr/share/man/man8/corosync-blackbox.8.gz
/usr/share/man/man8/corosync-cfgtool.8.gz
/usr/share/man/man8/corosync-cmapctl.8.gz
/usr/share/man/man8/corosync-cpgtool.8.gz
/usr/share/man/man8/corosync-keygen.8.gz
/usr/share/man/man8/corosync-notifyd.8.gz
/usr/share/man/man8/corosync-quorumtool.8.gz
/usr/share/man/man8/corosync-xmlproc.8.gz
/usr/share/man/man8/corosync.8.gz
/usr/share/snmp/mibs/COROSYNC-MIB.txt
/var/lib/corosync
/var/log/cluster
References
Summary
In this tutorial we learn how to install corosync
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).