<?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; Update</title>
	<atom:link href="http://www.vmblox.com/tag/update/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>Neue Patches f&#252;r ESX</title>
		<link>http://www.vmblox.com/66/neue-patches-fuer-esx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=neue-patches-fuer-esx</link>
		<comments>http://www.vmblox.com/66/neue-patches-fuer-esx/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 05:21:18 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.vmblox.com/?p=66</guid>
		<description><![CDATA[Heute sind neue Patches f&#252;r die ESX Server erschienen. Wie es aussieht f&#252;r fast alles was im Moment noch unter support steht also bis hinunter zu 2.5.x Hier jetzt nur [...]]]></description>
			<content:encoded><![CDATA[<p>Heute sind neue Patches f&#252;r die ESX Server erschienen.<br />
Wie es aussieht f&#252;r fast alles was im Moment noch unter support steht also bis hinunter zu 2.5.x<br />
Hier jetzt nur mal die f&#252;r die Version 3.5 aufgelistet:</p>
<blockquote><p><strong>ESX350-200805501-BG</strong><br />
Security Update to VMkernel and Multiple RPMs<br />
<strong>ESX350-200805502-BG</strong><br />
Update to VMware ESX Scripts<br />
<strong>ESX350-200805503-BG</strong><br />
Update to VMnix<br />
<strong>ESX350-200805504-SG</strong><br />
Security Update to the Service Console for Cyrus SASL<br />
<strong>ESX350-200805505-SG</strong><br />
Security Update to the Service Console for unzip<br />
<strong>ESX350-200805506-SG</strong><br />
Security Update to the Service Console for Tcl/Tk<br />
<strong>ESX350-200805507-SG</strong><br />
Security Update to the Service Console for Kerberos 5<br />
<strong>ESX350-200805508-SG</strong><br />
Security Update to cim-smwg<br />
<strong>ESX350-200805513-BG</strong><br />
Update to VMware-esx-iscsi<br />
<strong>ESX350-200805514-BG</strong><br />
Update to VMware-esx-drivers-net-e1000<br />
<strong>ESX350-200805515-SG</strong><br />
Security Update to Fix Local Exploitation of an Untrusted Library Path Vulnerability in vmware-authd</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.vmblox.com/66/neue-patches-fuer-esx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Neue VMWare Patches</title>
		<link>http://www.vmblox.com/36/neue-vmware-patches/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=neue-vmware-patches</link>
		<comments>http://www.vmblox.com/36/neue-vmware-patches/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 05:56:48 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Virtualisierung]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[VI3]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.vmblox.com/?p=36</guid>
		<description><![CDATA[Heute spiele ich mal Prophet. VMWare wird am 10.04.2008 neue Patches ver&#246;ffentlichen, die da w&#228;ren: VMware ESX 3.5 Update 1 VMware ESXi 3.5 Installable Update 1 VMware VirtualCenter 2.5 Update [...]]]></description>
			<content:encoded><![CDATA[<p>Heute spiele ich mal Prophet. VMWare wird am 10.04.2008 neue Patches ver&#246;ffentlichen, die da w&#228;ren:</p>
<p><a href="http://www.vmware.com/support/vi3/doc/vi3_esx35_vc25_rel_notes.html" target="_blank">VMware ESX 3.5 Update 1</a><br />
<a href="http://www.vmware.com/support/vi3/doc/vi3_esx3i_i_35_vc25_rel_notes.html" target="_blank">VMware ESXi 3.5 Installable Update 1</a><br />
<a href="http://www.vmware.com/support/vi3/doc/vi3_esx35_vc25_rel_notes.html" target="_blank">VMware VirtualCenter 2.5 Update 1</a><br />
<a href="http://www.vmware.com/pdf/vi3_35/esx_3/r35/vi3_35_25_vcb_release_notes.pdf" target="_blank">VMware Consolidated Backup 1.1</a><br />
<a href="http://www.vmware.com/support/converter/doc/releasenotes_conv302update1.html" target="_blank">VMware Converter 3.0.2 Update 1 (Standalone Enterprise Edition)</a></p>
<p>Man kann zwar den Downloadbutton zwar anklicken aber downloaden geht leider noch nicht. Mal sehen ob sie den Download wirklich erst zum 10.4. anschalten.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vmblox.com/36/neue-vmware-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

