Install Guide
Installing Dell Command | Monitor10.1.0 on
systems running Linux
You can install Dell Command | Monitor on a system running Linux using one of the following methods:
• For systems running Ubuntu Desktop, see Installing Dell Command | Monitor using the Deb package.
• For systems running RHEL 6.0 and 7.0, see Installing Dell Command | Monitor using RPM package
• For Dell Edge Gateway 5000/3000 series systems running Ubuntu Core 15.04, see Installing Dell Command | Monitor 9.1 or 9.1.2 using
Snap package.
• For Dell Edge Gateway 3000 series systems running Ubuntu Core 16, see Installing Dell Command | Monitor using Snap package.
Topics:
• Installing Dell Command | Monitor using Deb Package
• Installing Dell Command | Monitor using RPM package
• Installing Dell Command | Monitor version 9.1 or 9.1.2 on Dell Edge Gateway 5000 or 3000 series systems running Ubuntu Core 15.04
using a snap package
• Installing Dell Command | Monitor on the systems running Ubuntu Core 16 using Snap package
Installing Dell Command | Monitor using Deb Package
You can install Dell Command | Monitor in systems running Ubuntu Desktop operating system using the Deb package downloaded from
dell.com/support. See Downloading Dell Command | Monitor.
1 In the Linux command line interface, run the following command to extract contents from command_monitor-linux-<Version>-
<build>_<architecture>.tar.gz.
tar -zxvf command_monitor-linux-<Version>-<build number>_<architecture>.tar.gz
The command_monitor-linux-<version number>-<build number>.tar.gz contains the following packages that must be installed in
the following order:
a omi-1.1.0.ssl_100.x64.deb
b srvadmin-hapi_9.1.0-1_amd64.deb
c command_monitor-linux-<version number>-<build number>.x86_64.deb
2 To install OMI, run
dpkg -i omi-1.1.0.ssl_100.x64.deb
NOTE
: If the installation fails due to dependency problems, then run the following command to install all dependent
packages from the Ubuntu repository:
apt-get -f install
3 To install HAPI, run
srvadmin-hapi_9.1.0-1_amd64.deb
NOTE
: If the installation fails due to dependency problems, then run the following command to install all dependent
packages from the Ubuntu repository:
apt-get -f install
4 To verify that the driver module is loaded, run
lsmod | grep dcdbas
5
14 Installing Dell Command | Monitor10.1.0 on systems running Linux