<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>VMBlox.com &#187; Dell</title>
	<atom:link href="http://www.vmblox.com/tag/dell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vmblox.com</link>
	<description>Virtualisierung und mehr</description>
	<lastBuildDate>Wed, 14 Dec 2011 10:17:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dell System Update CD mit ESX 3.5 nutzen</title>
		<link>http://www.vmblox.com/47/dell-system-update-cd-mit-esx-35-nutzen/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dell-system-update-cd-mit-esx-35-nutzen</link>
		<comments>http://www.vmblox.com/47/dell-system-update-cd-mit-esx-35-nutzen/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:02:05 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.vmblox.com/?p=47</guid>
		<description><![CDATA[Dell liefert seine System Upgrade CD leider nur f&#252;r Windows und einige Linuxe aus. Aber man kann sie auch auf ESX zum Laufen bringen. Und zwar folgenderma&#223;en: Erstmal das ISO [...]]]></description>
			<content:encoded><![CDATA[<p>Dell liefert seine System Upgrade CD leider nur f&#252;r Windows und einige Linuxe aus.<br />
Aber man kann sie auch auf ESX zum Laufen bringen.<br />
Und zwar folgenderma&#223;en:<br />
Erstmal das ISO entpacken, dann in den Ordner repository gehen und alle .exe Dateien L&#246;schen, da man die ja in einer Linuxumgebung nicht ben&#246;tigt.<br />
Den Ordner sollte man Dell nennen da man damit dann keine Anpassungen an das Script mehr machen.<br />
Das ganze kann man dann per SCP auf seinen ESX bringen.<br />
Sobald alles auf dem ESX ist mit <code>chmod -R 777 Dell</code> schreibbar machen.</p>
<p>Nun kann man das folgende Script ausf&#252;hren das ich bei Dell auf der Website gefunden habe ausf&#252;hren:</p>
<p><code>#!/bin/sh<br />
# scott_hanson@dell.com<br />
# modified by markus.gehm<br />
#<br />
# Script to apply DUPs (Dell Update Packages) on ESX 3.x hosts<br />
#<br />
# WARNING : This script applys updates with no user interaction or<br />
# WARNING : prompting. Make sure this is what you want done. See below<br />
# WARNING : for the line to un-comment to make it work.<br />
#</code></p>
<p>echo &#8216;Creating SUU Comparison report &#8230;. patience is a virtue&#8217;<br />
/tmp/Dell/suu -c &gt; /tmp/suu_comparison_report</p>
<p># Pull out the .BIN file names from the report &#8211; dump everything else<br />
for i in `grep -i &#8216;.bin&#8217; &lt; /tmp/suu_comparison_report | perl -pi -e &#8216;s/.*\s(.*?.bin).*/$1/gi&#8217;`<br />
do</p>
<p>echo &#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8217;<br />
echo &#8216;Applying package &#8216;$i</p>
<p># Apply DUPs with -q option to update silently with no user prompts<br />
# Un-comment out the line below when done testing to apply updates.<br />
# As-is the script just list updates it **would** have installed.</p>
<p><strong># /tmp/Dell/repository/$i -q</strong></p>
<p>done</p>
<p>echo &#8216; &#8216;<br />
echo &#8216; &#8216;<br />
echo &#8216;Updates applied&#8217;<br />
echo &#8216;Now would be a good time to reboot the system.&#8217;<br />
echo &#8216;This script brought to you by the Dell Enterprise TechCenter&#8217;<br />
echo &#8216;Join us at www.delltechcenter.com&#8217;</p>
<p>Es zeigt an ob und wenn ja welche Firmware upgedated werden k&#246;nnen.<br />
Sollte man das Upgrade durchf&#252;hren wollen muss man nur die # vor dem fett markierten Text entfernen.<br />
Dann werden alle Firmwares installiert.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vmblox.com/47/dell-system-update-cd-mit-esx-35-nutzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rescan SAN l&#228;uft in einen PSOD bei Dell 29xx</title>
		<link>http://www.vmblox.com/46/rescan-san-lauft-in-einen-psod-bei-dell-29xx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rescan-san-lauft-in-einen-psod-bei-dell-29xx</link>
		<comments>http://www.vmblox.com/46/rescan-san-lauft-in-einen-psod-bei-dell-29xx/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 10:44:43 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[2900]]></category>
		<category><![CDATA[29xx]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[PE]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.vmblox.com/?p=46</guid>
		<description><![CDATA[Habe heute Morgen mit schrecken Feststellen m&#252;ssen das ESX 3.5 sich nicht mit unseren nagelneuen Dell PE 2900 vertr&#228;gt. Installation verl&#228;uft bis auf den Bug in der Pegasus install_queue eigentlich [...]]]></description>
			<content:encoded><![CDATA[<p>Habe heute Morgen mit schrecken Feststellen m&#252;ssen das ESX 3.5 sich nicht mit unseren nagelneuen Dell PE 2900 vertr&#228;gt. Installation verl&#228;uft bis auf den Bug in der Pegasus install_queue eigentlich reibungslos.<br />
Heute Morgen noch schnell das Zoning gemacht und dann ein Rescan SAN, aber anstatt mir meine VMFS Luns anzuzeigen nur ein h&#228;sslicher PSOD, dann das Selbe nochmal mit dem 2. Server versucht, das Selbe.<br />
Im <a href="http://communities.vmware.com/message/927869#927869" target="_blank" rel="nofollow">VMTN-Forum</a> habe ich dann jemanden gefunden der dasselbe Problem hat.<br />
Ich hab jetzt mal einen SR bei VMware und Dell aufgemacht und hoffe bald eine L&#246;sung berichten zu k&#246;nnen.</p>
<p><strong>Update 1:</strong> Habe einen Workaround gefunden der mir in sofern weiterhilft das ich nun zumindest mal wieder arbeiten kann.<br />
Man muss den INTERNEN USB Controller deaktivieren.<br />
Dann funktioniert es dahingehend wieder das der Server beim reboot die neuen LUN&#8217; s erkennt und man sie nutzen kann.<br />
Allerdings f&#252;hrt ein manueller Rescan weiterhin zum PSOD.</p>
<p><strong>Update 2:</strong> So nun erstmal eine praktikable L&#246;sung auf die mich der Dell Support gesto&#223;en hat.<br />
Nachdem man den internen USB Controller im BIOS deaktiviert hat, muss man noch in der <code>/etc/modules.conf</code> alle USB eintr&#228;ge auskommentieren.<br />
Danach noch ein Reboot und auch einem manuellen Rescan steht nichts mehr im Wege.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vmblox.com/46/rescan-san-lauft-in-einen-psod-bei-dell-29xx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

