Dell OpenManage Server Update Utility: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
SUU has been replaced with [[Dell System Update | DSU]]
Install Dell SUU on CentOS 6.5
Install Dell SUU on CentOS 6.5


Line 9: Line 11:
= Download SUU =
= Download SUU =
<pre>
<pre>
wget http://downloads.dell.com/FOLDER01988562M/1/SUU_740_Q42013_A00.ISO -O /tmp/SUU_740_Q42013_A00.ISO
wget http://downloads.dell.com/FOLDER02551567M/1/SUU_14.10.200.117.iso -O /tmp/SUU_14.10.200.117.iso
</pre>
</pre>


Line 15: Line 17:
<pre>
<pre>
mkdir /tmp/cdrom
mkdir /tmp/cdrom
mount -t iso9660 -o loop /tmp/SUU_740_Q42013_A00.ISO /tmp/cdrom/
mount -t iso9660 -o loop /tmp/SUU_14.10.200.117.iso /tmp/cdrom/
</pre>
</pre>



Latest revision as of 03:08, 9 April 2015

SUU has been replaced with DSU

Install Dell SUU on CentOS 6.5

Prerequisite

SUU is a 32 Bit application. That is why you must install the 32 Bit prerequisite's even if you are using a 64 Bit operating system.

yum -y install glibc.i686 compat-libstdc++-33.i686 libstdc++.i686 zlib.i686 libxml2.i686 libXp.i686 libXtst.i686 ncurses-libs pam.i686 ncurses-libs.i686 compat-libstdc++-296

Download SUU

wget http://downloads.dell.com/FOLDER02551567M/1/SUU_14.10.200.117.iso -O /tmp/SUU_14.10.200.117.iso

Mount ISO

mkdir /tmp/cdrom
mount -t iso9660 -o loop /tmp/SUU_14.10.200.117.iso /tmp/cdrom/

Run SUU

cd /tmp/cdrom
./suu -u

UnMout ISO

umount /tmp/cdrom/