How to Install and Uninstall ibacm Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "ibacm" package

Here is a brief guide to show you how to install ibacm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ibacm

2. Uninstall "ibacm" package

Please follow the instructions below to uninstall ibacm on openSuSE Tumbleweed:

$ sudo zypper remove ibacm

3. Information about the ibacm package on openSuSE Tumbleweed

Information for package ibacm:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ibacm
Version : 49.1-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 197.6 KiB
Installed : No
Status : not installed
Source package : rdma-core-49.1-2.1.src
Upstream URL : https://github.com/linux-rdma/rdma-core
Summary : InfiniBand Communication Manager Assistant
Description :
The ibacm daemon helps reduce the load of managing path record lookups on
large InfiniBand fabrics by providing a user space implementation of what
is functionally similar to an ARP cache. The use of ibacm, when properly
configured, can reduce the SA packet load of a large IB cluster from O(n^2)
to O(n). The ibacm daemon is started and normally runs in the background,
user applications need not know about this daemon as long as their app
uses librdmacm to handle connection bring up/tear down. The librdmacm
library knows how to talk directly to the ibacm daemon to retrieve data.