< Home - < Back

ibacm


Information about the package, ibacm, which is shipped with common Linux distributions. The ibacm package is designed for, InfiniBand Communication Manager Assistant.


Package Name:

ibacm

Summary:

InfiniBand Communication Manager Assistant

Description:

The ib_acm 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 ib_acm, when properly configured, can reduce the SA packet load of a large IB cluster from O(n^2) to O(n). The ib_acm 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 ib_acm daemon to retrieve data.

Architecture:

x86_64

Version:

1.0.9

Release:

1.el6

Size:

58 k

Repository:

base

From Repository:

Licence:

GPLv2 or BSD



Handy Yum Commands for ibacm


Control the ibacm package with the following handy commands outlined below.


Command

Description of Command

yum install ibacm

This command will install ibacm on the server.

yum remove ibacm

This command will un-install ibacm on the server. When you run this command, you will be asked if you are sure that you want to remove ibacm, so you have to manually confirm that you want to do this.

yum -y remove ibacm

This command will un-install ibacm on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ibacm when using the -y flag.

yum update ibacm

This command will update ibacm to the latest version. When you run this command, you will be asked if you are sure that you want to remove ibacm, so you have to manually confirm that you want to do this.

yum -y update ibacm

This command will update ibacm to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ibacm when using the -y flag.

yum info ibacm

This command will show you core information about the ibacm package.

yum deplist ibacm

This command will show you the dependencies for ibacm. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ibacm

This command will check if there is an update waiting on ibacm. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.