How To Install pcp-pmda-lustrecomm on Fedora 36

In this tutorial we learn how to install pcp-pmda-lustrecomm in Fedora 36. pcp-pmda-lustrecomm is Performance Co-Pilot (PCP) metrics for the Lustre Filesytem Comms

Introduction

In this tutorial we learn how to install pcp-pmda-lustrecomm on Fedora 36.

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 Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/97c98c0cd308b78c95dadd6e4e9a9fe1c6a0ed
/usr/lib/tmpfiles.d/pcp-pmda-lustrecomm.conf
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).