How To Install pcp-pmda-slurm on Rocky Linux 8

In this tutorial we learn how to install pcp-pmda-slurm on Rocky Linux 8. pcp-pmda-slurm is Performance Co-Pilot (PCP) metrics for the SLURM Workload Manager

Introduction

In this tutorial we learn how to install pcp-pmda-slurm on Rocky Linux 8.

What is pcp-pmda-slurm

This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics from the SLURM Workload Manager.

We can use yum or dnf to install pcp-pmda-slurm on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-pmda-slurm.

Install pcp-pmda-slurm 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-slurm using dnf by running the following command:

sudo dnf -y install pcp-pmda-slurm

Install pcp-pmda-slurm 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-slurm using yum by running the following command:

sudo yum -y install pcp-pmda-slurm

How To Uninstall pcp-pmda-slurm on Rocky Linux 8

To uninstall only the pcp-pmda-slurm package we can use the following command:

sudo dnf remove pcp-pmda-slurm

pcp-pmda-slurm Package Contents on Rocky Linux 8

/usr/libexec/pcp/pmdas/slurm
/usr/libexec/pcp/pmdas/slurm/Install
/usr/libexec/pcp/pmdas/slurm/Remove
/usr/libexec/pcp/pmdas/slurm/pmdaslurm.pl
/var/lib/pcp/pmdas/slurm
/var/lib/pcp/pmdas/slurm/Install
/var/lib/pcp/pmdas/slurm/Remove
/var/lib/pcp/pmdas/slurm/pmdaslurm.pl

References

Summary

In this tutorial we learn how to install pcp-pmda-slurm on Rocky Linux 8 using yum and dnf.