How To Install nfs-ganesha-gpfs on Fedora 36

In this tutorial we learn how to install nfs-ganesha-gpfs in Fedora 36. nfs-ganesha-gpfs is The NFS-GANESHA GPFS FSAL

Introduction

In this tutorial we learn how to install nfs-ganesha-gpfs on Fedora 36.

What is nfs-ganesha-gpfs

This package contains a FSAL shared object to be used with NFS-Ganesha to support GPFS backend

We can use yum or dnf to install nfs-ganesha-gpfs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nfs-ganesha-gpfs.

Install nfs-ganesha-gpfs 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 nfs-ganesha-gpfs using dnf by running the following command:

sudo dnf -y install nfs-ganesha-gpfs

Install nfs-ganesha-gpfs 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 nfs-ganesha-gpfs using yum by running the following command:

sudo yum -y install nfs-ganesha-gpfs

How To Uninstall nfs-ganesha-gpfs on Fedora 36

To uninstall only the nfs-ganesha-gpfs package we can use the following command:

sudo dnf remove nfs-ganesha-gpfs

nfs-ganesha-gpfs Package Contents on Fedora 36

/etc/ganesha/gpfs.conf
/etc/ganesha/gpfs.ganesha.exports.conf
/etc/ganesha/gpfs.ganesha.log.conf
/etc/ganesha/gpfs.ganesha.main.conf
/etc/ganesha/gpfs.ganesha.nfsd.conf
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/e49bb258c74f7a8bfd8acda0932242215ba92e
/usr/lib64/ganesha/libfsalgpfs.so
/usr/libexec/ganesha/gpfs-epoch
/usr/share/man/man8/ganesha-gpfs-config.8.gz

References

Summary

In this tutorial we learn how to install nfs-ganesha-gpfs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).