How To Install rdma-core on Fedora 36
Introduction
In this tutorial we learn how to install rdma-core
on Fedora 36.
What is rdma-core
RDMA core userspace infrastructure and documentation, including initialization scripts, kernel driver-specific modprobe override configs, IPoIB network scripts, dracut rules, and the rdma-ndd utility.
We can use yum
or dnf
to install rdma-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rdma-core.
Install rdma-core 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 rdma-core
using dnf
by running the following command:
sudo dnf -y install rdma-core
Install rdma-core 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 rdma-core
using yum
by running the following command:
sudo yum -y install rdma-core
How To Uninstall rdma-core on Fedora 36
To uninstall only the rdma-core
package we can use the following command:
sudo dnf remove rdma-core
rdma-core Package Contents on Fedora 36
/etc/modprobe.d
/etc/modprobe.d/mlx4.conf
/etc/modprobe.d/truescale.conf
/etc/rdma
/etc/rdma/mlx4.conf
/etc/rdma/modules/infiniband.conf
/etc/rdma/modules/iwarp.conf
/etc/rdma/modules/opa.conf
/etc/rdma/modules/rdma.conf
/etc/rdma/modules/roce.conf
/etc/udev/rules.d/70-persistent-ipoib.rules
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/b59fc304f61cbd9bdcd61b8665b01d85f44cc4
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/c0c02c9015b0390bc9f3e53ebfa202af90df0a
/usr/lib/dracut
/usr/lib/dracut/modules.d
/usr/lib/dracut/modules.d/05rdma
/usr/lib/dracut/modules.d/05rdma/module-setup.sh
/usr/lib/modprobe.d
/usr/lib/modprobe.d/libmlx4.conf
/usr/lib/systemd/system/rdma-hw.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/rdma-ndd.service
/usr/lib/udev/rdma_rename
/usr/lib/udev/rules.d
/usr/lib/udev/rules.d/60-rdma-ndd.rules
/usr/lib/udev/rules.d/60-rdma-persistent-naming.rules
/usr/lib/udev/rules.d/75-rdma-description.rules
/usr/lib/udev/rules.d/90-rdma-hw-modules.rules
/usr/lib/udev/rules.d/90-rdma-ulp-modules.rules
/usr/lib/udev/rules.d/90-rdma-umad.rules
/usr/libexec/mlx4-setup.sh
/usr/libexec/truescale-serdes.cmds
/usr/sbin/rdma-ndd
/usr/share/doc/rdma-core
/usr/share/doc/rdma-core/README.md
/usr/share/doc/rdma-core/rxe.md
/usr/share/doc/rdma-core/tag_matching.md
/usr/share/doc/rdma-core/udev.md
/usr/share/licenses/rdma-core
/usr/share/licenses/rdma-core/COPYING.BSD_FB
/usr/share/licenses/rdma-core/COPYING.BSD_MIT
/usr/share/licenses/rdma-core/COPYING.GPL2
/usr/share/licenses/rdma-core/COPYING.md
/usr/share/man/man7/rxe.7.gz
/usr/share/man/man8/rdma-ndd.8.gz
References
Summary
In this tutorial we learn how to install rdma-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).