<?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>VMtoday &#187; Patch</title> <atom:link href="http://vmtoday.com/tag/patch/feed/" rel="self" type="application/rss+xml" /><link>http://vmtoday.com</link> <description>VMware News, Views, &#38; How-To&#039;s from vExpert Josh Townsend</description> <lastBuildDate>Fri, 18 May 2012 19:03:15 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>vCenter Crashes After Applying ESXi Patch ESXi410-201010401-SG</title><link>http://vmtoday.com/2010/12/vcenter-crashes-after-applying-esxi-patch-esxi410-201010401-sg/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vcenter-crashes-after-applying-esxi-patch-esxi410-201010401-sg</link> <comments>http://vmtoday.com/2010/12/vcenter-crashes-after-applying-esxi-patch-esxi410-201010401-sg/#comments</comments> <pubDate>Fri, 10 Dec 2010 18:19:32 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Issues & Troubleshooting]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[VMware How To]]></category> <category><![CDATA[bug]]></category> <category><![CDATA[DPM]]></category> <category><![CDATA[DRS]]></category> <category><![CDATA[HA]]></category> <category><![CDATA[Patch]]></category> <category><![CDATA[vcenter]]></category> <category><![CDATA[vsphere]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=639</guid> <description><![CDATA[My last post described a problem I experienced with VMware HA after upgrading to vSphere 4.1.  Here is my experience with a similar issue after applying the ESXi410-201010401-SG patch to one of my test/dev ESXi clusters.  The patch, released on November 15th and weighing in at a hefty 212MB, fixes a number of issues from [...]]]></description> <content:encoded><![CDATA[<p></p><p>My <a
title="HA Errors after vSphere 4.1 Upgrade" href="http://vmtoday.com/2010/12/ha-errors-after-vsphere-4-1-upgrade/" target="_blank">last post</a> described a problem I experienced with VMware HA after upgrading to vSphere 4.1.  Here is my experience with a similar issue after applying the <a
title="VMware ESXi 4.1 Patch ESXi410-201010401-SG: Updates Firmware" href="http://kb.vmware.com/kb/1027021" target="_blank">ESXi410-201010401-SG</a> patch to one of my test/dev ESXi clusters.  The patch, released on November 15th and weighing in at a hefty 212MB, fixes a number of issues from Likewise authentication on ESXi hosts to allowing configurable NOOP timout and interval values for faster failover of certain iSCSI arrays (<a
title="IBM DS3300 iSCSI Write Performance Solved" href="http://vmtoday.com/2009/06/ibm-ds3300-iscsi-write-performance-solved/" target="_blank">like the DS3300 or MD3000i</a>).</p><p>The environment where this problem occured has a single vCenter server managing both a production cluster and the test/dev cluster.  After applying this particular update to the ESXi hosts in the cluster, the vCenter server began to crash every 5 minutes or so.  The crash was logged on the vCenter server with Event ID 7031: The VMware VirtualCenter Server service terminated unexpectedly.  My go-to troubleshooting question (&#8220;What changed?&#8221;) pointed at the ESXi patch, but a VMware KB search and a little <a
title="why vcenter no worky?" href="http://lmgtfy.com/?q=why+vcenter+no+worky%3F" target="_blank">Google</a> action yielded no results directly related to ESXi410-201010401-SG and the vCenter Server service terminating unexpectedly.  <a
title="Troubleshooting the VMware VirtualCenter Server service when it does not start or fails" href="http://kb.vmware.com/kb/1003926" target="_blank">VMware KB article 1003926</a> provides some basic troubleshooting steps for vCenter Server, such as checking for port conflicts, vCenter DB health &amp; availability, and log locations.  The environment was healthy until the patch was applied to a sub-set of my ESXi hosts so I could confidently eliminate credentials, port conflicts and the like as the cause of the problem, so I jumped right to the log files for vCenter.  The vpxd-*.log is found in &#8220;C:\ProgramData\VMware\VMware VirtualCenter\Logs&#8221; on Windows 2008 vCenter servers and &#8220;%ALLUSERSPROFILE%\VMware\VMware VirtualCenter\Logs\vpxd.log&#8221; on Windows 2003 servers.  I found a few lines of interest in the log file but decided I had better call VMware Support to further analyze the issue.</p><p>To make a long story short, what the logs revealed is a bug that is triggered whenever VMware Distributed Resource Scheduler (DRS) ran on the updated test/dev cluster.  Disabling DRS stopped the symptom of the vCenter Server Service terminating unexpectedly, but this was obviously not a long-term solution.  A bit more digging by my VMware support rep led to VMware Distributed Power Management (DPM) being enabled on the cluster as the root cause of the issue.  Disabling DPM but leaving DRS enabled on the cluster fixed the glitch.  I can live without DPM, but DRS is pretty darn handy.</p><p>At this point, VMware engineering knows about the issue, and a fix is planned for vCenter 4.1 Update 1.  Interesting that DPM was fingered in this case, as well as in <a
title="HA Errors after vSphere 4.1 Upgrade" href="http://vmtoday.com/2010/12/ha-errors-after-vsphere-4-1-upgrade/" target="_blank">the case I wrote about last week</a> where HA and DPM apparently do not always play well together.  It seems like DPM is not fully baked, even though it is now officially supported.  This is unfortunate as DPM is promising to me &#8211; I can imagine the technology behind DPM being used for intelligent load shedding during peak electrical cost hours, power outages, or cooling outages in datacenters with some good integration between a DPM API and environmental management and monitoring systems like APC&#8217;s NetBotz.  Anyone else using DPM without having problems?  Any ideas for extending DPM or leveraging it for other purposes in the datacenter &#8211; I&#8217;d love to hear ideas in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2010/12/vcenter-crashes-after-applying-esxi-patch-esxi410-201010401-sg/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>DL380 BIOS Configuration for VMware</title><link>http://vmtoday.com/2009/03/dl380-bios-configuration-for-vmware/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dl380-bios-configuration-for-vmware</link> <comments>http://vmtoday.com/2009/03/dl380-bios-configuration-for-vmware/#comments</comments> <pubDate>Mon, 16 Mar 2009 20:08:15 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Issues & Troubleshooting]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[3.5]]></category> <category><![CDATA[compatibility]]></category> <category><![CDATA[DL380]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[G3]]></category> <category><![CDATA[Patch]]></category> <category><![CDATA[Update 3]]></category> <category><![CDATA[virtual]]></category> <category><![CDATA[virtualization]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=71</guid> <description><![CDATA[One more post to wrap up the nonsense with my DL380 G3 ESX servers&#8230;. Vincent Vlieghe noted that you must make a couple changes to your DL380 G3&#8242;s for ESX to work correctly.  His post was written back in 2006 when we were still working with ESX 2.x, but the same appears to be true [...]]]></description> <content:encoded><![CDATA[<p></p><p>One more post to wrap up the nonsense with my DL380 G3 ESX servers&#8230;.</p><p><a
href="http://virtrix.blogspot.com">Vincent Vlieghe</a> noted that you must make a couple changes to your DL380 G3&#8242;s for ESX to work correctly.  His <a
href="http://virtrix.blogspot.com/2006/07/hp-proliant-and-compaq-mps-table-bios.html">post </a>was written back in 2006 when we were still working with ESX 2.x, but the same appears to be true of ESX 3.5 RTM (<a
href="http://vmtoday.com/2009/03/double-check-the-hcl/">Updates are not supported on this hardware per the HCL</a>).  The changes you must make to BIOS are:</p><blockquote><p>For stable operation on these systems, ESX Server requires a BIOS MPS Table Mode setting of Full Table APIC. With the exception of the specific systems referenced below, the following BIOS settings must be applied in order if available:</p><ol><li>System Options &gt; OS Selection: Select Windows 2000.</li><li>Advanced Options &gt; MPS Table Mode: Select Full Table APIC.</li><li>When presented with multiple Windows options (Windows 2000, Windows Server 2003, Windows .NET, and so on) select Windows 2000. If both BIOS settings are available and can be modified, both must be set correctly. You should confirm these settings after any BIOS upgrade operation.</li></ol></blockquote><p>I have seen other references that say that you should also disable hyperthreading on this platform, but I was able to successfully run with Hyperthreading enabled with no performance degradation or stability issues.  I hope this information is helpful to those of you still running these dinosaurs!</p> ]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/03/dl380-bios-configuration-for-vmware/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Double-Check the HCL</title><link>http://vmtoday.com/2009/03/double-check-the-hcl/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=double-check-the-hcl</link> <comments>http://vmtoday.com/2009/03/double-check-the-hcl/#comments</comments> <pubDate>Thu, 12 Mar 2009 15:57:18 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Issues & Troubleshooting]]></category> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[3.5]]></category> <category><![CDATA[best practices]]></category> <category><![CDATA[compatibility]]></category> <category><![CDATA[DL380]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[G3]]></category> <category><![CDATA[HCL]]></category> <category><![CDATA[HP]]></category> <category><![CDATA[Patch]]></category> <category><![CDATA[Update 3]]></category> <category><![CDATA[virtual]]></category> <category><![CDATA[virtualization]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=56</guid> <description><![CDATA[I wrote some time back about networking problems with a clean install of ESX 3.5 U3 on a HP DL380 G3 server in a lab environment.  A simple downgrade to ESX 3.5 RTM corrected the issue and I didn&#8217;t think much about it.  One of the servers in the lab died and I went about [...]]]></description> <content:encoded><![CDATA[<p></p><p>I wrote some time back about <a
href="http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/">networking problems with a clean install of ESX 3.5 U3 on a HP DL380 G3 server</a> in a lab environment.  A simple downgrade to ESX 3.5 RTM corrected the issue and I didn&#8217;t think much about it.  One of the servers in the lab died and I went about the business of rebuilding it.  Having learned my lesson, I started with an ESX 3.5 RTM install and then patched to Update 3 plus other applicable updates.  Much to my chagrin, the server began crapping out on me randomly.  Some reboots, some networking issues, and other assorted not so good things.  Now the DL380 G3 is not the spring chicken it used to be, so I assumed some faulty hardware was probably to blame.  Some diagnostics and log reviews yielded no hardware issues.</p><p>On a whim, I decided to check the VMware HCL to see if the DL380 G3 was still on the list of compatible servers for ESX.  Now, I had checked, or rather &#8216;remembered&#8217; checking, the HCL before that first problematic install, but a recheck never hurts.  When I arrived at the VMware <a
title="VMware HCL" href="http://www.vmware.com/resources/techresources/458" target="_blank">HCL page</a> I saw the same old trusty PDF link with a slightly newer revision date than my previous visit.  I was pleasantly surprised when I clicked the PDF link to find that I was redirected to a <a
title="New VMware HCL" href="http://www.vmware.com/resources/compatibility/search.php" target="_blank">searchable, filterable forms-based version of the HCL</a>.  Nice!  Let&#8217;s do this thing&#8230;.</p><p>I&#8217;m a little lazy, so I simply used a keyword search to look up &#8216;DL380 G3&#8242;.  Presto-chango: I&#8217;ve got results, and I like what I see:</p><div
id="attachment_62" class="wp-caption alignleft" style="width: 383px"> <img
class="size-full wp-image-62" title="dl380g3hclsearch" src="http://cloudfront.vmtoday.com/wp-content/uploads/2009/03/dl380g3hclsearch.png" alt="Search Results for DL380 G3 on the VMware HCL" width="383" height="34" /><p
class="wp-caption-text">Search Results for DL380 G3 on the VMware HCL</p></div><p>My eyes jump right to ESX 3.5 &#8211; Supported, on my platform, no further questions your honor.  Close the old browser window and move on with my life, my life being troubleshooting this darn server.</p><p>A few hours later I am still struggling with the server and turn to Ebay for salvation.  &#8220;If you can&#8217;t beat em, cheat em,&#8221; my grandfather used to say.  I&#8217;ll find new hardware for my lab.  I identified some other hunk of junk that just might work and decided to check the HCL for it.  That&#8217;s when it jumped out at me: there are Update versions included in the HCL and I had been to quick to see it on my DL380 G3 search.  Back to the HCL.</p><p>This time I just do a search for &#8216;DL380&#8242;, leaving off the Generational notation and get the following:</p><div
id="attachment_63" class="wp-caption alignleft" style="width: 382px"> <img
class="size-full wp-image-63" title="DL380 HCL Search" src="http://cloudfront.vmtoday.com/wp-content/uploads/2009/03/dl380hclsearch.png" alt="Search Results for DL380 from the VMware HCL" width="382" height="211" /><p
class="wp-caption-text">Search Results for DL380 from the VMware HCL</p></div><p>The ProLiant DL380 G5 with Quad-core Intel Xeon processors lists ESX 3.5 U3, ESX 3.5 U2, and ESX 3.5 U1 as supported releases, along with the RTM ESX 3.5.  The Update versions are not listed for the G3 or G4.  After some self-deprecating curses and a reinstall of ESX 3.5 Update-nada, stability returned.</p><p>The lesson learned, double-check the HCL (or if you are a little slow like me, a triple-check doesn&#8217;t hurt).  The HCL is major version and Update-revision sensitive.  And, not all models are treated equally.  You&#8217;ll notice in the picture to the left that the DL380 G5 has different supported releases depending on the CPU Model.</p><p>Also, keep in mind that you need to verify that all components of your VMware infrastructure are on the HCL from Servers and Systems to IO Devices, and Storage/SAN.  The VMware HCL site offers some basic tips for searching here: <a
title="Help on VMware HCL Search Fields" href="http://www.vmware.com/resources/compatibility/help.php">http://www.vmware.com/resources/compatibility/help.php</a>.</p><p>Here&#8217;s the real take-away: The VMware HCL is there for a reason.  Sure, you might be able to get something that is not on the HCL to work, but you may experience instability along the way.  In the event that you are running a non-HCL system you may also find that VMware Support may be limited in what they can do for you.</p> ]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2009/03/double-check-the-hcl/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Microsoft Offline Virtual Machine Servicing Tool v2 Released</title><link>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-offline-virtual-machine-servicing-tool-v2-released</link> <comments>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/#comments</comments> <pubDate>Tue, 25 Nov 2008 16:00:41 +0000</pubDate> <dc:creator>Joshua Townsend</dc:creator> <category><![CDATA[Microsoft]]></category> <category><![CDATA[VMware]]></category> <category><![CDATA[ESX]]></category> <category><![CDATA[Offline]]></category> <category><![CDATA[Patch]]></category> <category><![CDATA[Update Manager]]></category> <category><![CDATA[Virtual Machine]]></category> <category><![CDATA[VM]]></category><guid
isPermaLink="false">http://vmtoday.com/?p=9</guid> <description><![CDATA[The Microsoft Offline Virtual Machine Servicing Tool v2 could be a good tool to add to your Microsoft patch management arsenel, but the small footprint and simplicity of VMware Update Manager will most likely keep all but the most dedicated Microsoft shops from implementing OVMSTv2.]]></description> <content:encoded><![CDATA[<p></p><p>Microsoft released version 2 of their <a
title="Offline Virtual Machine Servicing Tool" href="http://technet.microsoft.com/en-us/library/cc501231.aspx" target="_blank">Offline Virtual Machine Servicing Tool</a> (OVMSTv2) yesterday.  The updated version of the tool, a component of <a
title="Microsoft Download Center Solution Accelerator search results" href="http://www.microsoft.com/beta/downloads/Search.aspx?SearchText=solution%2520accelerator" target="_blank">Microsoft&#8217;s Solution Accelerator</a> family of &#8216;best-practice-meets-tools&#8217; adds integration with System Center Virtual Machine Manager 2008, and support for System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 R2, and Windows Server® Update Services 3.0 SP1.  The tool works in much the same way as VMware&#8217;s Update Manager product updates Windows guest VM&#8217;s. Support for System Center Virtual Machine Manager 2008 obviously means that this product could supplement, replace or conflict with VMware&#8217;s Update Manager&#8217;s ability to patch Windows guests hosted on a VMware Virtual Infrastructure.</p><p>There is not yet much information on this version of the Offline Virtual Machine Servicing Tool.  A <a
href="http://blogs.technet.com/mapblog/archive/2008/05/09/offline-virtual-machine-servicing-tool-beta-program-now-available.aspx" target="_blank">MSDN blog post from May 2008</a> includes some information on the beta version of the product.  The Getting Started guide included in the OVMSTv2 .zip download reveals a bit more about the requirements and footprint required to implement the solution.  The solution requires a good deal of Microsoft software, including (depending on your environment and requirements) Microsoft Active Directory, Windows Server Update Services (WSUS), Configuration Manager 2007, and Virtual Machine Manager 2007, and an appropriately designed Group Policy (GPO) environment.  Another requirement is that the target VM&#8217;s have DHCP assigned IP addresses.</p><p>I did not read anywhere in the documentation that the OVMSTv2 integrates snapshot capabilities to provide simple roll-back of guests that suffer problems on Patch Tuesday, as VMware Update Manager does.  I also did not see a reference to network isolation capabilites in OVMSTv2.  VMware Update Manager keeps offline VM&#8217;s offline during the patching process.  OVMSTv2 has to reach out to a WSUS or Configuration Manager server, so I suspect that the guest is not isolated during that patching process.</p><p>I have not had a chance to build up all of the requirements of this tool in the lab, so I don&#8217;t have any practical advise for using the tool.  Have any of you used the beta or release versions of the tool?  Post a comment to let everyone know your experiences.</p><p>The Microsoft Offline Virtual Machine Servicing Tool v2 could be a good tool to add to your Microsoft patch management arsenal, but the small footprint and simplicity of VMware Update Manager will most likely keep all but the most dedicated Microsoft shops from implementing OVMSTv2.</p> ]]></content:encoded> <wfw:commentRss>http://vmtoday.com/2008/11/microsoft-offline-virtual-machine-servicing-tool-v2-released/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 20/36 queries in 1.476 seconds using disk: basic
Object Caching 879/887 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cloudfront.vmtoday.com

Served from: vmtoday.com @ 2012-05-21 20:41:16 -->
