How To Install opa-address-resolution on Rocky Linux 8
Introduction
In this tutorial we learn how to install opa-address-resolution
on Rocky Linux 8.
What is opa-address-resolution
This package contains the ibacm distributed SA provider (dsap) for name and address resolution on OPA platform. It also contains the library and tools to access the shared memory database exported by dsap.
We can use yum
or dnf
to install opa-address-resolution
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install opa-address-resolution.
Install opa-address-resolution 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 opa-address-resolution
using dnf
by running the following command:
sudo dnf -y install opa-address-resolution
Install opa-address-resolution 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 opa-address-resolution
using yum
by running the following command:
sudo yum -y install opa-address-resolution
How To Uninstall opa-address-resolution on Rocky Linux 8
To uninstall only the opa-address-resolution
package we can use the following command:
sudo dnf remove opa-address-resolution
opa-address-resolution Package Contents on Rocky Linux 8
/etc/rdma/dsap.conf
/etc/rdma/op_path_rec.conf
/etc/rdma/opasadb.xml
/usr/bin/opa_osd_dump
/usr/bin/opa_osd_exercise
/usr/bin/opa_osd_load
/usr/bin/opa_osd_perf
/usr/bin/opa_osd_query
/usr/bin/opa_osd_query_many
/usr/include/infiniband
/usr/include/infiniband/opasadb.h
/usr/include/infiniband/opasadb_path.h
/usr/include/infiniband/opasadb_route.h
/usr/include/infiniband/opasadb_route2.h
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/3c4b6a09f56346ad6088e4272144fecef08fce
/usr/lib/.build-id/37
/usr/lib/.build-id/37/38b0d41cac2f0846553b3df9d3bfdf7494e7f3
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/861c9597e947f14ff3db166829df35340e4b76
/usr/lib/.build-id/5b/ddc1098197feedf1030f50850550fa6e021113
/usr/lib/.build-id/74
/usr/lib/.build-id/74/8f0c612e476f313e3abeeef631323a493469ac
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/3365441768835bad4dddba4905dd0a72ec3368
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/60056827dfefc7677f36bf1c079d8fe59078e9
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/da9047d74c7c2652d4316c77dbd524291edc5f
/usr/lib64/ibacm
/usr/lib64/ibacm/libdsap.so
/usr/lib64/ibacm/libdsap.so.1.0.0
/usr/lib64/libopasadb.so
/usr/lib64/libopasadb.so.1
/usr/lib64/libopasadb.so.1.0.0
/usr/share/licenses/opa-address-resolution
/usr/share/licenses/opa-address-resolution/LICENSE
/usr/share/man/man1/opa_osd_dump.1.gz
/usr/share/man/man1/opa_osd_exercise.1.gz
/usr/share/man/man1/opa_osd_perf.1.gz
/usr/share/man/man1/opa_osd_query.1.gz
References
Summary
In this tutorial we learn how to install opa-address-resolution
on Rocky Linux 8 using yum and dnf.