opa_osd_dump command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
opa_osd_dump: command not found
or when using sudo you get the following error message
sudo: opa_osd_dump: command not found
Solutions to opa_osd_dump: command not found
How To Fix opa_osd_dump: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu opa_osd_dump is provided by opa-address-resolution package.
opa-address-resolution is:
This package contains the ibacm distributed SA provider (dsap) for name and address resolution on an Intel(R) Omni-Path Architecture platform. It also contains tools to access the shared memory database exported by dsap.
To fix this problem, we can install more using the command below.
sudo apt-get -y install opa-address-resolution
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install opa-address-resolution.
sudo apt -y install opa-address-resolution
Or if you have aptitude installed you can use the following command.
sudo aptitude install opa-address-resolution
Summary
In this tutorial we learn how to fix opa_osd_dump command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.