How To Install lvm2-cluster.x86_64 on Amazon Linux 2
In this tutorial we learn how to install lvm2-cluster.x86_64 in Amazon Linux 2. lvm2-cluster.x86_64 is Cluster extensions for userland logical volume management tools
Introduction
In this tutorial we learn how to install lvm2-cluster.x86_64 on Amazon Linux 2.
What is lvm2-cluster.x86_64
Extensions to LVM2 to support clusters.
We can use yum to install lvm2-cluster.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install lvm2-cluster.x86_64.
Install lvm2-cluster.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 lvm2-cluster.x86_64 using yum by running the following command:
sudo yum -y install lvm2-cluster.x86_64
How To Uninstall lvm2-cluster.x86_64 on Amazon Linux 2
To uninstall only the lvm2-cluster.x86_64 package we can use the following command:
sudo yum remove lvm2-cluster.x86_64
lvm2-cluster.x86_64 Package Contents on Amazon Linux 2
/usr/sbin/clvmd
/usr/share/man/man8/clvmd.8.gz
References
Summary
In this tutorial we learn how to install lvm2-cluster.x86_64 on Amazon Linux 2 using yum.