Quick Contact

Dell DSET+ OMSA on Ubuntu

Setting up DSET on ubuntu servers

For details read:

http://www.mindwerks.net/2012/08/dell-dset-on-ubuntu/

The flow:

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 install -y srvadmin-all sblim-cmpi-base rpm alien

sudo ln -sf /usr/bin/rpm /bin/rpm

!Logof and Logon!
Now you need to download the 32 or 64 bit Linux version of DSET.
DSET binaries can be found here: http://support.dell.com/dset/
 You then need to edit the bin file to not run the install.sh file and to also not delete /tmp/dell_advdiags when it is finished running. You'll need the rpm files that it extracts to install DSET on Ubuntu.
Example from dell-dset-3.2.0.141_x64_A01.bin: ( the # comments out the none necessary bits )
#source install.sh
cd $CDIR
#rm -rf $TMPDIR
The only ones that we need are these:
dell-dset-collector-3.2.0.141-1.x86_64.rpm
dell-dset-common-3.2.0.141-1.x86_64.rpm
dell-dset-provider-3.2.0.141-1.x86_64.rpm
Now the setup itself:
sudo su -
ln -sf /bin/bash /bin/sh
sh dell-dset*.bin
mv /tmp/dell_advdiags ~
cd ~/dell_advdiags/rpms
alien --scripts dell-dset*.rpm
dpkg -i --force all *.deb
dellsysteminfo
Additional Articles
X

Partners

© 2013 XGlobe Online Ltd.