How To Install ceph-mon on Fedora 36

In this tutorial we learn how to install ceph-mon in Fedora 36. ceph-mon is Ceph Monitor Daemon

Introduction

In this tutorial we learn how to install ceph-mon on Fedora 36.

What is ceph-mon

ceph-mon is the cluster monitor daemon for the Ceph distributed file system. One or more instances of ceph-mon form a Paxos part-time parliament cluster that provides extremely reliable and durable storage of cluster membership, configuration, and state.

We can use yum or dnf to install ceph-mon on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ceph-mon.

Install ceph-mon 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 ceph-mon using dnf by running the following command:

sudo dnf -y install ceph-mon

Install ceph-mon 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 ceph-mon using yum by running the following command:

sudo yum -y install ceph-mon

How To Uninstall ceph-mon on Fedora 36

To uninstall only the ceph-mon package we can use the following command:

sudo dnf remove ceph-mon

ceph-mon Package Contents on Fedora 36

/usr/bin/ceph-mon
/usr/bin/ceph-monstore-tool
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/1c8d75ff2da582ffcec8f9a4ba6f1f6659a74d
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/f57750311690d758e09c2d66758439b19e47cc
/usr/lib/systemd/system/ceph-mon.target
/usr/lib/systemd/system/[email protected]
/usr/share/man/man8/ceph-mon.8.gz
/var/lib/ceph/mon

References

Summary

In this tutorial we learn how to install ceph-mon on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).