How To Install pcp-pmda-lustrecomm on Rocky Linux 8
Introduction
In this tutorial we learn how to install pcp-pmda-lustrecomm
on Rocky Linux 8.
What is pcp-pmda-lustrecomm
This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics about the Lustre Filesystem Comms.
We can use yum
or dnf
to install pcp-pmda-lustrecomm
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-pmda-lustrecomm.
Install pcp-pmda-lustrecomm on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pcp-pmda-lustrecomm
using dnf
by running the following command:
sudo dnf -y install pcp-pmda-lustrecomm
Install pcp-pmda-lustrecomm on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pcp-pmda-lustrecomm
using yum
by running the following command:
sudo yum -y install pcp-pmda-lustrecomm
How To Uninstall pcp-pmda-lustrecomm on Rocky Linux 8
To uninstall only the pcp-pmda-lustrecomm
package we can use the following command:
sudo dnf remove pcp-pmda-lustrecomm
pcp-pmda-lustrecomm Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/74/3d905c56a2f3f3390209fc0aeb2a0ea71d66c0
/usr/libexec/pcp/pmdas/lustrecomm
/usr/libexec/pcp/pmdas/lustrecomm/Install
/usr/libexec/pcp/pmdas/lustrecomm/README
/usr/libexec/pcp/pmdas/lustrecomm/Remove
/usr/libexec/pcp/pmdas/lustrecomm/domain.h
/usr/libexec/pcp/pmdas/lustrecomm/help
/usr/libexec/pcp/pmdas/lustrecomm/pmdalustrecomm
/usr/libexec/pcp/pmdas/lustrecomm/pmns
/usr/libexec/pcp/pmdas/lustrecomm/root
/var/lib/pcp/pmdas/lustrecomm
/var/lib/pcp/pmdas/lustrecomm/Install
/var/lib/pcp/pmdas/lustrecomm/README
/var/lib/pcp/pmdas/lustrecomm/Remove
/var/lib/pcp/pmdas/lustrecomm/domain.h
/var/lib/pcp/pmdas/lustrecomm/help
/var/lib/pcp/pmdas/lustrecomm/pmdalustrecomm
/var/lib/pcp/pmdas/lustrecomm/pmns
/var/lib/pcp/pmdas/lustrecomm/root
References
Summary
In this tutorial we learn how to install pcp-pmda-lustrecomm
on Rocky Linux 8 using yum and dnf.