Skip to content

How to Install OMSA on Debian 8

Downloading OpenManage Server Administrator (OMSA) onto a server with Debian 8 installed, involves issue commands which download the necessary repository files and keys, install the required utilities, then start and enable the OMSA services.

First, you need to log into the server’s root account. Once you are logged in, to install OMSA onto your Debian 8 server, please issue the following commands one after the after, waiting for each task to complete before proceeding:


Command 1


Command Description

Issue this command to download and create the repository file.

Command


echo 'deb http://linux.dell.com/repo/community/debian jessie openmanage' > /etc/apt/sources.list.d/linux.dell.com.sources.list


(Each command is one line)


Image of Command being Run

Image of a Successful Result of Command




Command 2


Command Description

Issue this command to download the repository key.

Command


gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 1285491434D8786F


Image of Command being Run

Image of a Successful Result of Command




Command 3


Command Description

Run this command to import the key into APT.

Command


gpg -a --export 1285491434D8786F | apt-key add -


Image of Command being Run

Image of a Successful Result of Command




Command 4


Command Description

Run this coomand to let the APT kknow there’s a new repository.

Command


apt-get update -y


Image of Command being Run

Image of a Successful Result of Command




Command 5


Command Description

Issue this command to install the required utilities.

Command


apt-get install srvadmin-base srvadmin-omcommon srvadmin-storageservices -y


Image of Command being Run

Image of a Successful Result of Command




Command 6


Command Description

Issue the following command to start the OMSA service.

Command


/opt/dell/srvadmin/sbin/srvadmin-services.sh start


Image of Command being Run

Image of a Successful Result of Command




Command 7


Command Description

Run the following command to enable the OMSA service.

Command


/opt/dell/srvadmin/sbin/srvadmin-services.sh enable


Image of Command being Run

Image of a Successful Result of Command





Dell EMC’s OpenManage System will now be installed on your server. You can then use this software to manage and monitor the hardware within this server. Before you can access and use OMSA, you will have to logout of the server and close any SSH shell, and then re-login.

If you have any further questions about OMSA, please look through our FAQ section. If our FAQ page does not have the answer, please feel free to raise a support ticket, and we will be happy to help.

← Back to Dell OMSA - Linux Servers