This is the Dell OpenManage repository for Ubuntu Server LTS and select Debian releases. It is NOT officially supported by Dell and is provided as an unofficial build for customers not able to use our officially supported builds of OMSA for RHEL and SLES. On Dell servers supporting it, we recommend using the remote management functionality provided by iDRAC over WS-MAN, IPMI and remote racadm.
Ubuntu Server 10.04 LTS and Debian Squeeze & Wheezy are no longer tested for these builds (for old OMSA versions for those releases, visit here). Below, you will find instructions on how to install and setup OpenManage command-line and web interfaces.
NOTICE:
For OpenManage releases starting with OM901 onwards, please visit http://linux.dell.com/repo/community/openmanage/.
OS Release | OMSA | iSM | DTK |
---|---|---|---|
Ubuntu 10.04 (lucid) | v7.0, v7.1 | n/a | n/a |
Ubuntu 12.04 (precise) | v7.2, v7.3, v7.4 | v1.0, v2.0, v2.1, v2.2 | v4.4 |
Ubuntu 14.04 (trusty) | v7.4, v8.3, v8.4 | v1.0, v2.0, v2.1, v2.2, v2.3 | v4.4, v5.3, v5.4 |
Ubuntu 16.04 (xenial) | v8.4 | n/a | v5.4 |
Debian 7 (wheezy) | v7.3, v7.4 | v1.0, v2.0, v2.1, v2.2 | v4.4, v5.3 |
Debian 8 (jessie) | v8.3, v8.4 | v2.1, v2.2, v2.3 | v5.3, v5.4 |
$ sudo echo 'deb http://linux.dell.com/repo/community/ubuntu {release-name} openmanage' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.listIf you would like to restrict your system to a specific OpenManage release, such as the 8.3 release, you can specify it like this:
$ sudo echo 'deb http://linux.dell.com/repo/community/ubuntu {release-name} openmanage/830' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list
$ sudo gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F
$ gpg -a --export 1285491434D8786F | sudo apt-key add -If you are behind a firewall that only allows outbound traffic over port 80, you may need to use this instead. In the first line below, you possibly need to add "--keyserver-options http-proxy=http://<user>:<password>@<proxy>:<port>".
$ sudo gpg --keyserver hkp://pool.sks-keyservers.net:80 --recv-key 1285491434D8786F
$ gpg -a --export 1285491434D8786F | sudo apt-key add -
$ sudo apt-get update
* not available with OMSA v8.3
srvadmin-all — Install all OMSA components srvadmin-base * — Install only base OMSA, no web server srvadmin-idrac * — Install components to manage iDRAC srvadmin-idrac7 * — Install components to manage iDRAC7 srvadmin-idracadm8 — Install components to manage iDRAC8 srvadmin-webserver * — Install Web Interface srvadmin-storageservices * — Install RAID Management dtk-scripts — Install DTK dcism — Install iDRAC Service Module
$ sudo apt-get install srvadmin-all
To upgrade to OMSA v8.3, it is *highly* recommended that you first remove the old installation first.
$ sudo apt-get --auto-remove remove srvadmin-all
$ sudo apt-get --auto-remove purge srvadmin-all
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.
To use web interface, users with appropriate permissions need to be added.
john_doe * Administrator
$ sudo service dsm_om_connsvc start
$ sudo update-rc.d dsm_om_connsvc defaults
For questions and feedback, please use linux-poweredge mailing list.
The source for open source packages in this repository is provided at http://linux.dell.com/repo/community/ubuntu/source/.
Copyright 2016 Dell, Inc.