How To Install pacemaker-cluster-libs.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install pacemaker-cluster-libs.x86_64 on Amazon Linux 2.
What is pacemaker-cluster-libs.x86_64
Pacemaker is an advanced, scalable High-Availability cluster resource manager for Corosync, CMAN and/or Linux-HA. The pacemaker-cluster-libs package contains cluster-aware shared libraries needed for nodes that will form part of the cluster nodes.
We can use yum to install pacemaker-cluster-libs.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install pacemaker-cluster-libs.x86_64.
Install pacemaker-cluster-libs.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pacemaker-cluster-libs.x86_64 using yum by running the following command:
sudo yum -y install pacemaker-cluster-libs.x86_64
How To Uninstall pacemaker-cluster-libs.x86_64 on Amazon Linux 2
To uninstall only the pacemaker-cluster-libs.x86_64 package we can use the following command:
sudo yum remove pacemaker-cluster-libs.x86_64
pacemaker-cluster-libs.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libcrmcluster.so.4
/usr/lib64/libcrmcluster.so.4.3.5
/usr/share/doc/pacemaker-cluster-libs-1.1.23
/usr/share/doc/pacemaker-cluster-libs-1.1.23/COPYING
/usr/share/doc/pacemaker-cluster-libs-1.1.23/ChangeLog
/usr/share/licenses/pacemaker-cluster-libs-1.1.23
/usr/share/licenses/pacemaker-cluster-libs-1.1.23/LGPLv2.1
References
Summary
In this tutorial we learn how to install pacemaker-cluster-libs.x86_64 on Amazon Linux 2 using yum.