Skip to content

Instantly share code, notes, and snippets.

@pittjl
Created November 9, 2012 16:07
Show Gist options
  • Save pittjl/4046528 to your computer and use it in GitHub Desktop.
Save pittjl/4046528 to your computer and use it in GitHub Desktop.
# Installs Dell OMSA to debian/ubuntu box without web components
# Specific to the R210ii at this time
# It appears you need to log out and back in to have the tools added to PATH
echo 'deb http://linux.dell.com/repo/community/deb/latest /' | 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 -
sudo apt-get update
sudo apt-get -y install srvadmin-base srvadmin-idrac srvadmin-storageservices
sudo service dataeng start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment