<?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>Yellow Bricks &#187; update</title>
	<atom:link href="http://www.yellow-bricks.com/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Patching your Image Profile (stateless ESXi)</title>
		<link>http://www.yellow-bricks.com/2011/09/14/patching-your-image-profile-stateless-esxi/</link>
		<comments>http://www.yellow-bricks.com/2011/09/14/patching-your-image-profile-stateless-esxi/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 11:51:14 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[auto-deploy]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[stateless]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9049</guid>
		<description><![CDATA[<p>The first patch for ESXi has been released so I figured this was a great time to create and article around how to patch your Image Profile with a new update. The process is fairly straight forward as in this case you will need to create a new image-profile (described here) and link it to a new rule (New-DeployRule and [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/09/14/patching-your-image-profile-stateless-esxi/">Patching your Image Profile (stateless ESXi)</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>The first patch for ESXi has been <a href="http://www.vmware.com/patchmgr/download.portal">released</a> so I figured this was a great time to create and article around how to patch your Image Profile with a new update. The process is fairly straight forward as in this case you will need to create a new image-profile (described <a href="http://www.yellow-bricks.com/2011/09/05/cheat-sheet-auto-deploy/">here</a>) and link it to a new rule (New-DeployRule and make that rule active (Add-DeployRule). That is what I like about Stateless. You can just prepare a new Image Profile, create a new rule and you are good to go. A reboot of your ESXi host will load up the latest Image Profile. I did this within a couple of minutes and I&#8217;m now running build 474610 of ESXi.</p>
<p>While I was playing around I decided to do things in an incorrect order to see if I could break it, and of course I did manage to break it&#8230; I managed to fix all of it though. The first thing I did was testing the rule set and repairing it as documented below.</p>
<p>Now if you run into any issues you can repair the ruleset by using the following command:</p>
<p style="padding-left: 30px;"><code>Get-VMHost &lt;esxi host&gt; | Test-DeployRuleSetCompliance | Repair-DeployRuleSetCompliance</code></p>
<p>Now if your host boots and mentions that there&#8217;s no rule associated you might want to try the following:</p>
<p style="padding-left: 30px;"><code>Get-DeployRule</code></p>
<p>If your newly created rule is returned you will want to make sure it is active:</p>
<p style="padding-left: 30px;"><code>Get-DeployRuleSet</code></p>
<p>If there&#8217;s nothing listed it means no rules are currently active (active ruleset is what the documentation will refer to). You you can set the rule as active as follows:</p>
<p style="padding-left: 30px;"><code>Set-DeployRuleSet -DeployRule &lt;name of rule&gt;</code></p>
<p>Everyone who is considering using Auto-Deploy I would most definitely recommend to explore these commands and to try to break things and fix it. Document your steps along the way, I am certain it will be valuable at some point!</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/09/14/patching-your-image-profile-stateless-esxi/">Patching your Image Profile (stateless ESXi)</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/09/14/patching-your-image-profile-stateless-esxi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating your 32-bit vCenter Server to 64-bit</title>
		<link>http://www.yellow-bricks.com/2011/07/04/migrating-your-32-bit-vcenter-server-to-64-bit/</link>
		<comments>http://www.yellow-bricks.com/2011/07/04/migrating-your-32-bit-vcenter-server-to-64-bit/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 12:09:38 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=8445</guid>
		<description><![CDATA[<p>I am working on a whitepaper about vCenter Server migrations and stumbled upon this great tool which is hidden away on the vCenter install media called &#8220;datamigration&#8221;. The data migration tool allows you to backup a vCenter Server configuration which is hosted by the MS SQL Express databases that is packaged with vCenter. Now this might seem like a limited [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/07/04/migrating-your-32-bit-vcenter-server-to-64-bit/">Migrating your 32-bit vCenter Server to 64-bit</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I am working on a whitepaper about vCenter Server migrations and <a href="http://kb.vmware.com/kb/1021635">stumbled</a> upon this great tool which is hidden away on the vCenter install media called &#8220;datamigration&#8221;. The data migration tool allows you to backup a vCenter Server configuration which is hosted by the MS SQL Express databases that is packaged with vCenter. Now this might seem like a limited scenario but I bet many people start out using the Express database that comes with vCenter using a 32-bit OS and found themselves more or less locked in. If you are still using 4.0 with a 32-bit platform, this is your way out. It is fairly straight forward if I may say so. The beauty of it all is that you can keep your current vCenter config, be it disabled&#8230; but you always have a roll back option might it be needed.</p>
<ul>
<li>Build a new 64-bit vCenter Server</li>
<li>Download the vCenter zip or ISO</li>
<li>Go to the &#8220;datamigration&#8221; folder and copy/extract the datamigration.zip.</li>
<li>Copy the extracted content to your &#8220;source&#8221; vCenter Server</li>
<li>Stop the vCenter Service, Update Management Service and the vCenter Web Service</li>
<li>Run  &#8220;backup.bat&#8221; under the datamigration folder from a Command Prompt
<ul>
<li>One decision that you need to make is if you want to backup all Host patches as well, I prefer to just download them again</li>
</ul>
</li>
<li>When the process has completed copy the full &#8220;datamigration&#8221; folder to your new vCenter server</li>
<li>Run  &#8220;install.bat&#8221; under the datamigration folder from a Command Prompt
<ul>
<li>It will display the name of the vCenter Server you are about to &#8220;restore&#8221;, validate it and type Y</li>
<li>Provide the path to the vCenter install files</li>
<li>Provide the path to the VUM install files (probably same as previous step)</li>
<li>Now just follow the normal installation process</li>
<li>You will see an installer popping up, note that in the Command Prompt window the databases will be restored etc.</li>
<li>Takes roughly 15 minutes depending on the amount of data</li>
</ul>
</li>
<li>Start the vSphere Client&#8230; done,</li>
</ul>
<p>Is that simple or what? I was kind of amazed by this to be honest, very simple and effective tool to migrate to a new 64-bit vCenter Server while keeping your Events, Tasks, Resource Pools etc&#8230; it is all there. Use it to your advantage,</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/07/04/migrating-your-32-bit-vcenter-server-to-64-bit/">Migrating your 32-bit vCenter Server to 64-bit</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/07/04/migrating-your-32-bit-vcenter-server-to-64-bit/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>32-bit ODBC DSN for VUM 4.1</title>
		<link>http://www.yellow-bricks.com/2010/07/15/32-bit-odbc-dsn-for-vum-4-1/</link>
		<comments>http://www.yellow-bricks.com/2010/07/15/32-bit-odbc-dsn-for-vum-4-1/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 22:09:14 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vum]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6229</guid>
		<description><![CDATA[<p>My VMware Cloud Team colleague Max Daneri of VMTS fame was building a vSphere 4.1 environment this week. During the installation of VUM(VMware Update Manager) he ran into an issue with the database connection which I thought would be useful to share with you. After some playing around he found out that apparently VUM requires a 32-bit ODBC DSN. Which [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/15/32-bit-odbc-dsn-for-vum-4-1/">32-bit ODBC DSN for VUM 4.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>My VMware Cloud Team colleague Max Daneri of <a href="http://www.vmts.net/">VMTS</a> fame was building a vSphere 4.1 environment this week. During the installation of VUM(VMware Update Manager) he ran into an issue with the database connection which I thought would be useful to share with you. After some playing around he found out that apparently VUM requires a 32-bit ODBC DSN. Which was a surprise as VUM requires a 64-bit OS.</p>
<p>Of course we should have read the documentation first as it is stated on page 27 of the <a href="http://www.vmware.com/pdf/vsp_vum_41_admin_guide.pdf">VUM Install Guide</a>&#8230;</p>
<blockquote><p>IMPORTANT: Although you can install the Update Manager server only on 64-bit machines, Update Manager is a 32-bit application and requires a 32-bit DSN.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/15/32-bit-odbc-dsn-for-vum-4-1/">32-bit ODBC DSN for VUM 4.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/15/32-bit-odbc-dsn-for-vum-4-1/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>VMware vCenter SRM 4.0.1 released</title>
		<link>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/</link>
		<comments>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 12:48:41 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[srm]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5487</guid>
		<description><![CDATA[<p>VMware just released VMware vCenter SRM 4.0.1. Site Recovery Manager 4.0.1 File size: 104 MB You can find the download here. This patch fixes the following issues: Test recovery times have been improved for ESX 4.0.1 hosts that use iSCSI arrays. a problem that could cause a recovery plan to hang while powering-off virtual machines at the protected site if [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/">VMware vCenter SRM 4.0.1 released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just released VMware vCenter SRM 4.0.1.</p>
<blockquote><p><strong>Site Recovery Manager 4.0.1 </strong><br />
File size: 104 MB</p></blockquote>
<p>You can find the download <a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_vcenter_site_recovery_manager/4_0">here</a>. This patch fixes the following issues:</p>
<blockquote>
<ul>
<li><!-- 501619 -->Test recovery times have been improved for ESX 4.0.1 hosts that use iSCSI arrays.</li>
<li><!-- 498290 -->a problem that could cause a recovery plan to hang while powering-off virtual machines at the protected site if the virtual machine&#8217;s storage goes offline while the plan is running</li>
<li><!-- 496967 --> Customization is now supported for virtual machines running Windows 7 and Windows 2008 R2.</li>
<li><!-- 493105 -->a problem that could prevent IP customization from updating the /etc/hosts file on a protected virtual machine running Linux</li>
<li><!-- 520553 -->a problem that could cause intermittent site disconnections when there was a firewall between the sites that was configured to close connections due to inactivity</li>
<li><!-- 484072 -->a problem that could cause test and recovery networks to be swapped in a recovery plan after the SRM service was restarted</li>
<li><!-- 479077 -->a problem that could cause datastore group calculation to fail with a &#8220;Not initialized&#8221; exception when encountering a virtual machine with an RDM device for which the lunUuid is not set</li>
<li><!-- 472897 -->a problem that could cause a recovered virtual machine to be deleted if an administrator manually removed it from a protection group while a recovery plan was being run</li>
<li><!-- 468042 -->a problem that could cause the SRM Installer to fail to update vCenter credentials when running in Repair mode</li>
<li><!-- 445005 -->a problem that caused the Perl installation created by SRM to be incompatible with some Perl packages. This fix eliminates the need to create the temporary Perl installation mentioned in VMware Knowledge Base article 1014232.</li>
<li><!-- 425515 -->a problem that could cause the SRM Service to hang when a Configure All operation configured more than 300 virtual machines</li>
<li><!-- 375760 -->a problem that could cause recovery plan failures with hardware iSCSI HBAs connected to Clarriion arrays</li>
</ul>
</blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/">VMware vCenter SRM 4.0.1 released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-srm-4-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vCenter Update Manager 4.0 Update 1 Patch 1</title>
		<link>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-update-manager-4-0-update-1-patch-1/</link>
		<comments>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-update-manager-4-0-update-1-patch-1/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 07:26:06 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5477</guid>
		<description><![CDATA[<p>VMware just released VMware vCenter Update Manager 4.0 Update 1 Patch 1. This patch resolves the following issues : After upgrading Cisco Nexus 1000V VSM to the latest version, you might not be able to patch the kernel of ESX hosts attached to the vDS (KB 1015717)Upgrading Cisco Nexus 1000V VSM to the latest version upgrades the Cisco Virtual Ethernet [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-update-manager-4-0-update-1-patch-1/">VMware vCenter Update Manager 4.0 Update 1 Patch 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just released VMware vCenter Update Manager 4.0 Update 1 Patch 1. </p>
<p>This patch resolves the following issues :</p>
<ul>
<li> After upgrading Cisco Nexus 1000V VSM to the latest version, you might not be able to patch the kernel of ESX hosts attached to the vDS (<a href="http://kb.vmware.com/kb/1015717">KB 1015717</a>)Upgrading Cisco Nexus 1000V VSM to the latest version upgrades the Cisco Virtual Ethernet Module (VEM) on ESX hosts attached to the vDS. Subsequently, from the same vSphere Client instance, you might not be able to use a host patch baseline to apply patches to the ESX vmkernel64 or ESXi firmware of hosts attached to the vDS. Applying patches to ESX vmkernel64 or ESXi firmware requires that you include the compatible Cisco Nexus 1000V VEM patch in the baseline. However, this patch might not be available for selection in the Update Manager New Baseline wizard or in the Update Manager patch repository.</li>
<li> Upgrade of Cisco Nexus 1000V version 4.0(4)SV1(1) to version 4.0(4)SV1(2) with Update Manager might fail for hosts with certain patch levels (<a href="http://kb.vmware.com/kb/1017069">KB 1017069</a>)If you are using Cisco Nexus 1000V version 4.0(4)SV1(1), and the ESX patch bulletins ESX400-200912401-BG or ESXi400-200912401-BG are installed on the host, you might not be able to upgrade to Cisco Nexus 1000V version 4.0(4)SV1(2).</li>
<li> Scanning of hosts in a cluster and staging of patches to hosts in a cluster might take a long time to finishThe scanning and staging operations of hosts in a cluster run sequentially. If a cluster contains a lot of hosts, scanning and staging patches might take a long time to be completed. Scanning and staging of hosts in a cluster run concurrently on all of the selected hosts in the cluster.</li>
</ul>
<p>For details regarding these new fixes, please refer to the <a href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;lid=9519&amp;elq=a02212f39b3943af82d4bd05bd09e738" target="_blank">release notes</a>.</p>
<p>VMware vCenter Update Manager 4.0 Update 1 Patch 1 is available for <a href="http://app.connect.vmware.com/e/er.aspx?s=524&amp;lid=9518&amp;elq=a02212f39b3943af82d4bd05bd09e738" target="_blank">download</a>.</p>
<p>VMware vCenter Update Manager 4.0 Update 1 is required for installation of this patch.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-update-manager-4-0-update-1-patch-1/">VMware vCenter Update Manager 4.0 Update 1 Patch 1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/27/vmware-vcenter-update-manager-4-0-update-1-patch-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View 4.0.1</title>
		<link>http://www.yellow-bricks.com/2010/02/19/vmware-view-4-0-1/</link>
		<comments>http://www.yellow-bricks.com/2010/02/19/vmware-view-4-0-1/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 07:01:28 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5346</guid>
		<description><![CDATA[<p>VMware just released a maintenance release for VMware View 4. View Manager Version 4.0.1 &#124; 18 February 2010 &#124; Build: 233023 (View Manager), 210930 (View Composer) What&#8217;s New: VMware View 4.0.1 is a maintenance release that resolves some known issues in the previous releases. For details, see the Resolved Issues section. This release includes the following new features. Localization of [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/19/vmware-view-4-0-1/">VMware View 4.0.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just <a href="http://www.vmware.com/support/view40/doc/releasenotes_viewmanager401.html">released</a> a maintenance release for VMware View 4.</p>
<blockquote><p>View Manager Version 4.0.1 | 18 February 2010 | Build: 233023 (View Manager), 210930 (View Composer)</p>
<p>What&#8217;s New:</p>
<p>VMware View 4.0.1 is a maintenance release that resolves some known issues in the previous releases. For details, see the Resolved Issues section.</p>
<p>This release includes the following new features.<br />
Localization of VMware View</p>
<p>The View Client and online help for View Client are now available in Japanese, French, German, and simplified Chinese. The View Manager Administration Guide, View Manager Release Notes, Getting Started with VMware View document, View Upgrade Guide, and View Architecture Planning Guide are also available in these languages.<br />
VirtualCenter 2.5 Update 6 and ESX 3.5 Update 5 Support</p>
<p>View Manager 4.0.1 includes support for VirtualCenter 2.5 Update 6 and ESX 3.5 Update 5.<br />
Enhancements to the PCoIP Display Protocol</p>
<p>PCoIP now supports the following features:</p>
<ul>
<li>Virtual Printing, which allows end users to use local or network printers from a View desktop without requiring that additional print drivers be installed in the View desktop.</li>
<li>Single sign-on support for third party providers such as Sentillion and Imprivata.</li>
<li>View Client supports international keyboards when using PCoIP.</li>
</ul>
<p>For PCoIP-related bug fixes, see the View Client Resolved Issues section.</p></blockquote>
<p>Of course multiple issues have been fixed in the maintenance release. For more details read <a href="http://www.vmware.com/support/view40/doc/releasenotes_viewmanager401.html#fixedissues">here</a>.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/19/vmware-view-4-0-1/">VMware View 4.0.1</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/19/vmware-view-4-0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VUM and downloading patches via PAC</title>
		<link>http://www.yellow-bricks.com/2010/02/16/vum-cannot-download-patches-via-proxy/</link>
		<comments>http://www.yellow-bricks.com/2010/02/16/vum-cannot-download-patches-via-proxy/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:54:52 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[vSphere]]></category>
		<category><![CDATA[vum]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5336</guid>
		<description><![CDATA[<p>When I tried to download patches via a freshly installed VMware vSphere Update Manager today I received the following error: https://hostupdate.vmware.com/software/VUM/PRODUCTION/index.xml; hosting the patch definitions and patches cannot be reached or has no patch data Although we configured a proxy including the appropriate account it would not work. As suggested in this KB article I removed the &#8220;http://&#8221; part of [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/16/vum-cannot-download-patches-via-proxy/">VUM and downloading patches via PAC</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>When I tried to download patches via a freshly installed VMware vSphere Update Manager today I received the following error:</p>
<blockquote><p>https://hostupdate.vmware.com/software/VUM/PRODUCTION/index.xml;<br />
hosting the patch definitions and patches cannot be reached or has no patch data</p></blockquote>
<p>Although we configured a proxy including the appropriate account it would not work. As suggested in this <a href="http://kb.vmware.com/kb/1012926">KB</a> article I removed the &#8220;http://&#8221; part of the proxy address but still it bailed out with the error above. After trying several combinations I noticed that the proxy was actually a <a href="http://en.wikipedia.org/wiki/Proxy_auto-config">PAC</a> address instead of a proxy server. A PAC basically serves a list which contains the proxy details of the environment. This comes in handy when you&#8217;ve got multiple proxy for redundancy&#8230; In this case VMware Update Manager wasn&#8217;t fond of the PAC file. When I used the address of the proxy server instead of the host server the PAC file it worked like a charm&#8230;</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/02/16/vum-cannot-download-patches-via-proxy/">VUM and downloading patches via PAC</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/02/16/vum-cannot-download-patches-via-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vSphere ESX(i) 4.0 Patches released</title>
		<link>http://www.yellow-bricks.com/2010/01/07/vsphere-esxi-4-0-patches-released/</link>
		<comments>http://www.yellow-bricks.com/2010/01/07/vsphere-esxi-4-0-patches-released/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:29:58 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5010</guid>
		<description><![CDATA[<p>VMware just released several new patches of which security and critical patches. You can find the KB articles which describe the fixes here: ESX: KB 1016291 KB 1016292 KB 1016293 KB 1016294 ESXi: KB 1016295 KB 1016296</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/07/vsphere-esxi-4-0-patches-released/">vSphere ESX(i) 4.0 Patches released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>VMware just released several new patches of which security and critical patches. You can find the KB articles which describe the fixes here:</p>
<p>ESX:</p>
<ul>
<li><a href="http://kb.vmware.com/kb/1016291" target="_blank">KB 1016291</a></li>
<li><a href="http://kb.vmware.com/kb/1016292" target="_blank">KB 1016292</a></li>
<li><a href="http://kb.vmware.com/kb/1016293" target="_blank">KB 1016293</a></li>
<li><a href="http://kb.vmware.com/kb/1016294" target="_blank">KB 1016294</a></li>
</ul>
<p>ESXi:</p>
<ul>
<li><a href="http://kb.vmware.com/kb/1016295" target="new">KB 1016295</a></li>
<li><a href="http://kb.vmware.com/kb/1016296" target="new">KB 1016296</a></li>
</ul>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/01/07/vsphere-esxi-4-0-patches-released/">vSphere ESX(i) 4.0 Patches released</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/01/07/vsphere-esxi-4-0-patches-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ESX 4.0 Update 1A</title>
		<link>http://www.yellow-bricks.com/2009/12/10/esxi-4-0-update-1a/</link>
		<comments>http://www.yellow-bricks.com/2009/12/10/esxi-4-0-update-1a/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 08:10:11 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4757</guid>
		<description><![CDATA[<p>ESX(i) 4 Update 1 has just been re-released: We&#8217;ve released a new version of ESX 4.0 Update 1 that resolves the issue with the ESX 4.0 Update 1 install failing, timing out and resulting in the host entering an usable state. The new version is called ESX 4.0 Update 1A. You can find the new version on VMware Downloads. For [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/10/esxi-4-0-update-1a/">ESX 4.0 Update 1A</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>ESX(i) 4 Update 1 has just been re-released:</p>
<blockquote><p>We&#8217;ve released a new version of ESX 4.0 Update 1 that resolves the issue with the ESX 4.0 Update 1 install failing, timing out and resulting in the host entering an usable state.</p>
<p>The new version is called ESX 4.0 Update 1A.</p>
<p>You can find the new version on <a href="http://downloads.vmware.com/d/details/esx40u1_a/ZHcqYmRqampiZGUlaA==">VMware Downloads</a>.</p>
<p>For more details, see <a title="Link to VMware knowledge base article 1016070" href="http://kb.vmware.com/kb/1016070">Due to a possible dead lock on rpmpd, upgrading ESX 4.0 to ESX 4.0 Update 1 can fail or time out and leave the host in an unusable state (1016070)</a>.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/10/esxi-4-0-update-1a/">ESX 4.0 Update 1A</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/10/esxi-4-0-update-1a/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ESX 3.5 Update 5 is available</title>
		<link>http://www.yellow-bricks.com/2009/12/04/esx-3-5-update-5-is-available/</link>
		<comments>http://www.yellow-bricks.com/2009/12/04/esx-3-5-update-5-is-available/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 05:10:24 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=4688</guid>
		<description><![CDATA[<p>For those still on ESX 3.5 VMware has just released Update 5. Here are the full release notes, you can find the download here and make sure to read which issues have been resolved. What&#8217;s New? Notes: Not all combinations of VirtualCenter and ESX Server versions are supported. All of these highlighted features are available only if you are using VirtualCenter [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/04/esx-3-5-update-5-is-available/">ESX 3.5 Update 5 is available</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>For those still on ESX 3.5 VMware has just released Update 5. Here are the full <a href="http://www.vmware.com/support/vi3/doc/vi3_esx35u5_rel_notes.html" target="_blank">release notes</a>, you can find the download <a href="http://downloads.vmware.com/d/info/datacenter_downloads/vmware_infrastructure_3/3_5">here</a> and make sure to read which issues have been <a href="http://www.vmware.com/support/vi3/doc/vi3_esx35u5_rel_notes.html#resolvedissues">resolved</a>.</p>
<blockquote><p>What&#8217;s New?</p>
<p><strong>Notes:</strong></p>
<ol>
<li>Not all combinations of VirtualCenter and ESX Server versions are supported. All of these highlighted features are available only if you are using VirtualCenter 2.5 Update 5 with ESX Server 3.5 Update 5. See the <a href="http://www.vmware.com/pdf/vi3_35/esx_3/r35/vi3_35_25_compat_matrix.pdf" target="_blank">ESX Server, VirtualCenter, and VMware Infrastructure Client Compatibility Matrixes</a> for more information on compatibility.</li>
<li>VMware recommends VMware Tools upgrade for this version of ESX Server.</li>
</ol>
<p>The following information provides highlights of some of the enhancements available in this release of VMware ESX Server:</p>
<p><strong>Enablement of Intel Xeon Processor 3400 Series</strong> – Support for the Intel Xeon processor 3400 series has been added. Support includes Enhanced VMotion capabilities. For additional information on previous processor families supported by Enhanced VMotion, see <a href="http://kb.vmware.com/kb/1003212" target="_blank">Enhanced VMotion Compatibility (EVC) processor support</a> (KB 1003212).</p>
<p><strong>Driver Update for Broadcom bnx2 Network Controller</strong> – The driver for bnx2 controllers has been upgraded to version 1.6.9. This driver supports bootcode upgrade on bnx2 chipsets and requires <tt>bmapilnx</tt> and <tt>lnxfwnx2</tt> tools upgrade from Broadcom. This driver also adds support for Network Controller &#8211; Sideband Interface (NC-SI) for SOL (serial over LAN) applicable to Broadcom NetXtreme 5709 and 5716 chipsets.</p>
<p><strong>Driver Update for LSI SCSI and SAS Controllers</strong> – The driver for LSI SCSI and SAS controllers is updated to version 2.06.74. This version of the driver is required to provide a better support for shared SAS environments.</p>
<p><strong>Newly Supported Guest Operating Systems</strong> – Support   for the following guest operating systems has been  added specifically for this release:</p>
<p>For  more complete information about supported guests included in this release, see the VMware Compatibility Guide: <a href="http://www.vmware.com/resources/compatibility/search.php?deviceCategory=software">http://www.vmware.com/resources/compatibility/search.php?deviceCategory=software</a>.</p>
<ul>
<li>Windows 7 Enterprise (32-bit and 64-bit)</li>
<li>Windows 7 Ultimate (32-bit and 64-bit)</li>
<li>Windows 7 Professional (32-bit and 64-bit)</li>
<li>Windows 7 Home Premium (32-bit and 64-bit)</li>
<li>Windows 2008 R2 Standard Edition (64-bit)</li>
<li>Windows 2008 R2 Enterprise Edition (64-bit)</li>
<li>Windows 2008 R2 Datacenter Edition (64-bit)</li>
<li>Windows 2008 R2 Web Server (64-bit)</li>
<li>Ubuntu Desktop 9.04 (32-bit and 64-bit)</li>
<li>Ubuntu Server 9.04 (32-bit and 64-bit)</li>
</ul>
<p><strong>Newly Supported Management Agents</strong> – See <a href="http://www.vmware.com/support/esx25/doc/sys_mgmt_links.html" target="_blank">VMware ESX Server Supported Hardware Lifecycle Management Agents</a> for current information on supported management agents.
</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/12/04/esx-3-5-update-5-is-available/">ESX 3.5 Update 5 is available</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/12/04/esx-3-5-update-5-is-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

