Comment Installer OpenManage sur Ubuntu 16.04


Installation

Toutes les commandes citées ci-dessous sont à executé en tant que root. Pour passer root executer la commande suivante:

sudo su

Créer le fichier /etc/apt/sources.list.d/linux.dell.com.sources.list. Copier la commande suivante:

echo 'deb http://linux.dell.com/repo/community/ubuntu {release-name} openmanage' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F
gpg -a --export 1285491434D8786F | sudo apt-key add -
apt update

Si votre firewall n'autorise que le port 80 en sortie copier coller les lignes suivantes: --keyserver-options http-proxy=http://<user>:<password>@<proxy>:<port>.

gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-key 1285491434D8786F
gpg -a --export 1285491434D8786F | sudo apt-key add -
apt update

Install one of the following selection of meta-packages to install the OMSA functionality you require:

* not available with OMSA v8.3

Par exemple, pour installer tout OMSA:

apt-get install srvadmin-all

Mise à jour

To upgrade to OMSA v8.3, it is highly recommended that you first remove the old installation first.

Removal

Uninstall all packages:

apt-get --auto-remove remove srvadmin-all

Uninstall all packages including config files:

apt-get --auto-remove purge srvadmin-all

CLI

The dataeng service, which is required to run any CLI commands in OMSA, starts automatically at reboot. If you want to manually start the service, issue the command below.

sudo service dataeng start

Now, you can use the omreport, omconfig, and omhelp commands. For example, you can issue omreport system summary to get details about your system. You can use omconfig to configure component properties. omhelp provides help information for commands. See the OpenManage CLI User's Guide for comprehensive documentation. It can be found at the documentation link below for your version of OMSA.

Web Interface

To use web interface, users with appropriate permissions need to be added.

Add users with appropriate permissions to /opt/dell/srvadmin/etc/omarolemap file. See detailed information in the User's Guide available from the documentation link below for your version of OMSA. For example: john_doe * Administrator

Start the web server.

service dsm_om_connsvc start

Go to https://:1311/ in your browser to access OMSA.

If you want to start the dsm_om_connsvc service at boot, issue the following command:

sudo update-rc.d dsm_om_connsvc defaults