<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>boche.net - VMware Virtualization Evangelist</title>
	
	<link>http://www.boche.net/blog</link>
	<description />
	<lastBuildDate>Sat, 13 Mar 2010 18:01:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Bochenet-VmwareVirtualizationEvangelist" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bochenet-vmwarevirtualizationevangelist" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">Bochenet-VmwareVirtualizationEvangelist</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>vpxd.cfg Advanced Configuration</title>
		<link>http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/</link>
		<comments>http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 06:59:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2116</guid>
		<description><![CDATA[vpxd.cfg is an XML formatted file which can be modified to alter the native behavior of the VMware vCenter Server.  Sparse references on the internet document the changes that can be made in this environment.  Inspired by Ulli Hankeln, the purpose of this blog post is to collect and document all known, unknown, supported, and [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/">vpxd.cfg Advanced Configuration</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>vpxd.cfg</strong> is an XML formatted file which can be modified to alter the native behavior of the VMware vCenter Server.  Sparse references on the internet document the changes that can be made in this environment.  Inspired by <a href="http://sanbarrow.com/vmx.html">Ulli Hankeln</a>, the purpose of this blog post is to collect and document all known, unknown, supported, and unsupported vpxd.cfg modifications in a centralized location. </p>
<p>If you have any to add, please provide feedback in the form of a blog comment along with a link pointing to a reference and I&#8217;ll update the post.</p>
<p><span style="color: #ff0000;"><strong>**Disclaimer**</strong></span><br />
As with anything found on this site and much of the internet in general, information is provided &#8220;as is&#8221; without warranty.  Modify settings at your own risk.  I suggest thoroughly researching the changes first and also checking with VMware Support.</p>
<p>The <strong>vpxd.cfg</strong> file is located by default at %ALLUSERPROFILE%\Application Data\VMware\VMware VirtualCenter\vpxd.cfg</p>
<ul>
<li>On Windows Server 2008, this would generally be C:\ProgramData\VMware\VMware VirtualCenter\vpxd.cfg</li>
<li>On Windows Server 2003, this would generally be C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\vpxd.cfg</li>
</ul>
<p>This collection of vpxd.cfg settings has been sourced from various places.  The parameters will generally apply to a version of vCenter Server ranging from 2.0 through 4.x.  A given parameter can apply to several or even all versions.  However, one thing I didn&#8217;t do was specify which version of vCenter Server the parameter applies to &#8211; too much work &#8211; sorry &#8211; you&#8217;ll have to experiment in your lab or DEV environment.  I do think it&#8217;s safe to say that most of these parameters focus on the latest releases of vCenter Server &#8211; 2.5 and 4.0.</p>
<p>Remember to restart the VMware VirtualCenter Server service in the Server Manager for changes to vpxd.cfg to take effect.</p>
<p><strong>Tag:</strong>  blockingTimeoutSeconds<br />
<strong>Nested In:</strong>  vmomi, soapStubAdapter<br />
<strong>What It Does:</strong>  Defines the timeout value in seconds for SOAP layer blocking.  Use cases for increasing: slow connections, low bandwidth, or high latency between virtual infrastructure components.  Read more <a href="http://kb.vmware.com/kb/1004790">here</a> and <a href="http://kb.vmware.com/kb/1017253">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vmomi&gt;<br />
&lt;soapStubAdapter&gt;<br />
&lt;blockingTimeoutSeconds&gt;10800&lt;/blockingTimeoutSeconds&gt;<br />
&lt;/soapStubAdapter&gt;<br />
&lt;/vmomi&gt;</p></blockquote>
<p><strong>Tag:</strong>  calls<br />
<strong>Nested In:</strong>  trace, vmomi<br />
<strong>What It Does:</strong>  Unknown.  Read more <a href="http://communities.vmware.com/thread/212681">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;trace&gt;<br />
&lt;vmomi&gt;<br />
&lt;calls&gt;true&lt;/calls&gt;<br />
&lt;/vmomi&gt;<br />
&lt;/trace&gt;</p></blockquote>
<p><strong>Tag:</strong>  cipherList<br />
<strong>Nested In:</strong>  vmacore, ssl<br />
<strong>What It Does:</strong>  Reverts to cipher suites used in previous versions of vCenter Server (2.5u3 and earlier) for browser/SSL compatibility issues.  Read more <a href="http://kb.vmware.com/kb/1009408">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vmacore&gt;<br />
&lt;ssl&gt;<br />
&lt;cipherList&gt;DEFAULT&lt;/cipherList&gt;<br />
&lt;/ssl&gt;<br />
&lt;/vmacore&gt;</p></blockquote>
<p><strong>Tag:</strong>  compressOnRoll<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines whether or not vCenter Server vpxd log files are rolled up and compressed into .gz files.  Read more <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_admin_guide.pdf">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;log&gt;<br />
&lt;compressOnRoll&gt;false&lt;/compressOnRoll&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  cpuFeatureMask<br />
<strong>Nested In:</strong>  guestOSDescriptor, esx-2-x-x, all-versions, all-guests<br />
<strong>What It Does:</strong>  Masks CPU features to force VMotion compatibility between hosts. VMware neither supports nor recommends modifying the VMotion constraints for CPU features.  Read more <a href="http://kb.vmware.com/kb/1993">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;guestOSDescriptor&gt;<br />
&lt;esx-2-x-x&gt;<br />
&lt;all-versions&gt;<br />
&lt;all-guests&gt;<br />
&lt;cpuFeatureMask&gt;Elements and mask definition go in here&lt;/cpuFeatureMask&gt;<br />
&lt;/all-guests&gt;<br />
&lt;/all-versions&gt;<br />
&lt;/esx-2-x-x&gt;<br />
&lt;/guestOSDescriptor&gt;</p></blockquote>
<p><strong>Tag:</strong>  directory<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines the location for the vCenter logs.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;log&gt;<br />
&lt;directory&gt;D:\VC_Logs&lt;/directory&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  dontstartconsolidation<br />
<strong>Nested In:</strong>  vcp2v<br />
<strong>What It Does:</strong>  May resolve an issue where the Consolidation button is missing in the Virtual Infrastructure Client.  Read more <a href="http://communities.vmware.com/message/973103">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vcp2v&gt;<br />
&lt;dontstartconsolidation&gt;true&lt;/dontstartconsolidation&gt;<br />
&lt;/vcp2v&gt;</p></blockquote>
<p><strong>Tag:</strong>  filterOverheadLimitIssues<br />
<strong>Nested In:</strong>  vpxd<br />
<strong>What It Does:</strong>  Unknown.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vpxd&gt;<br />
&lt;filterOverheadLimitIssues&gt;true&lt;/filterOverheadLimitIssues&gt;<br />
&lt;/vpxd&gt;</p></blockquote>
<p><strong>Tag:</strong>  hostRescanFilter<br />
<strong>Nested In:</strong>  unknown<br />
<strong>What It Does:</strong>  Defines the behavior of mass ESX(i) host rescans of vmHBAs.  Read more <a href="http://mlaskowski11.wordpress.com/2009/11/03/hello-world/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;hostRescanFilter&gt;true&lt;/hostRescanFilter&gt;</p></blockquote>
<p><strong>Tag:</strong>  IoMax<br />
<strong>Nested In:</strong>  vmacore, threadpool<br />
<strong>What It Does:</strong>  Unknown but my guess is it defines the maximum I/O for the vpxd.exe process (vCenter Server service). Influenced by TaskMax.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vmacore&gt;<br />
&lt;threadpool&gt;<br />
&lt;IoMax&gt;200&lt;/IoMax&gt;<br />
&lt;/threadpool&gt;<br />
&lt;/vmacore&gt;</p></blockquote>
<p><strong>Tag:</strong>  level<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines the logging level for vCenter logs.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p><strong></strong> &lt;log&gt;<br />
&lt;level&gt;trivia&lt;/level&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  logLevel<br />
<strong>Nested In:</strong>  trace, vmomi<br />
<strong>What It Does:</strong>  Enables debug logging level for vmomi?  Read more <a href="http://communities.vmware.com/thread/212681">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;trace&gt;<br />
&lt;vmomi&gt;<br />
&lt;logLevel&gt;verbose&lt;/logLevel&gt;<br />
&lt;/vmomi&gt;<br />
&lt;/trace&gt;</p></blockquote>
<p><strong>Tag:</strong>  loglevel<br />
<strong>Nested In:</strong>  nfc<br />
<strong>What It Does:</strong>  Enables debug logging level for the NFC process.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;nfc&gt;<br />
&lt;loglevel&gt;debug&lt;/loglevel&gt;<br />
&lt;/nfc&gt;</p></blockquote>
<p><strong>Tag:</strong>  managedIP<br />
<strong>Nested In:</strong>  unknown<br />
<strong>What It Does:</strong>  Defines the managed IP address used in vCenter Server Heartbeat.  Read more <a href="http://www.vmware.com/pdf/heartbeat_55_u1_reference_guide.pdf">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;managedIP&gt;10.10.0.1&lt;/managedIP&gt;</p></blockquote>
<p><strong>Tag:</strong>  maxCostPerHost<br />
<strong>Nested In:</strong>  ResourceManager<br />
<strong>What It Does:</strong>  Defines the number of simultaneous VM migrations (both hot and cold) per ESX(i) host.  Read more <a href="http://www.boche.net/blog/index.php/2009/01/05/guest-blog-entry-vmotion-performance/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;ResourceManager&gt;<br />
&lt;maxCostPerHost&gt;8&lt;/maxCostPerHost&gt;<br />
&lt;/ResourceManager&gt;</p></blockquote>
<p><strong>Tag:</strong>  maxFileNum<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines the maximum number of log files for vCenter logs.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;log&gt;<br />
&lt;maxFileNum&gt;50&lt;/maxFileNum&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  maxFileSize<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines the maximum log file size in Bytes and thus rollover interval for vCenter logs.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;log&gt;<br />
&lt;maxFileSize&gt;10485760&lt;/maxFileSize&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  name<br />
<strong>Nested In:</strong>  log<br />
<strong>What It Does:</strong>  Defines the log file prefix name for vCenter logs.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;log&gt;<br />
&lt;name&gt;vpxd&lt;/name&gt;<br />
&lt;/log&gt;</p></blockquote>
<p><strong>Tag:</strong>  notRespondingTimeout<br />
<strong>Nested In:</strong>  heartbeat<br />
<strong>What It Does:</strong>  Defines the heartbeat timeout value in seconds between ESX(i) hosts and vCenter Server.  Use case would be to increase the value if remote ESX(i) hosts frequently go into a not responding state in vCenter Server due to WAN bandwidth or latency issues.  Read more <a href="http://theregime.wordpress.com/2010/02/03/increase-esx-heartbeat-to-vcenter/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;heartbeat&gt;<br />
&lt;notRespondingTimeout&gt;60&lt;/notRespondingTimeout&gt;<br />
&lt;/heartbeat&gt;</p></blockquote>
<p><strong>Tag:</strong>  portReserveTimeout<br />
<strong>Nested In:</strong>  dvs<br />
<strong>What It Does:</strong>  Defines the timeout value in minutes for unused dvPort reservations.  Lowering the value temporarily is helpful for unlocking dvPorts to remove a vDS or dvPort group.  Read more <a href="http://kb.vmware.com/kb/1010913">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;dvs&gt;<br />
&lt;portReserveTimeout&gt;10&lt;/portReserveTimeout&gt;<br />
&lt;/dvs&gt;</p></blockquote>
<p><strong>Tag:</strong>  serializeadds<br />
<strong>Nested In:</strong>  vpxd, das<br />
<strong>What It Does:</strong>  Unknown but if I had to guess I&#8217;d say it defines the behavior of how the HA agent is installed on cluster hosts.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vpxd&gt;<br />
&lt;das&gt;<br />
&lt;serializeadds&gt;true&lt;/serializeadds&gt;<br />
&lt;/das&gt;<br />
&lt;/vpxd&gt;</p></blockquote>
<p><strong>Tag:</strong>  slotCpuMinMHz<br />
<strong>Nested In:</strong>  vpxd, das<br />
<strong>What It Does:</strong>  Defines the minimum CPU calculation of a HA cluster slot size when there are no CPU reservations. Read more <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vpxd&gt;<br />
&lt;das&gt;<br />
&lt;slotCpuMinMHz&gt;256&lt;/slotCpuMinMHz&gt;<br />
&lt;/das&gt;<br />
&lt;/vpxd&gt;</p></blockquote>
<p><strong>Tag:</strong>  slotMemMinMB<br />
<strong>Nested In:</strong>  vpxd, das<br />
<strong>What It Does:</strong>  Defines the minimum memory calculation of a HA cluster slot size when there are no memory reservations. Read more <a href="http://www.yellow-bricks.com/vmware-high-availability-deepdiv/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vpxd&gt;<br />
&lt;das&gt;<br />
&lt;slotMemMinMB&gt;0&lt;/slotMemMinMB&gt;<br />
&lt;/das&gt;<br />
&lt;/vpxd&gt;</p></blockquote>
<p><strong>Tag:</strong>  sspiProtocol<br />
<strong>Nested In:</strong>  unknown<br />
<strong>What It Does:</strong>  Defines the authentication mechanism used with passthrough authentication between the Virtual Infrastructure Client and vCenter Server.  Read more <a href="http://vinternals.com/2008/02/virtualcenter-25-passthrough-authentication/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;sspiProtocol&gt;Kerberos&lt;/sspiProtocol&gt;</p></blockquote>
<p><strong>Tag:</strong>  TaskMax<br />
<strong>Nested In:</strong>  vmacore, threadpool<br />
<strong>What It Does:</strong>  Defines the number of worker threads for the vpxd.exe process (vCenter Server service). Influences IoMax.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;vmacore&gt;<br />
&lt;threadpool&gt;<br />
&lt;TaskMax&gt;30&lt;/TaskMax&gt;<br />
&lt;/threadpool&gt;<br />
&lt;/vmacore&gt;</p></blockquote>
<p><strong>Tag:</strong>  timeout<br />
<strong>Nested In:</strong>  task<br />
<strong>What It Does:</strong>  Defines the timeout value in seconds for long tasks.  Read more <a href="http://kb.vmware.com/kb/1004790">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;task&gt;<br />
&lt;timeout&gt;10800&lt;/timeout&gt;<br />
&lt;/task&gt;</p></blockquote>
<p><strong>Tag:</strong>  verbose<br />
<strong>Nested In:</strong>  trace, db<br />
<strong>What It Does:</strong>  Enables database tracing.  Enables database logging in the vpxd log.  Read more <a href="http://kb.vmware.com/kb/1001584">here</a> and <a href="http://media.techtarget.com/searchServerVirtualization/downloads/0137008589_CH10.pdf">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;trace&gt;<br />
&lt;db&gt;<br />
&lt;verbose&gt;true&lt;/verbose&gt;<br />
&lt;/db&gt;<br />
&lt;/trace&gt;</p></blockquote>
<p><strong>Tag:</strong>  verbosity<br />
<strong>Nested In:</strong>  trace, vmomi<br />
<strong>What It Does:</strong>  Unknown.  Read more <a href="http://communities.vmware.com/thread/212681">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;trace&gt;<br />
&lt;vmomi&gt;<br />
&lt;verbosity&gt;verbose&lt;/verbosity&gt;<br />
&lt;/vmomi&gt;<br />
&lt;/trace&gt;</p></blockquote>
<p><strong>Tag:</strong>  verboseObjectSize<br />
<strong>Nested In:</strong>  trace, vmomi<br />
<strong>What It Does:</strong>  Unknown.  Read more <a href="http://communities.vmware.com/thread/212681">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;trace&gt;<br />
&lt;vmomi&gt;<br />
&lt;verboseObjectSize&gt;40&lt;/verboseObjectSize&gt;<br />
&lt;/vmomi&gt;<br />
&lt;/trace&gt;</p></blockquote>
<p><strong>Tag:</strong>  VMOnVirtualIntranet<br />
<strong>Nested In:</strong>  migrate, test, CompatibleNetworks<br />
<strong>What It Does:</strong>  Setting to false enables VMotion for VMs connected to an internal vSwitch. Setting to false will turn off the internal vSwitch restriction on VMotion events. Useful for servers behind a firewall virtual appliance deployed in bridged networking mode.  Read more <a href="http://kb.vmware.com/kb/1006701">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;migrate&gt;<br />
&lt;test&gt;<br />
&lt;CompatibleNetworks&gt;<br />
&lt;VMOnVirtualIntranet&gt;false&lt;/VMOnVirtualIntranet&gt;<br />
&lt;/CompatibleNetworks&gt;<br />
&lt;/test&gt;<br />
&lt;/migrate&gt;</p></blockquote>
<p><strong>Tag:</strong>  VMOverheadGrowthLimit<br />
<strong>Nested In:</strong>  cluster<br />
<strong>What It Does:</strong>  Defines the growth rate cap in terms of MB per minute for VM memory overhead at the cluster level. Can be adjusted to resolve high CPU utilization in guest VMs introduced in ESX(i) 3.5 and vCenter 2.5.  Read more <a href="http://www.itexperience.net/2008/03/18/system-process-takes-high-cpu-on-server-in-vmware/">here</a>.<br />
<strong>Example:</strong></p>
<blockquote><p>&lt;cluster&gt;<br />
&lt;VMOverheadGrowthLimit&gt;5&lt;/VMOverheadGrowthLimit&gt;<br />
&lt;/cluster&gt;</p></blockquote>
<p> </p>
<p>Slightly related, the vCenter Server process (<strong>vpxd.exe</strong>) can be launched at a command prompt on the vCenter Server (instead of starting as a service) for troubleshooting purposes.  The executable is located at:</p>
<p>&lt;Install Directory&gt;\VMware\Infrastructure\VirtualCenter Server&gt;vpxd.exe</p>
<blockquote><p>Usage: vpxd.exe [FLAGS]<br />
Flags:<br />
-r Register VMware VirtualCenter Server<br />
-u Unregister VMware VirtualCenter Server<br />
-s Run as a standalone server rather than a Service<br />
-c Print vmdb schema to stdout<br />
-b Recreate database repository<br />
-f cfg Use the specified file instead of the default vpxd.cfg<br />
-l licenseKey Store license key in ldap and assign it to VirtualCenter<br />
-e feature Set the feature to be in use for VirtualCenter. This option takes only one feature at a time.<br />
-p Reset the database password<br />
-v Print the version number to stdout</p></blockquote>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/">vpxd.cfg Advanced Configuration</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>March 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/" title="Perf Charts Service Experienced An Internal Error">Perf Charts Service Experienced An Internal Error</a></li><li>February 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/" title="VMkernel Networks, Jumbo Frames, and ESXi 4">VMkernel Networks, Jumbo Frames, and ESXi 4</a></li><li>November 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/22/old-vcenter-server-name-shown-in-title-bar/" title="Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails">Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails</a></li><li>November 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/21/create-a-32-bit-vcenter-dsn-on-a-64-bit-operating-system/" title="Create a 32-bit vCenter DSN on a 64-bit Operating System">Create a 32-bit vCenter DSN on a 64-bit Operating System</a></li><li>November 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/20/64-bit-vcenter-server-coming-vmfs-2-going-away/" title="64-bit vCenter Server Coming? VMFS-2 Support Going Away?">64-bit vCenter Server Coming? VMFS-2 Support Going Away?</a></li><li>September 12, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/12/saturday-grab-bag/" title="Saturday Grab Bag">Saturday Grab Bag</a></li><li>August 10, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/10/vsphere-4-reference-card-now-available/" title="vSphere 4 Reference Card now available">vSphere 4 Reference Card now available</a></li><li>July 10, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/10/not-all-ft-compatible-cpus-are-created-equal/" title="Not All FT Compatible CPUs Are Created Equal">Not All FT Compatible CPUs Are Created Equal</a></li><li>July 7, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/07/vmware-esx-configuration-maximums-comparison-matrix/" title="VMware ESX Configuration Maximums Comparison Matrix">VMware ESX Configuration Maximums Comparison Matrix</a></li><li>June 24, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/24/vsphere-upgrade-experience-day-1/" title="vSphere upgrade experience, day 1">vSphere upgrade experience, day 1</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Perf Charts Service Experienced An Internal Error</title>
		<link>http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/</link>
		<comments>http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 02:55:50 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[vCenter Server]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2097</guid>
		<description><![CDATA[Happy Friday evening y&#8217;all.  Tonight&#8217;s blog post comes from a former colleague of mine whom I will call &#8220;Paul Berg&#8221;.  Paul came across an error in VMware vSphere which he was able to resolve and he would like to share the solution with the VMware community. 
Paul uses an Oracle database to back end vCenter. When viewing [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/">Perf Charts Service Experienced An Internal Error</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Happy Friday evening y&#8217;all.  Tonight&#8217;s blog post comes from a former colleague of mine whom I will call &#8220;Paul Berg&#8221;.  Paul came across an error in VMware vSphere which he was able to resolve and he would like to share the solution with the VMware community. </p>
<p>Paul uses an Oracle database to back end vCenter. When viewing the performance charts in Performance tab | Overview button, he received the following error:</p>
<blockquote><p><cite>Perf Charts service experienced an internal error.</cite></p>
<p><cite>Message:  Report application initialization is not completed successfully.  Retry in 60 seconds.</cite></p></blockquote>
<p>You can probably guess what followed&#8230; missing data in the charts.  No joy whatsoever.</p>
<p>Following is the resolution:</p>
<blockquote><p><cite>1. Get the fully qualified domain name or the global name of the TNS service from the Oracle database. This can be found in the file named <strong>tnsnames.ora</strong> on the Oracle database server </cite></p>
<p><cite>2. Add this FQDN to the registry key HKLM\Software\ODBC\ODBC.INI\VirtualCenter\ServerName on the VC server.</cite></p>
<p><cite>3. Restart the VMware VirtualCenter Server service.</cite></p>
<p><cite></cite></p>
<p><cite>For us, the database was listed as VMDB in the registry. We have moved to an Oracle RAC configuration so I needed to change the entry to VMDB.GLOBAL to match what was in the <strong>tnsnames.ora</strong> listing. I wasn&#8217;t aware that VMDB.GLOBAL was considered the FQDN for an Oracle DB.</cite></p></blockquote>
<p>The following <strong>VMware KB Article 1012812</strong> documents the issue as well as a few different approaches to a resolution depending on root cause.  Again, this issue is specific to Oracle database environments.</p>
<p><a href="http://kb.vmware.com/kb/1012812">Performance Overview charts fail with the error: STATs Report Service internal error</a></p>
<p>Thank you for sharing Paul.  I&#8217;ve got one more in the queue from you &#8211; I&#8217;ll try to get it out in the next couple of weeks.  Here&#8217;s a teaser: Poor vSphere performance on Nehalem processors.  Ouch!</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/">Perf Charts Service Experienced An Internal Error</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li><li>November 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/22/old-vcenter-server-name-shown-in-title-bar/" title="Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails">Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails</a></li><li>November 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/21/create-a-32-bit-vcenter-dsn-on-a-64-bit-operating-system/" title="Create a 32-bit vCenter DSN on a 64-bit Operating System">Create a 32-bit vCenter DSN on a 64-bit Operating System</a></li><li>November 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/20/64-bit-vcenter-server-coming-vmfs-2-going-away/" title="64-bit vCenter Server Coming? VMFS-2 Support Going Away?">64-bit vCenter Server Coming? VMFS-2 Support Going Away?</a></li><li>July 10, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/10/not-all-ft-compatible-cpus-are-created-equal/" title="Not All FT Compatible CPUs Are Created Equal">Not All FT Compatible CPUs Are Created Equal</a></li><li>June 24, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/24/vsphere-upgrade-experience-day-1/" title="vSphere upgrade experience, day 1">vSphere upgrade experience, day 1</a></li><li>April 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/21/vsphere-licensing-notables/" title="vSphere licensing notables">vSphere licensing notables</a></li><li>April 20, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/04/20/a-random-collection-of-whats-new-vsphere-eye-candy/" title="A random collection of what&#8217;s new vSphere eye candy">A random collection of what&#8217;s new vSphere eye candy</a></li><li>February 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/02/27/vmware-next-generation-datacenter-exploration/" title="VMware next generation datacenter exploration">VMware next generation datacenter exploration</a></li><li>February 25, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/02/25/vmworld-europe-2009-wednesday/" title="VMworld Europe 2009 Wednesday">VMworld Europe 2009 Wednesday</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Update Manager Becomes Self-Aware</title>
		<link>http://www.boche.net/blog/index.php/2010/03/04/vmware-update-manager-becomes-self-aware/</link>
		<comments>http://www.boche.net/blog/index.php/2010/03/04/vmware-update-manager-becomes-self-aware/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 04:11:04 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[DRS]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Update Manager]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2086</guid>
		<description><![CDATA[@Mikemohr on Twitter tonight said it best:
&#8220;Haven&#8217;t we learned from Hollywood what happens when the machines become self-aware?&#8221;
I got a good chuckle.  He took my comment of VMware becoming &#8220;self-aware&#8221; exactly where I wanted it to go.  A reference to The Terminator series of films in which a sophisticated computer defense system called Skynet becomes [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/04/vmware-update-manager-becomes-self-aware/">VMware Update Manager Becomes Self-Aware</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/Mikemohr">@Mikemohr</a> on Twitter tonight said it best:</p>
<p style="text-align: left; padding-left: 30px;"><cite>&#8220;Haven&#8217;t we learned from Hollywood what happens when the machines become self-aware?&#8221;</cite></p>
<p style="text-align: left;">I got a good chuckle.  He took my comment of VMware becoming &#8220;self-aware&#8221; exactly where I wanted it to go.  A reference to <a href="http://www.imdb.com/title/tt0088247/">The Terminator</a> series of films in which a sophisticated computer defense system called Skynet becomes self-aware and things go downhill for mankind from there.</p>
<p style="text-align: left;">Metaphorically speaking in today&#8217;s case, Skynet is VMware vSphere and mankind is represented by VMware vSphere Administrators.</p>
<p style="text-align: left;">During an attempt to patch my ESX(i)4  hosts, I received an error message (click the image for a larger version):</p>
<p style="text-align: left;"><a href="http://farm5.static.flickr.com/4012/4407247925_8aa9895811_o_d.png"><img src="http://farm5.static.flickr.com/4012/4407247925_d8de752c27_d.jpg" alt="" width="500" height="59" /></a></p>
<p style="text-align: left;">At that point, the remediation task fails and the host is not patched.  The VUM log file reflects the same error in a little more detail:</p>
<p style="padding-left: 30px;"><em>[2010-03-04 14:58:04:690 'JobDispatcher' 3020 INFO] [JobDispatcher, 1616] Scheduling task VciHostRemediateTask{675}<br />
</em><em>[2010-03-04 14:58:04:690 'JobDispatcher' 3020 INFO] [JobDispatcher, 354] Starting task VciHostRemediateTask{675}<br />
</em><em>[2010-03-04 14:58:04:690 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 INFO] [vciTaskBase, 534] Task started&#8230;<br />
</em><em>[2010-03-04 14:58:04:908 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 INFO] [vciHostRemediateTask, 680] Host host-112 scheduled for patching.<br />
</em><em>[2010-03-04 14:58:05:127 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 INFO] [vciHostRemediateTask, 691] Add remediate host: vim.HostSystem:host-112<br />
</em><em>[2010-03-04 14:58:13:987 'InventoryMonitor' 2180 INFO] [InventoryMonitor, 427] ProcessUpdate, Enter, Update version := 15936<br />
</em><em>[2010-03-04 14:58:13:987 'InventoryMonitor' 2180 INFO] [InventoryMonitor, 460] ProcessUpdate: object = vm-2642; type: vim.VirtualMachine; kind: 0<br />
</em><em>[2010-03-04 14:58:17:533 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 WARN] [vciHostRemediateTask, 717] <span style="color: #ff0000;">Skipping host solo.boche.mcse as it contains VM that is running VUM or VC inside it.</span><br />
</em><em>[2010-03-04 14:58:17:533 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 INFO] [vciHostRemediateTask, 786] Skipping host 0BC5A140, none of upgrade and patching is supported.<br />
</em><em>[2010-03-04 14:58:17:533 'VciHostRemediateTask.VciHostRemediateTask{675}' 2676 ERROR] [vciHostRemediateTask, 230] No supported Hosts found for Remediate.<br />
</em><em>[2010-03-04 14:58:17:737 'VciRemediateTask.RemediateTask{674}' 2676 INFO] [vciTaskBase, 583] A subTask finished: VciHostRemediateTask{675}</em></p>
<p>Further testing in the lab revealed that this condition will be caused with a vCenter VM and/or a VMware Update Manager (VUM) VM. I understand from other colleagues on the Twitterverse that they&#8217;ve seen the same symptoms occur with patch staging.</p>
<p>The work around is to manually place the host in maintenance mode, at which time it has no problem whatsoever evacuating all VMs, including infrastructure VMs.  At that point, the host in maintenance mode can be remediated.</p>
<p>VMware Update Manager has apparently become self-aware in that it detects when its infrastructure VMs are running on the same host hardware which is to be remediated.  Self-awareness in and of itself isn&#8217;t bad, however, its feature integration is.  Unfortunately for the humans, this is a step backwards in functionality and a reduction in efficiency for a task which was once automated.  Previously, a remediation task had no problem evacuating all VMs from a host, infrastructure or not. What we have now is&#8230; well&#8230; consider the following pre and post &#8220;self-awareness&#8221; remediation steps:</p>
<p><span style="text-decoration: underline;">Pre &#8220;self-awareness&#8221; remediation for a 6 host cluster containing infrastructure VMs:</span></p>
<ol>
<li>Right click the cluster object and choose Remediate</li>
<li>Hosts are automatically and sequentially placed in maintenance mode, evacuated, patched, rebooted, and brought out of maintenance mode</li>
</ol>
<p><span style="text-decoration: underline;">Post &#8220;self-awareness&#8221; remediation for a 6 host cluster containing infrastructure VMs:</span></p>
<ol>
<li>Right click Host1 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host1 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host1 object and choose Exit Maintenance Mode</li>
<li>Right click Host2 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host2 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host2 object and choose Exit Maintenance Mode</li>
<li>Right click Host3 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host3 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host3 object and choose Exit Maintenance Mode</li>
<li>Right click Host4 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host4 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host4 object and choose Exit Maintenance Mode</li>
<li>Right click Host5 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host5 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host5 object and choose Exit Maintenance Mode</li>
<li>Right click Host6 object and choose Enter Maintenance Mode</li>
<li>Wait for evacutation to complete</li>
<li>Right click Host6 object and choose Remediate</li>
<li>Wait for remediation to complete</li>
<li>Right click Host6 object and choose Exit Maintenance Mode</li>
</ol>
<p>It&#8217;s Saturday and your kids want to go to the park. Do the math.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/04/vmware-update-manager-becomes-self-aware/">VMware Update Manager Becomes Self-Aware</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/12/05/vmware-releases-esxi-3-5-update-5-critical-updates/" title="VMware Releases ESX(i) 3.5 Update 5; Critical Updates">VMware Releases ESX(i) 3.5 Update 5; Critical Updates</a></li><li>June 7, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/07/vmware-update-manager-updates-and-new-builds/" title="VMware Update Manager, Updates, and New Builds">VMware Update Manager, Updates, and New Builds</a></li><li>March 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/27/anti-affinity-rules-are-not-honored-in-cluster-with-more-than-2-virtual-machines/" title="Anti-affinity rules are not honored in cluster with more than 2 virtual machines">Anti-affinity rules are not honored in cluster with more than 2 virtual machines</a></li><li>March 3, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/" title="11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical">11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical</a></li><li>February 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/" title="VMkernel Networks, Jumbo Frames, and ESXi 4">VMkernel Networks, Jumbo Frames, and ESXi 4</a></li><li>November 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/21/create-a-32-bit-vcenter-dsn-on-a-64-bit-operating-system/" title="Create a 32-bit vCenter DSN on a 64-bit Operating System">Create a 32-bit vCenter DSN on a 64-bit Operating System</a></li><li>October 16, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/16/8-new-esx-3-5-0-patches-released-3-critical/" title="8 New ESX 3.5.0 Patches Released; 3 Critical">8 New ESX 3.5.0 Patches Released; 3 Critical</a></li><li>September 25, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/25/8-new-esxi-4-0-patches-released-7-critical/" title="8 New ESX(i) 4.0 Patches Released; 7 Critical">8 New ESX(i) 4.0 Patches Released; 7 Critical</a></li><li>September 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/19/lab-manager-4-and-vds/" title="Lab Manager 4 and vDS">Lab Manager 4 and vDS</a></li><li>September 12, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/12/saturday-grab-bag/" title="Saturday Grab Bag">Saturday Grab Bag</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/03/04/vmware-update-manager-becomes-self-aware/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical</title>
		<link>http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/</link>
		<comments>http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:27:11 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Update Manager]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2080</guid>
		<description><![CDATA[Eleven new patch definitions have been released for ESX(i) 4.0 (7 for ESX, 2 for ESXi, 2 for the Cisco Nexus 1000V).  Previous versions of ESX(i) are not impacted.
6 of the 11 patch definitions are rated critical and should be evaluated quickly for application in your virtual infrastructure.
ID: ESX400-201002401-BG Impact: Critical Release date: 2010-03-03 Products: esx 4.0.0 Updates [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/">11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Eleven new patch definitions have been released for ESX(i) 4.0 (7 for ESX, 2 for ESXi, 2 for the Cisco Nexus 1000V).  Previous versions of ESX(i) are not impacted.</p>
<p>6 of the 11 patch definitions are rated <span style="color: #ff0000;"><strong>critical</strong> </span>and should be evaluated quickly for application in your virtual infrastructure.</p>
<p>ID: <strong>ESX400-201002401-BG</strong> Impact: <strong><span style="color: #ff0000;">Critical</span></strong> Release date: 2010-03-03 Products: esx 4.0.0 Updates vmkernel64,vmx,hostd etc</p>
<p>This patch provides support and fixes the following issues:</p>
<ul>
<li>On some systems under heavy networking and processor load (large number of virtual machines), some NIC drivers might randomly attempt to reset the device and fail.<br />
The VMkernel logs generate the following messages every second:<br />
<span style="font-family: Courier New, Courier, monospace;">Oct 13 05:19:19 vmkernel: 0:09:22:33.216 cpu2:4390)WARNING: LinNet: netdev_watchdog: NETDEV WATCHDOG: vmnic1: transmit timed out<br />
Oct 13 05:19:20 vmkernel: 0:09:22:34.218 cpu8:4395)WARNING: LinNet: netdev_watchdog: NETDEV WATCHDOG: vmnic1: transmit timed out</span></li>
</ul>
<ul>
<li>ESX hosts do not display the proper status of the NFS datastore after recovering from a connectivity loss.<br />
<strong>Symptom</strong>: In vCenter Server, the NFS datastore is displayed as inactive.</li>
</ul>
<ul>
<li>When using NPIV, if the LUN on the physical HBA path is not same as the LUN on the virtual port (VPORT) path, though the LUNID:TARGETID pairs are same, then I/O might be directed to the wrong LUN causing a possible data corruption. Refer <a href="http://kb.vmware.com/kb/1015290" target="_blank">KB 1015290</a> for more information.<br />
<strong>Symptom</strong>: If NPIV is not configured properly, I/O might be directed to the wrong disk.</li>
</ul>
<ul>
<li>On Fujitsu systems, the OEM-IPMI-Command-Handler that lists the available <span style="font-family: Courier New, Courier, monospace;">OEM IPMI</span> commands do not work as intended. No custom OEM IPMI commands are listed, though they were initialized correctly by the OEM. After applying this fix, running the <span style="font-family: Courier New, Courier, monospace;">VMware_IPMIOEMExtensionService</span> and <span style="font-family: Courier New, Courier, monospace;">VMware_IPMIOEMExtensionServiceImpl</span> objects displays the supported commands as listed in the command files.</li>
</ul>
<ul>
<li>Provides prebuilt kernel module drivers for Ubuntu 9.10 guest operating systems.</li>
</ul>
<ul>
<li>Adds support for upstreamed kernel PVSCSI and vmxnet3 modules.</li>
</ul>
<ul>
<li>Provides a change to the maintenance mode requirement during Cisco Nexus 1000V software upgrade. After installing this patch if you perform Cisco Nexus 1000V software upgrade, the ESX host goes into maintenance mode during the VEM upgrade.</li>
</ul>
<ul>
<li>In certain race conditions, freeing journal blocks from VMFS filesystems might fail. The <span style="font-family: Courier New, Courier, monospace;">WARNING: J3: 1625: Error freeing journal block (returned 0) &lt;FB 428659&gt; for 497dd872-042e6e6b-942e-00215a4f87bb: Lock was not free</span> error is written to the VMware logs.</li>
</ul>
<ul>
<li>Changing the resolution of the guest operating system over a PCoIP connection (desktops managed by View 4.0) might cause the virtual machine to stop responding.<br />
<strong>Symptoms</strong>: The following symptoms might be visible:</p>
<ul>
<li>When you try to connect to the virtual machine through a vCenter Server console, a black screen appears with the <span style="font-family: Courier New, Courier, monospace;">Unable to connect to MKS: vmx connection handshake failed for vmfs {VM Path}</span> message.</li>
<li>Performance graphs for CPU and memory usage in vCenter Server drop to 0.</li>
<li>Virtual machines cannot be powered off or restarted.</li>
</ul>
</li>
</ul>
<p>ID: <strong>ESX400-201002402-BG</strong> Impact: <strong><span style="color: #ff0000;">Critical</span></strong> Release date: 2010-03-03 Products: esx 4.0.0 Updates initscripts</p>
<p>This patch fixes an issue where pressing Ctrl+Alt+Delete on service console causes ESX 4.0 hosts to reboot.</p>
<p>ID: <strong>ESX400-201002404-SG</strong> Impact: HostSecurity Release date: 2010-03-03 Products: esx 4.0.0 Updates glib2</p>
<p>The service console package for GLib2 is updated to version glib2-2.12.3-4.el5_3.1. This GLib update fixes an issue where the functions inside GLib incorrectly allows multiple integer overflows leading to heap-based buffer overflows in GLib&#8217;s Base64 encoding and decoding functions. This might allow an attacker to possibly execute arbitrary code while a user is running the application. The Common Vulnerabilities and Exposures Project (cve.mitre.org) has assigned the name <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4316" target="_blank">CVE-2008-4316</a> to this issue.</p>
<p>ID: <strong>ESX400-201002405-BG</strong> Impact: <strong><span style="color: #ff0000;">Critical</span></strong> Release date: 2010-03-03 Products: esx 4.0.0 Updates megaraid-sas</p>
<p>This patch fixes an issue where some applications do not receive events even after registering for Asynchronous Event Notifications (AEN). This issue occurs when multiple applications register for AENs.</p>
<p>ID: <strong>ESX400-201002406-SG</strong> Impact: HostSecurity Release date: 2010-03-03 Products: esx 4.0.0 Updates newt</p>
<p>The service console package for Newt library is updated to version newt-0.52.2-12.el5_4.1. This security update of Newt library fixes an issue where an attacker might cause a denial of service or possibly execute arbitrary code with the privileges of a user who is running applications using the Newt library. The Common Vulnerabilities and Exposures Project (cve.mitre.org) has assigned the name <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2905" target="_blank">CVE-2009-2905</a> to this issue.</p>
<p>ID: <strong>ESX400-201002407-SG</strong> Impact: HostSecurity Release date: 2010-03-03 Products: esx 4.0.0 Updates nfs-utils</p>
<p>The service console package for nfs-utils is updated to version nfs-utils-1.0.9-42.el5. This security update of nfs-utils fixes an issue that might permit a remote attacker to bypass an intended access restriction. The Common Vulnerabilities and Exposures Project (cve.mitre.org) has assigned the name <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4552" target="_blank">CVE-2008-4552</a> to this issue.</p>
<p>ID: <strong>ESX400-201002408-BG</strong> Impact: <strong><span style="color: #ff0000;">Critical</span></strong> Release date: 2010-03-03 Products: esx 4.0.0 Updates Enic driver</p>
<p>In scenarios where Pass Thru Switching (PTS) is in effect, if virtual machines are powered on, the network interface might not come up. In PTS mode, when the network interface is brought up, PTS figures the MTU from the network. There is a race in this scenario, where the enic driver might incorrectly indicate that the driver fails. This issue might occur frequently on a CISCO UCS system. This patch fixes the issue.</p>
<p>ID: <strong>ESXi400-201002401-BG</strong> Impact: <strong><span style="color: #ff0000;">Critical</span></strong> Release date: 2010-03-03 Products: embeddedEsx 4.0.0 Updates Firmware</p>
<p>This patch provides support and fixes the following issues:</p>
<ul>
<li>On some systems under heavy networking and processor load (large number of virtual machines), some NIC drivers might randomly attempt to reset the device and fail.<br />
The VMkernel logs generate the following messages every second:<br />
<span style="font-family: Courier New, Courier, monospace;">Oct 13 05:19:19 vmkernel: 0:09:22:33.216 cpu2:4390)WARNING: LinNet: netdev_watchdog: NETDEV WATCHDOG: vmnic1: transmit timed out<br />
Oct 13 05:19:20 vmkernel: 0:09:22:34.218 cpu8:4395)WARNING: LinNet: netdev_watchdog: NETDEV WATCHDOG: vmnic1: transmit timed out</span></li>
</ul>
<ul>
<li>ESX hosts do not display the proper status of the NFS datastore after recovering from a connectivity loss.<br />
<strong>Symptom</strong>: In vCenter Server, the NFS datastore is displayed as inactive.</li>
</ul>
<ul>
<li>When using NPIV, if the LUN on the physical HBA path is not same as the LUN on the virtual port (VPORT) path, though the LUNID:TARGETID pairs are same, then I/O might be directed to the wrong LUN causing a possible data corruption. Refer <a href="http://kb.vmware.com/kb/1015290" target="_blank">KB 1015290</a> for more information.<br />
<strong>Symptom</strong>: If NPIV is not configured properly, I/O might be directed to the wrong disk.</li>
</ul>
<ul>
<li>On Fujitsu systems, the OEM-IPMI-Command-Handler that lists the available <span style="font-family: Courier New, Courier, monospace;">OEM IPMI</span> commands do not work as intended. No custom OEM IPMI commands are listed, though they were initialized correctly by the OEM. After applying this fix, running the <span style="font-family: Courier New, Courier, monospace;">VMware_IPMIOEMExtensionService</span> and <span style="font-family: Courier New, Courier, monospace;">VMware_IPMIOEMExtensionServiceImpl</span> objects displays the supported commands as listed in the command files.</li>
</ul>
<ul>
<li>Provides prebuilt kernel module drivers for Ubuntu 9.10 guest operating systems.</li>
</ul>
<ul>
<li>Adds support for upstreamed kernel PVSCSI and vmxnet3 modules.</li>
</ul>
<ul>
<li>Provides a change to the maintenance mode requirement during Cisco Nexus 1000V software upgrade. After installing this patch if you perform Cisco Nexus 1000V software upgrade, the ESX host goes into maintenance mode during the VEM upgrade.</li>
</ul>
<ul>
<li>In certain race conditions, freeing journal blocks from VMFS filesystems might fail. The <span style="font-family: Courier New, Courier, monospace;">WARNING: J3: 1625: Error freeing journal block (returned 0) &lt;FB 428659&gt; for 497dd872-042e6e6b-942e-00215a4f87bb: Lock was not free</span> error is written to the VMware logs.</li>
</ul>
<ul>
<li>Changing the resolution of the guest operating system over a PCoIP connection (desktops managed by View 4.0) might cause the virtual machine to stop responding.<br />
<strong>Symptoms</strong>: The following symptoms might be visible:</p>
<ul>
<li>When you try to connect to the virtual machine through a vCenter Server console, a black screen appears with the <span style="font-family: Courier New, Courier, monospace;">Unable to connect to MKS: vmx connection handshake failed for vmfs {VM Path}</span> message.</li>
<li>Performance graphs for CPU and memory usage in vCenter Server drop to 0.</li>
<li>Virtual machines cannot be powered off or restarted.</li>
</ul>
</li>
</ul>
<p>ID: <strong>ESXi400-201002402-BG</strong> Impact: <span style="color: #ff0000;"><strong>Critical</strong> </span>Release date: 2010-03-03 Products: embeddedEsx 4.0.0 Updates VMware Tools</p>
<p>This patch fixes an issue where pressing Ctrl+Alt+Delete on service console causes ESX 4.0 hosts to reboot.</p>
<p>ID: <strong>VEM400-201002001-BG</strong> Impact: HostGeneral Release date: 2010-03-03 Products: embeddedEsx 4.0.0, esx 4.0.0 Cisco Nexus 1000V VEM</p>
<p>ID: <strong>VEM400-201002011-BG</strong> Impact: HostGeneral Release date: 2010-03-03 Products: embeddedEsx 4.0.0, esx 4.0.0 Cisco Nexus 1000V VEM</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/">11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>December 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/12/05/vmware-releases-esxi-3-5-update-5-critical-updates/" title="VMware Releases ESX(i) 3.5 Update 5; Critical Updates">VMware Releases ESX(i) 3.5 Update 5; Critical Updates</a></li><li>July 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/01/update-manager-does-not-download-host-updates/" title="Update Manager does not download host updates">Update Manager does not download host updates</a></li><li>February 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/" title="RVTools 2.8.1 Released">RVTools 2.8.1 Released</a></li><li>February 7, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/" title="Preferential Treatment for DPM Hosts">Preferential Treatment for DPM Hosts</a></li><li>February 4, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/" title="Configure VMware ESX(i) Round Robin on EMC Storage">Configure VMware ESX(i) Round Robin on EMC Storage</a></li><li>January 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/11/vmware-vi3-implementation-and-administration/" title="VMware VI3 Implementation and Administration">VMware VI3 Implementation and Administration</a></li><li>November 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/19/vsphere-4-update-1-released/" title="vSphere 4 Update 1 Released">vSphere 4 Update 1 Released</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>October 29, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/29/vmware-esx-guest-os-io-timeout-settings-for-netapp-storage-systems/" title="VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)">VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank You</title>
		<link>http://www.boche.net/blog/index.php/2010/02/27/thank-you/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/27/thank-you/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:26:18 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMUG]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2069</guid>
		<description><![CDATA[Once in a while, I&#8217;m a witness to acts of extraordinary kindness from a person or group of persons.  It may not occur on a regular basis, but when it does, it is something special to behold.  It happened this afternoon at the Minneapolis Area VMware Users Group (VMUG) meeting.
It started out as a fairly [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/">Thank You</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Once in a while, I&#8217;m a witness to acts of extraordinary kindness from a person or group of persons.  It may not occur on a regular basis, but when it does, it is something special to behold.  It happened this afternoon at the Minneapolis Area VMware Users Group (VMUG) meeting.</p>
<p>It started out as a fairly typical event.  I called the meeting to order, briefly went through some general business and current events in the VMware virtualization community, and then turned the meeting over to our first speakers Craig Drugge and Pavan Jhamnani of <a href="http://www.syncsort.com/">Syncsort</a>.  I took a seat, prepared to learn about Syncsort&#8217;s data protection and rapid recovery technologies.  However that was not to be, at least not right away.  Instead, Pavan invited <a href="http://twitter.com/thinlaunchmike">Michael Cardinal</a> of <a href="http://www.thinlaunch.com/">ThinLaunch</a> up on stage.  I was curious about what was transpiring since this was Syncsort&#8217;s hour and I wasn&#8217;t aware that ThinLaunch had any ties to Syncsort&#8217;s technology.</p>
<p><a href="http://farm3.static.flickr.com/2704/4390778127_936b257142_b_d.jpg"><img class="alignright" style="margin: 5px;" src="http://farm3.static.flickr.com/2704/4390778127_936b257142_d.jpg" alt="" width="300" height="225" /></a>Michael took the stage with a white paper bag in hand and began speaking to the audience about a person he has known for a few years.  A person who diggs virtualization.  A person whom he&#8217;d bumped into at VMware Partner Exchange early Wednesday morning at Starbucks Mandalay Bay.  I caught on pretty quickly that he was referring to me.  Michael proceeded to announce my recent VCDX certification accomplishment.  I thought that was extremely generous of him, but there was more.  Michael asked me to come up on stage where he presented me with a gift.  This was something that he, his wife, and Bill Hinkens (Territory Manager, VMware) collaborated on.  Michael turned the bag around to reveal the VMware diamond plate artwork along with my name and VCDX #34 on it.  Inside the bag was a black VMware fleece sweater, again with my name, VCDX, and #34 on it.  I was at a loss for words.  I accpeted the gift, thanked Michael, and we took our seats. The meeting continued from its brief diversion.</p>
<p>The sweater, the bag, the presentation, the planning, the thought, these were all wonderful gifts from a group of people who went out of their way which I will remember for a long time.  Virtualization, for me, has built a great community of people and in many cases has yielded friendships at a professional as well as a personal level.  For that I am very thankful and each day I look forard to what the future brings.</p>
<p>Thank you.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/">Thank You</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/" title="VCDX #34 &#8211; The Conclusion of a Journey">VCDX #34 &#8211; The Conclusion of a Journey</a></li><li>February 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/" title="My VCDX Defense Experience">My VCDX Defense Experience</a></li><li>February 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/" title="Train Signal Releases vSphere Pro Vol 1">Train Signal Releases vSphere Pro Vol 1</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>October 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/01/vcdx-design-exam-been-there-done-that/" title="VCDX Design Exam: been there, done that!">VCDX Design Exam: been there, done that!</a></li><li>September 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/05/vcp4-exam/" title="VCP4 Exam">VCP4 Exam</a></li><li>August 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/05/vcdx-enterprise-administration-exam/" title="VCDX Enterprise Administration Exam">VCDX Enterprise Administration Exam</a></li><li>January 31, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/31/train-signal-training-discount-through-the-month-of-february/" title="Train Signal training discount through the month of February">Train Signal training discount through the month of February</a></li><li>January 6, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/06/vmware-user-groups-vmugs/" title="VMware User Groups (VMUGs)">VMware User Groups (VMUGs)</a></li><li>November 25, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/25/please-join-us-for-the-q4-2008-minneapolis-area-vmware-users-group-meeting/" title="Please join us for the Q4 2008 Minneapolis Area VMware Users Group meeting">Please join us for the Q4 2008 Minneapolis Area VMware Users Group meeting</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/27/thank-you/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>RVTools 2.8.1 Released</title>
		<link>http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:32:42 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2060</guid>
		<description><![CDATA[Rob de Veij has released version 2.8.1 of his stellar virtualization utility RVTools.  I love this free tool as it provides valuable information about my infrastructure in a fast and easy format.
New in this version:
- On vHost tab new field: number of running vCPUs
- On vSphere VMs in vApp where not displayed.
- Filter not working [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/">RVTools 2.8.1 Released</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Rob de Veij has released version 2.8.1 of his stellar virtualization utility <a href="http://www.robware.net/">RVTools</a>.  I love this free tool as it provides valuable information about my infrastructure in a fast and easy format.</p>
<p><span style="text-decoration: underline;">New in this version:<br />
</span>- On vHost tab new field: number of running vCPUs<br />
- On vSphere VMs in vApp where not displayed.<br />
- Filter not working correct when annotations or custum fields contains null value.<br />
- When NTP server(s) = null the time info fields are not displayed on the vHost tabpage.<br />
- When datastore name or virtual machine name containts spaces the inconsistent foldername check was not working correct.<br />
- Tools health check now only executed for running VMs.</p>
<p>Go download this tool today and be sure to tell Rob how much you appreciate his development efforts!</p>
<p>VMware, much of this information is vital as it pertains to configuration maximums and should be available in the VMware vSphere Client for capacity planning purposes.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/">RVTools 2.8.1 Released</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>July 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/27/new-cisco-nexus-1000v-video/" title="New Cisco Nexus 1000v Video">New Cisco Nexus 1000v Video</a></li><li>July 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/22/hyper9-version-14-to-be-released-july-22nd/" title="Hyper9 version 1.4 to be released July 22nd">Hyper9 version 1.4 to be released July 22nd</a></li><li>June 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/08/tripwire-launches-vwire-a-virtualization-management-solution/" title="Tripwire Launches vWire, A Virtualization Management Solution">Tripwire Launches vWire, A Virtualization Management Solution</a></li><li>March 18, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/18/hyper9-to-release-two-announcements-today/" title="Hyper9 to release two announcements today">Hyper9 to release two announcements today</a></li><li>March 18, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/18/new-blog-sponsor-hyper9/" title="New blog sponsor &#8211; Hyper9!">New blog sponsor &#8211; Hyper9!</a></li><li>January 29, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/29/new-product-launch-ibac-vip-for-vmware-virtual-center/" title="New product launch:  iBac VIP for VMware Virtual Center">New product launch:  iBac VIP for VMware Virtual Center</a></li><li>January 13, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/13/hyper9-expands-beta-testing/" title="Hyper9 expands beta testing">Hyper9 expands beta testing</a></li><li>December 22, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/22/free-tool-released-as-promised-veeam-monitor/" title="Free tool released as promised:  Veeam Monitor">Free tool released as promised:  Veeam Monitor</a></li><li>December 18, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/18/further-unwrapping-of-the-free-tool-from-veeam/" title="Further unwrapping of the free tool from Veeam">Further unwrapping of the free tool from Veeam</a></li><li>December 15, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/15/veeam-to-release-more-free-virtual-management-goodness/" title="Veeam to release more (free) virtual management goodness">Veeam to release more (free) virtual management goodness</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VCDX #34 – The Conclusion of a Journey</title>
		<link>http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:37:01 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2048</guid>
		<description><![CDATA[Last Sunday I wrote about my VCDX Defense experience. This evening I am fortunate enough to share the news that I have passed the final board review and have achieved VCDX certification. I was awarded VCDX #34.  For the others who defended last week in Las Vegas, I offer my congratulations to you all on [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/">VCDX #34 &#8211; The Conclusion of a Journey</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Last Sunday I wrote about <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/">my VCDX Defense experience</a>. This evening I am fortunate enough to share the news that <strong>I have passed the final board review and have achieved VCDX certification</strong>. I was awarded VCDX #34.  For the others who defended last week in Las Vegas, I offer my congratulations to you all on a job which I&#8217;m sure was well done.  Without a doubt, it was a journey which I&#8217;m sure will benefit me for many years to come.  I&#8217;m proud to have walked down a path paved by so much collective brilliance before me. I am inspired and driven by the knowledge shared in the virtualization community. I hope that I can continue provide the best I have to offer in return.</p>
<p>It is not my intent to turn this into the Acadamy Awards, but I would be extremely negligent if I didn&#8217;t thank key people who devoted their time to ensure my success by reviewing my design, challenging me with questions, as well as those who provided tips and encouragement for the defense.  I had several weaknesses exposed and with your help I was able to strengthen in those areas prior to my defense.</p>
<p><strong>Amy</strong> (I didn&#8217;t receive your note until after the defense, but I was really touched. Your support, patience, and understanding is nothing short of amazing)<br />
<strong>Gary Bowman</strong> (old guy&#8230; mock defense was very helpful!)<br />
<strong>Gabrie Van Zanten</strong> (seriously, with the questions, you had too much fun&#8230;)<br />
<strong>Roger Lund</strong> (great questions from you, thank you for taking the time)<br />
<strong>David Davis</strong> (tremendous help from a CCIE&#8230; I&#8217;m not even worthy)<br />
<strong>Scott Lowe</strong> (thank you for the offer and last minute design tips)<br />
<strong>Michael Cardinal</strong> (Wednesday morning shot of confidence at Starbucks)<br />
<strong>Rick Scherer</strong> (tips on calming nerves were great &#8211; I followed to a T)<br />
<strong>John Arrasjid</strong> (so many great VCDX tips, invaluable!)<br />
<strong>Duncan Epping</strong> (I got a lot more than breakfast out of you Tuesday morning, you don&#8217;t even know)<br />
<strong>Frank Denneman</strong> (thank you for the help, confidence, &amp; for not making faces at me)<br />
<strong>Rich Brambley</strong> (UGG who told me Tuesday evening I can do this)<br />
<strong>Andrew Hald</strong> (Tuesday dinner.. thank you for letting me join you)<br />
<strong>Spencer Critchlow</strong> (your tips were invaluable!)<br />
<strong>Doug Hazelman</strong> (Veeam played a helpful role in my design)<br />
<strong>Dawn Theirl</strong> (thank you for the encouragement)</p>
<p>Tips for the Defense:<br />
1) Know your design, I mean really know it.<br />
2) Refer to tip #1</p>
<p>Good luck.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/">VCDX #34 &#8211; The Conclusion of a Journey</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/" title="Thank You">Thank You</a></li><li>February 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/" title="My VCDX Defense Experience">My VCDX Defense Experience</a></li><li>February 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/" title="Train Signal Releases vSphere Pro Vol 1">Train Signal Releases vSphere Pro Vol 1</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>October 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/01/vcdx-design-exam-been-there-done-that/" title="VCDX Design Exam: been there, done that!">VCDX Design Exam: been there, done that!</a></li><li>September 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/05/vcp4-exam/" title="VCP4 Exam">VCP4 Exam</a></li><li>August 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/05/vcdx-enterprise-administration-exam/" title="VCDX Enterprise Administration Exam">VCDX Enterprise Administration Exam</a></li><li>January 31, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/31/train-signal-training-discount-through-the-month-of-february/" title="Train Signal training discount through the month of February">Train Signal training discount through the month of February</a></li><li>November 19, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/19/coolest-vmware-video-training-trailer-ever/" title="Coolest VMware video training trailer ever">Coolest VMware video training trailer ever</a></li><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>My VCDX Defense Experience</title>
		<link>http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 20:54:02 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2023</guid>
		<description><![CDATA[Last Wednesday morning in Las Vegas, I participated in my VMware Certified Design Expert (VCDX) Defense.  A successful Defense is the last in a series of required steps to obtain VCDX certification.  Defense experiences have been shared by others such as Rick Scherer, Dave Convery, and Duncan Epping.  I found my own Defense experience to [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/">My VCDX Defense Experience</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday morning in Las Vegas, I participated in my VMware Certified Design Expert (VCDX) Defense.  A successful Defense is the last in a series of required steps to obtain VCDX certification.  Defense experiences have been shared by others such as <a href="http://vmwaretips.com/wp/2009/09/05/my-vmware-vcdx-defense-experience/">Rick Scherer</a>, <a href="http://www.dailyhypervisor.com/2009/09/02/vcdx-and-vcp4/">Dave Convery</a>, and <a href="http://www.yellow-bricks.com/2009/06/16/vcdx-defense-the-blog-article/">Duncan Epping</a>.  I found my own Defense experience to be similar to theirs.</p>
<p>Prior to the Defense, I submitted an application and a design for the panelists to review.  As Dave Convery pointed out, this may be the hardest part of the entire process as far as the volume of work goes.  The design is a complete set of documentation that must meet key requirements outlined in the application.  There is not a lot of time to complete the application and design once you are invited for that step.  My best advice would be to clear your schedule as much as possible to crank out quality documentation.  Also, be sure the application is filled out completely and the design covers all requirements.  Missing information risks outright rejection and you&#8217;ll likely miss the opportunity for the upcoming defense.  It is absolutely critical that all fields in the application are completed.  This cannot be stressed enough. The panelists will spend up to 8 hours reviewing the design.  The submitted documentation is more about quality than quantity. Be sure the documentation submitted is relavant to the design.  Any information the panelists cannot pull from the submitted design will need to be clarified during the defense which is then a pressure situation for the candidate.</p>
<p>Once the application and design is accepted, the defense date is scheduled around a major VMware event.  Typically VMworld or Partner Exchange (PEX).  My defense was scheduled at PEX in Las Vegas.  As I am not a partner nor do I work for a partner, I did not attend PEX or any of its sessions.  I flew in on a Tuesday morning and left a day later, merely for the defense. This strategy is fine with me as I would rather stay focused on the defense and my design, and not face daily distractions and new information released at a conference.</p>
<p>During the days leading up to my defense, I felt very confident.  I had been studying my design and going over all the Enterprise Admin and Design exam study material on a daily basis.  I had been brushing up on white papers and blog articles for areas which I felt I was weak on or had forgotten details of.  I brought a 3 ring binder filled with about 400 pages of documentation as well as every VI3 published .pdf known to mankind on my thumb drive.  While I didn&#8217;t read all the .pdf files, they were with me if I needed them for reference.  As it turned out, a few of the documents I crammed on the night before my panel would play a nice role during part of my defense.</p>
<p>After arriving in Las Vegas Tuesday morning, my confidence level remained as high as ever.  I had spent the entire 3 hours on the plane reading out of my 3 ring binder.  Outside of having breakfast with a friend, I spent a good portion of Tuesday studying which was my intent in booking a Tuesday morning arrival.  Early Tuesday afternoon, exhaustion hit me like a ton of bricks. I decided to try to take a nap. I laid in bed for close to an hour and couldn&#8217;t fall asleep. I decided to try a long bath in my swanky bathroom with a TV in it (my favorite part of the trip I think). I got my second wind and attended a meeting Tuesday evening for about an hour where I met up with fellow vExperts.  Asked how I felt about the following morning&#8217;s defense, again my answer was mostly confident, cool, and collected.  I just wanted to get it over with.  The anxiety of the approaching defense date was starting to mount.  I found myself calculating the hours remaining in my head. &#8220;In 15 hours I will have started my defense.  In 17 hours I will have finished the first defense section.  In 18 hours it will all be over with.&#8221;  After the meeting, some of the guys were going out on the strip for a nice dinner.  I really wanted to go but knew had no time for this social event.  I hung back and had a quick buffet dinner with a guy who I would find out was a VCDX himself and a panelist from VMware.  I was back to my room by 8:30pm and studied until about 10:15pm.  At that point, I was getting tired and decided to take the wise advice of Rick Scherer and John Arrisjid by getting a good night&#8217;s sleep.</p>
<p>I was getting good sleep until&#8230; I woke up at 3:30am and couldn&#8217;t fall back asleep.  I laid in bed for a full 2.5 hours thinking about my upcoming defense, points I wanted to make, design choices, etc. It&#8217;s a long time to dwell on these items but it was quiet and peaceful and I was well rested. I shot out of bed at my 6am wake up call, got ready, packed, and headed out.  I stopped by the hotel business center to print 4 copies of a presentation slide update I had made the night before. I forgot to print current slide only and instead printed 4 copies of the entire deck. Expensive lesson printing 60 pages which couldn&#8217;t be cancelled (how convenient for the hotel). At least they were in B&amp;W and not color. The plan was to get a good breakfast to calm any nerves that may develop (advice from Rick Scherer).  Unfortunately, there was no breakfast open at 6:30am. The restaurants didn&#8217;t open until 7am.  I headed to Starbucks to start getting caffienated. While having coffee and going through my slides, I decided to create 3 new slides right then and there.  I felt they would be beneficial for the executive presentation but a small part of me challenged &#8220;is this really wise throwing these in at the last second?&#8221;  Why not.  SEs do it all the time prior to arriving at customer sites.  At this point I still felt pretty confident and didn&#8217;t really have any nerves.</p>
<p>At 7:30 I finished my coffee and headed to breakfast. Last minute cramming at the breakfast buffet table downing coffee and some food. As the clock passed 8am, I had less than an hour left to head upstairs for my defense panel.  I could start to feel the nervousness set in. I continued to study until I realized it was 8:50am and I had less than 10 minutes to get through the casino over to 2nd level of the convention center. Whoops.  I arrived at Breakers L with maybe 2 minutes to spare and Melissa greeted me.  The panelists were waiting inside and not quite ready for me yet. In the mean time, I walked across the hall and poked my head in a large auditorium to see who was speaking. It was Steve Herrod talking about a technology which I cannot repeat at this point in time. I told myself repeatedly that I am not nervous but I was only lying to myself. It&#8217;s inevitible. When the exam room doors open and you see the panel of experts in there, you feel it. I surmise it may be a bit like meeting the Father, the Son, and the Holy Ghost for the first time. People who spend a lot of time in front of customers are still nervous for these defense panels. It&#8217;s unavoidable. One candidate who finished his defense Tuesday evening likened the experience to having &#8220;a proctology exam&#8221;.</p>
<p>The first 75 minutes is spent &#8220;defending&#8221; my design.  I&#8217;ve got about a 15 slide deck to get through and to use as reference throughout the design defense.  I recommend putting as much reference as you can in the slide deck which you can yourself refer to during the defense.  It will help illustrate design choices and jog your memory for design elements which you&#8217;ve forgotten due to nervousness. The first 5-10 minutes I was pretty nervous and stuttered once or twice during my presentation. After that, I warmed up and it felt more like a good technical discussion with co-workers which I enjoyed. As the questions started coming in, I made good use of some of the slides to help explain decisions.  Good slides to have here are architecture diagrams, network, storage, etc.  I felt my performance during this section of the defense was passable based on the questioning I received, but the honest truth is it&#8217;s too hard to tell with the scoring method that is used.  It&#8217;s about accumulating points.  What&#8217;s unknown is how many points were left to accumulate and areas to talk about which we did not get to due to the 75 minutes of time expiring? Afterwards, I can&#8217;t help but think about 1 technical question I knew I jumped the gun on and answered incorrectly, failing to correct myself. I&#8217;m told by a current VCDX to not worry about it, nobody is perfect in the defense &#8211; that is to say, the scoring of the defense will allow for X number of mistakes. I&#8217;ve also spent time playing back other areas of the defense, wondering if I clarified my points clear enough? Trying to remember if the panelists understood that one of the points I was making was in the context of a specific circumstance and it would be important that they would understand that for it to be technically correct.  Did they understand the physical network topology well enough between sites or draw a harmful conclusion that I was contradicting myself during explanation?  I can&#8217;t stress enough how fast the time elapses in front of the panel.  At least it did for me.</p>
<p>After the 75 minute defense, we took a short break and proceeded with the 30 minute mock design.  In retrospect, the scenario which was thrown at me wasn&#8217;t too bad.  Unfortunately I didn&#8217;t get through nearly as much of it as I wanted to.  I spent a lot of time digging in areas where there were probably no more points to be had I should have just moved on.  I wish I had another shot at it and I would have moved faster.  The idea in this section is to ask a lot of intelligent questions to frame out a design in 30 minutes.  But don&#8217;t spend too much time in one area.  This section is more about &#8220;the journey&#8221; than the final design.  Questions need to be asked of the &#8220;customers&#8221; during the design process so they can see how you think on your feet.  They may also not provide all of the needed information for the design which is, again, where asking questions comes in.  Once again, time flies.  Be quick but be as thorough as possible.  Think out loud.</p>
<p>After completing the 30 minute mock design section, we moved right into the last section which is a 15 minute troubleshooting scenario.  The three panelists are once again the customers in this scenario and they came to me with a VMware Infrastructure 3 problem they are experiencing.  Once again, this process is more about &#8220;the journey&#8221; than the final result.  It&#8217;s about thinking out loud, asking questions of the customer, and showing them the throught process to isolate root cause of a problem. I feel I did well in this section and will go so far as to say that I found the root cause. Before I could get acknowledgement, however, the 15 minute timer expired.  I do not know how each section is weighted, if it is, but hopefully I did do well enough on the last section to help carry me through the two previous sections.  A common occurrance through the Enterprise Admin and Design written exams was that I felt I did poorly in one section, but stellar in another, which carried me through to a passing score on each written exam.</p>
<p>The panelists and observers were a good group of people and I can honestly say that once I got beyond that first 5-10 minutes of nerves, the pressure wasn&#8217;t nearly as bad as I thought it would be.  I think it all depends on how prepared one is for the experience.  You may have heard other people say &#8220;Know your design inside and out&#8221;. This could not be closer to the truth. Know it up, down, sideways, back, and front. Be prepared for any question relating to your design, including upstream and downstream impacts. Know the infrastructure components well such as storage and hardware platforms. Anything you list in your design you need to be able to speak to. If you cannot speak to everything in your design, then how do you know it is appropriate for your design? &#8220;Because&#8221;, and &#8220;Best Practice&#8221; are not complete answers.  I&#8217;ve collected a ton of tips along the way (<a href="http://www.yellow-bricks.com/2009/10/01/vcdx-tips-from-vcdx-001-john-arrasjid/">like these</a>) and each of them contributed to getting me as far as I&#8217;ve gotten at this point.  Social networking tools have helped immensely.  I can&#8217;t imagine going this alone in a vacuum.  I would have been totally unprepared for the design defense, if I even made it that far.</p>
<p>So after my defense, I was told &#8220;7 days&#8221; in regard to getting my results. I was hoping to be pleasantly surprised with results late Friday after the defenses at Mandalay Bay wrapped up.  However, having not received them yet and tomorrow is a holiday, it looks like it will take the full week (and hopefully not longer) to get the results.  It has been difficult waiting this long.  Anxiety is building and I&#8217;ve been watching email like a man possessed.  I&#8217;ve been replaying the scenarios in my head, both good and bad.  It&#8217;s unhealthy for sure. Although no formal statistics have been released by VMware, I gather through word of mouth that about 50% of the candidates pass their defense attempt, while the other 50% do not.  With two individuals from this past week already pronounced as having passed and becoming VCDX certified, the odds are starting to stack up against those like me who still wait for their results.  I&#8217;m trying to keep my mind occupied on other things but it is difficult.  I periodically take comfort in thinking about things far more important, like smiles on my childrens&#8217; faces. For those that pass, I&#8217;m sure they look back upon the efforts as well spent and the reward of passing as well deserved.  I know that I have already benefited from what I have learned through the process. It has taught me to be more of a thinker which maps directly to my Design and Engineering role at work. I would love nothing more at this point than to have the VCDX certificate to go along with it.  I look at the VCDX as a highly coveted certification with a lot of integrity built into the program and process which is sure to last a long time. There is no possibility of a &#8220;paper VCDX&#8221; as far as I&#8217;m concerned. That means value for cert holders and businesses for many years to come.</p>
<p>Oh I almost forgot, I brought my own whiteboard dry erase marker on the trip and used it during my defense. I had been using it for practice on my whiteboard at home and thought it may bring me good luck in the defense. Shabby dry erase markers can be a distraction.  In addition, it has a fine eraser on the opposite end which comes in handy and can save time wiping away small details instead of using the huge brick eraser.  The panel didn&#8217;t seem to have any reservations with me using it.  Click the image to view a larger version.</p>
<p><a href="http://farm5.static.flickr.com/4009/4357662314_6cd8cdc3f3_o_d.jpg"><img src="http://farm5.static.flickr.com/4009/4357662314_a1cf356fd8_d.jpg" alt="" width="300" height="225" /></a></p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/">My VCDX Defense Experience</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/" title="Thank You">Thank You</a></li><li>February 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/" title="VCDX #34 &#8211; The Conclusion of a Journey">VCDX #34 &#8211; The Conclusion of a Journey</a></li><li>February 10, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/" title="Train Signal Releases vSphere Pro Vol 1">Train Signal Releases vSphere Pro Vol 1</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>October 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/01/vcdx-design-exam-been-there-done-that/" title="VCDX Design Exam: been there, done that!">VCDX Design Exam: been there, done that!</a></li><li>September 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/05/vcp4-exam/" title="VCP4 Exam">VCP4 Exam</a></li><li>August 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/05/vcdx-enterprise-administration-exam/" title="VCDX Enterprise Administration Exam">VCDX Enterprise Administration Exam</a></li><li>January 31, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/31/train-signal-training-discount-through-the-month-of-february/" title="Train Signal training discount through the month of February">Train Signal training discount through the month of February</a></li><li>November 19, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/19/coolest-vmware-video-training-trailer-ever/" title="Coolest VMware video training trailer ever">Coolest VMware video training trailer ever</a></li><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>VMkernel Networks, Jumbo Frames, and ESXi 4</title>
		<link>http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:54:53 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2014</guid>
		<description><![CDATA[Question:  Can I implement jumbo frames on ESXi 4 Update 1 VMkernel networks?
Answer:  Who in the hell knows?
You see, the ESXi 4.0 Update 1 Configuration Guide states on page 54:
&#8220;Jumbo frames are not supported for VMkernel networking interfaces in ESXi.&#8221;
Duncan Epping of Yellow Bricks also reports:
&#8220;Jumbo frames are not supported for VMkernel networking interfaces in [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/">VMkernel Networks, Jumbo Frames, and ESXi 4</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong>  Can I implement jumbo frames on ESXi 4 Update 1 VMkernel networks?</p>
<p><strong>Answer:</strong>  Who in the hell knows?</p>
<p>You see, the <a href="http://www.vmware.com/pdf/vsphere4/r40_u1/vsp_40_u1_esxi_server_config.pdf">ESXi 4.0 Update 1 Configuration Guide</a> states on page 54:</p>
<p style="padding-left: 30px;"><cite>&#8220;Jumbo frames are not supported for VMkernel networking interfaces in ESXi.&#8221;</cite></p>
<p>Duncan Epping of Yellow Bricks also <a href="http://www.yellow-bricks.com/2009/12/10/esxi-lessons-learned-part-2/">reports</a>:</p>
<p style="padding-left: 30px;"><cite>&#8220;Jumbo frames are not supported for VMkernel networking interfaces in ESXi. (page 54)&#8221;</cite></p>
<p>One month after the release of ESXi 4 Update 1, <a href="http://blogs.vmware.com/esxi/2009/12/esxi-40-supports-jumbo-frames.html">Charu Chaubal of VMware posted on the ESXi Chronicles blog</a>:</p>
<p style="padding-left: 30px;"><cite>&#8220;I am happy to say that this is merely an error in the documentation. In fact, ESXi 4.0 DOES support Jumbo Frames on VMkernel networking interfaces. The correction will hopefully appear in a new release of the documentation, but in the meantime, go ahead and configure Jumbo frames for your ESXi 4.0 hosts.&#8221;</cite></p>
<p>Shortly after, Duncan Epping of Yellow Bricks <a href="http://www.yellow-bricks.com/2009/12/19/esxi-lessons-learned-2-revised/">confirms</a> Charu Chaubal&#8217;s report that jumbo frames are supported on ESXi VMkernel networks.</p>
<p>Now, nearly two months after Charu&#8217;s clarification and three months after the release of ESXi 4 Update 1, the documentation remains dubious on page 54 stating that jumbo frames are not supported on ESXi 4 VMkernel networks which is a direct contradition to a VMware ESXi blog.</p>
<p>I opened a Business Critical Support SR with VMware on the question.  I was told by VMware BCS that jumbo frames are <strong>NOT</strong> supported on ESXi 4 Update 1 VMkernel networks and a reference was made to the documentatation on page 54. </p>
<p>Our dedicated VMware onsite Engineer escalated and I was then told ESXi 4 Update 1 <strong>DOES</strong> support jumbo frames on VMkernel networks, making reference to Charu&#8217;s article.</p>
<p>Hey VMware, which is it?  If this is a documentation mistake, why are you dragging your feet in getting the documentation updated two months after a VMware employee discovers the error and blogs it?  Waiting for the next release of ESXi?  <strong>Unacceptable!</strong>  You update the public documentation as soon as you discover the error and be damned sure your BCS support Engineers know the right answer!  Do you know how much companies pay for BCS?  You owe your customers the correct answer.  If misinformation comes as a result of a known documentation error, <strong>SHAME ON YOU!</strong>  Architecture and design decisions are being made daily on this information or misinformation, which ever it may be.</p>
<p><strong>Update 2/23/10:</strong>  Toby Kraft (<a href="http://twitter.com/vmwarewriter">@vmwarewriter</a> on Twitter) will be updating the documentation by next week.  Thank you Toby!</p>
<p><strong>Update 3/1/10:</strong>  VMware has updated their documentation to reflect currently supported configurations.  Thank you VMware (and Toby)!</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/">VMkernel Networks, Jumbo Frames, and ESXi 4</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li><li>December 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/12/05/vmware-releases-esxi-3-5-update-5-critical-updates/" title="VMware Releases ESX(i) 3.5 Update 5; Critical Updates">VMware Releases ESX(i) 3.5 Update 5; Critical Updates</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>October 9, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/09/virtualizing-vcenter-with-vds-catch-22/" title="Virtualizing vCenter With vDS Catch-22">Virtualizing vCenter With vDS Catch-22</a></li><li>September 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/19/lab-manager-4-and-vds/" title="Lab Manager 4 and vDS">Lab Manager 4 and vDS</a></li><li>August 10, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/10/vsphere-4-reference-card-now-available/" title="vSphere 4 Reference Card now available">vSphere 4 Reference Card now available</a></li><li>August 7, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/08/07/2nd-batch-of-vsphere-patches-arrive-critical/" title="2nd Batch of vSphere Patches Arrive (Critical)">2nd Batch of vSphere Patches Arrive (Critical)</a></li><li>July 18, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/18/vi3-atdg-book-full-download-available-71909/" title="VI3 ATDG Book Full Download Available 7/19/09">VI3 ATDG Book Full Download Available 7/19/09</a></li><li>July 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/08/vsphere-virtual-machine-performance-counters-integration-into-perfmon/" title="vSphere Virtual Machine Performance Counters Integration into Perfmon">vSphere Virtual Machine Performance Counters Integration into Perfmon</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Train Signal Releases vSphere Pro Vol 1</title>
		<link>http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:59:13 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=2004</guid>
		<description><![CDATA[Train Signal has released a new addition to its VMware library of training entitled VMware vSphere Pro Series Training Vol 1 which covers the topics of VMwareView, ThinApp, Nexus 1000V, and PowerCLI. The 11 hours of new content spans 20 videos and is authored by (in no particular order) industry recognized experts David Davis, Hal Rottenberg, and [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/">Train Signal Releases vSphere Pro Vol 1</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.trainsignal.com/">Train Signal</a> has released a new addition to its VMware library of training entitled <a href="http://www.trainsignal.com/VMware-vSphere-Pro-Series-Training-Vol-1-P91.aspx">VMware vSphere Pro Series Training Vol 1</a> which covers the topics of VMwareView, ThinApp, Nexus 1000V, and PowerCLI. The 11 hours of new content spans 20 videos and is authored by (in no particular order) industry recognized experts David Davis, Hal Rottenberg, and Rick Scherer.</p>
<p>General availability was February 9th meaning you can order today at an individual cost of $297, or purchase it in a bundle with Train Signal&#8217;s other vSphere videos for $594.</p>
<p>Here are two hints of what you&#8217;ll be getting with this new release:</p>
<p><strong>Video 1</strong> &#8211; Sample content from each of the 3 video authors in the course &#8211; a true overview of what you will see in the course featuring VMware View, Nexus 1000V, and PowerCLI.</p>
<p><script src="http://player.ooyala.com/player.js?width=300&amp;height=225&amp;embedCode=RkZXY2MTpPU4-1UnvwQHnRVeKO647Qit"></script><noscript><span class="mceItemObject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ooyalaPlayer_49e39_g5a5edda" width="300" height="225" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <span name="movie" value="http://player.ooyala.com/player.swf?embedCode=RkZXY2MTpPU4-1UnvwQHnRVeKO647Qit&#038;version=2" class="mceItemParam"></span> <span name="bgcolor" value="#000000" class="mceItemParam"></span> <span name="allowScriptAccess" value="always" class="mceItemParam"></span> <span name="allowFullScreen" value="true" class="mceItemParam"></span> <span name="flashvars" value="embedType=noscriptObjectTag&#038;embedCode=RkZXY2MTpPU4-1UnvwQHnRVeKO647Qit" class="mceItemParam"></span><span class="mceItemEmbed" src="http://player.ooyala.com/player.swf?embedCode=RkZXY2MTpPU4-1UnvwQHnRVeKO647Qit&#038;version=2" bgcolor="#000000" width="300" height="225" name="ooyalaPlayer_49e39_g5a5edda" align="middle" play="true" loop="false" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&#038;embedCode=RkZXY2MTpPU4-1UnvwQHnRVeKO647Qit" pluginspage="http://www.adobe.com/go/getflashplayer"></span></span></noscript><strong>Video 2</strong> &#8211; &#8220;ThinApp your App in Under 5 minutes&#8221; <script src="http://player.ooyala.com/player.js?width=300&amp;height=225&amp;embedCode=hleHU2MTpmSDqlNFHOCo7bmgM0aPqqxf"></script><noscript><span class="mceItemObject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="ooyalaPlayer_53sbq_g5bhpezv" width="300" height="225" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><br />
<span name="movie" value="http://player.ooyala.com/player.swf?embedCode=hleHU2MTpmSDqlNFHOCo7bmgM0aPqqxf&#038;version=2" class="mceItemParam"></span> <span name="bgcolor" value="#000000" class="mceItemParam"></span> <span name="allowScriptAccess" value="always" class="mceItemParam"></span> <span name="allowFullScreen" value="true" class="mceItemParam"></span> <span name="flashvars" value="embedType=noscriptObjectTag&#038;embedCode=hleHU2MTpmSDqlNFHOCo7bmgM0aPqqxf" class="mceItemParam"></span><span class="mceItemEmbed" src="http://player.ooyala.com/player.swf?embedCode=hleHU2MTpmSDqlNFHOCo7bmgM0aPqqxf&#038;version=2" bgcolor="#000000" width="300" height="225" name="ooyalaPlayer_53sbq_g5bhpezv" align="middle" play="true" loop="false" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" flashvars="&#038;embedCode=hleHU2MTpmSDqlNFHOCo7bmgM0aPqqxf" pluginspage="http://www.adobe.com/go/getflashplayer"></span></span></noscript></p>
<p>These are a great group of guys who really know there stuff. Order your copy of <a href="http://www.trainsignal.com/VMware-vSphere-Pro-Series-Training-Vol-1-P91.aspx">VMware vSphere Pro Series Training Vol 1</a> today!</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/">Train Signal Releases vSphere Pro Vol 1</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>October 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/23/trainsignal-vsphere-training-dvd-1-completed/" title="TrainSignal vSphere Training DVD 1 Completed">TrainSignal vSphere Training DVD 1 Completed</a></li><li>March 13, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/13/vpxd-cfg-advanced-configuration/" title="vpxd.cfg Advanced Configuration">vpxd.cfg Advanced Configuration</a></li><li>March 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/12/perf-charts-service-experienced-an-internal-error/" title="Perf Charts Service Experienced An Internal Error">Perf Charts Service Experienced An Internal Error</a></li><li>February 27, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/27/thank-you/" title="Thank You">Thank You</a></li><li>February 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/19/vcdx-34-the-conclusion-of-a-journey/" title="VCDX #34 &#8211; The Conclusion of a Journey">VCDX #34 &#8211; The Conclusion of a Journey</a></li><li>February 14, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/14/my-vcdx-defense-experience/" title="My VCDX Defense Experience">My VCDX Defense Experience</a></li><li>February 12, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/12/vmkernel-networks-jumbo-frames-and-esxi/" title="VMkernel Networks, Jumbo Frames, and ESXi 4">VMkernel Networks, Jumbo Frames, and ESXi 4</a></li><li>November 23, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/23/vsphere-4-0-quick-start-guide-released-on-amazon/" title="vSphere 4.0 Quick Start Guide Released on Amazon">vSphere 4.0 Quick Start Guide Released on Amazon</a></li><li>November 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/22/old-vcenter-server-name-shown-in-title-bar/" title="Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails">Old vCenter Server Name Shown In Title Bar; Update Manager Plugin Fails</a></li><li>November 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/21/create-a-32-bit-vcenter-dsn-on-a-64-bit-operating-system/" title="Create a 32-bit vCenter DSN on a 64-bit Operating System">Create a 32-bit vCenter DSN on a 64-bit Operating System</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/10/train-signal-releases-vsphere-pro-vol-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preferential Treatment for DPM Hosts</title>
		<link>http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:49:01 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[DPM]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=1999</guid>
		<description><![CDATA[Here&#8217;s a tip that&#8217;s so simple and probably well known that it could be categorized as a stupid pet trick.
As I&#8217;ve mentioned in the past, I leverage VMware DPM (an Enterprise licensing feature) in the lab so that during periods of lesser activity (while I&#8217;m at work or sleeping, or both), ESX hosts in the [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/">Preferential Treatment for DPM Hosts</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a tip that&#8217;s so simple and probably well known that it could be categorized as a stupid pet trick.</p>
<p>As I&#8217;ve mentioned in the past, I leverage VMware DPM (an Enterprise licensing feature) in the lab so that during periods of lesser activity (while I&#8217;m at work or sleeping, or both), ESX hosts in the lab can be placed in standby mode to cut electricity consumption and save on the energy bill.  I haven&#8217;t taken the time to research how hosts in the cluster are arbitrarily chosen for standby mode.  Over the course of time, the pattern I have witnessed tells me it&#8217;s more of a round robin type selection.  For instance, today host A will be chosen for standby mode, tomorrow host B will be chosen, and the next day, again host A will be chosen.  Perhaps load is taken into the calculation.  I don&#8217;t honestly know.  It&#8217;s not important right now.</p>
<p>I&#8217;ve also mentioned in the past that I run both ESX and ESXi in the same vSphere cluster.  This is a VMware supported configuration. I do this so that I can get a daily dose of both host platform experiences.  I&#8217;m not shy in saying my platform preference is still ESX because of its Service Console. What can I say&#8230; old habits are hard to break, but I&#8217;m trying, I really am.  More often than not, I need ESX Service Console access for whatever reason.  When I pop in the lab and find out that the ESX host is in standby mode, it takes a good 5 minutes to wake it up and then work on the things I need to get done.</p>
<p>Enter DPM Host Options.  This feature lets me apply some rules in the host selection process for DPM.  In this case, I want DPM to do its thing and save me money, but I don&#8217;t want it to shut down the ESX host.  Rather, shut down the ESXi host instead.  To do this is simple.  Modify the cluster settings and disable DPM for the ESX host as shown below.</p>
<p><img src="http://farm5.static.flickr.com/4004/4337935017_4b27bd1945_d.jpg" alt="" width="500" height="152" /></p>
<p>With this rule in place, DPM will always choose <strong>solo.boche.mcse</strong> for standby mode, which is the ESXi host.  The ESX host, <strong>lando.boche.mcse</strong>, has been disabled for DPM and should always remained powered on and ready for action.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/">Preferential Treatment for DPM Hosts</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>March 16, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/16/dpm-best-practices-look-before-you-leap/" title="DPM best practices.  Look before you leap.">DPM best practices.  Look before you leap.</a></li><li>November 10, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/11/10/vmware-employee-confirms-dpm-support-in-next-release/" title="VMware employee confirms DPM support in next release">VMware employee confirms DPM support in next release</a></li><li>March 3, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/03/03/11-new-esxi-4-0-patches-released-6-critical/" title="11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical">11 New ESX(i) 4.0 Patch Definitions Released; 6 Critical</a></li><li>February 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/" title="RVTools 2.8.1 Released">RVTools 2.8.1 Released</a></li><li>February 4, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/" title="Configure VMware ESX(i) Round Robin on EMC Storage">Configure VMware ESX(i) Round Robin on EMC Storage</a></li><li>January 11, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/11/vmware-vi3-implementation-and-administration/" title="VMware VI3 Implementation and Administration">VMware VI3 Implementation and Administration</a></li><li>December 5, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/12/05/vmware-releases-esxi-3-5-update-5-critical-updates/" title="VMware Releases ESX(i) 3.5 Update 5; Critical Updates">VMware Releases ESX(i) 3.5 Update 5; Critical Updates</a></li><li>November 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/19/vsphere-4-update-1-released/" title="vSphere 4 Update 1 Released">vSphere 4 Update 1 Released</a></li><li>October 29, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/29/vmware-esx-guest-os-io-timeout-settings-for-netapp-storage-systems/" title="VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)">VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/07/preferential-treatment-for-dpm-hosts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure VMware ESX(i) Round Robin on EMC Storage</title>
		<link>http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/</link>
		<comments>http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 06:56:18 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=1988</guid>
		<description><![CDATA[I recently set out to enable VMware ESX(i) 4 Round Robin load balancing with EMC Celerra (CLARiiON) fibre channel storage.  Before I get to the details of how I did it, let me preface this discussion with a bit about how I interpret Celerra storage architecture. 
The Celerra is built on CLARiiON fibre channel storage and [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/">Configure VMware ESX(i) Round Robin on EMC Storage</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I recently set out to enable VMware ESX(i) 4 Round Robin load balancing with EMC Celerra (CLARiiON) fibre channel storage.  Before I get to the details of how I did it, let me preface this discussion with a bit about how I interpret Celerra storage architecture. </p>
<p>The Celerra is built on CLARiiON fibre channel storage and as such, it leverages the benefits and successes CLARiiON has built over the years.  I believe most CLARiiON’s are, by default, active/passive arrays from VMware’s perspective.  Maybe more accurately stated, all controllers are active, however, each controller has sole ownership of a LUN or set of LUNs.  If a host wants access to a LUN, it is preferable to go through the owning controller (the preferred path).  Attempts to access a LUN through any other controller than the owning controller will result in a “Trespass” in EMC speak.  A Trespass is shift in LUN ownership from one controller to another in order to service an I/O request from a fabric host.  When I first saw Trespasses in Navisphere, I was alarmed.  I soon learned that they aren’t all that bad in moderation.  EMC reports that a Trespass occurs EXTREMELY quickly and in almost all cases will not cause problems.  However, as with any array which adopts the LUN ownership model, stacking up enough I/O requests which force a race condition between controllers for LUN access, will cause a condition known as thrashing.   Thrashing causes storage latency and queuing as controllers play tug of war for LUN access.  This is why it is important for ESX hosts, which share LUN access, to consistently access LUNs via the same controller path.  </p>
<p>As I said, the LUN ownership model above is the “out-of-box” configuration for the Celerra, also known as Failover Mode 1 in EMC Navisphere.  The LUN path going through the owning controller will be the Active path from a VMware perspective.  Other paths will be Standby.  This is true for both MRU and Fixed path selection policies.  What I needed to know was how to enable Round Robin path selection in VMware.  Choosing Round Robin in the vSphere Client is easy enough, however, there’s more to it than that because the Celerra is still operating in Failover Mode 1 where I/O can only go through the owning controller. </p>
<p>So the first step in this process is to read the <a href="http://www.emc.com/collateral/hardware/white-papers/h1416-emc-clariion-intgtn-vmware-wp.pdf">CLARiiON/VMware Applied Technology Guide</a> which says I need to change the Failover Mode of the Celerra from 1 to 4 using Navisphere (FLARE release 28 version 04.28.000.5.704 or later may be required).  A value of 4 tells the CLARiiON to switch to the ALUA (Asymmetric Logical Unit Access or Active/Active) mode.  In this mode, the controller/LUN ownership model still exists, however, instead of transferring ownership of the LUN to the other controller with a Trespass, LUN access is allowed through the non-owning controller.  The I/O is passed by the non-owning controller to the owning controller via the backplane and then to the LUN.  In this configuration, both controllers are Active and can be used to access a LUN without causing ownership contention or thrashing.  It’s worth mentioning right now that although both controllers are active, the Celerra will report to ESX the owning controller as the optimal path, and the non-owning controller as the non-optimal path.  This information will be key a little later on.  Each ESX host needs to be configured for Failover Mode 4 in Navisphere.  The easiest way to do this is to run the Failover Setup Wizard.  Repeat the process for each ESX host.  One problem I ran into here is that after making the configuration change, each host and HBA still showed a Failover Mode of 1 in the Navisphere GUI.  It was as if the Failover Setup Wizard steps were not persisting.  I failed to accept this so I installed the Navisphere CLI and verified each host with the following command: </p>
<p>naviseccli -h &lt;SPA_IP_ADDRESS&gt; port -list –all</p>
<p>Output showed that Failover Mode 4 was configured:</p>
<p>Information about each HBA:<br />
HBA UID:                 20:00:00:00:C9:8F:C8:C4:10:00:00:00:C9:8F:C8:C4<br />
Server Name:             lando.boche.mcse<br />
Server IP Address:       192.168.110.5<br />
HBA Model Description:<br />
HBA Vendor Description:  VMware ESX 4.0.0<br />
HBA Device Driver Name:<br />
Information about each port of this HBA:�<br />
    SP Name:               SP A<br />
    SP Port ID:            2<br />
    HBA Devicename:        naa.50060160c4602f4a50060160c4602f4a<br />
    Trusted:               NO<br />
    Logged In:             YES<br />
    Source ID:             66560<br />
    Defined:               YES<br />
    Initiator Type:           3<br />
    StorageGroup Name:     DL385_G2<br />
    ArrayCommPath:         1<br />
    Failover mode:         4<br />
    Unit serial number:    Array</p>
<p>Unfortunately, the <a href="http://www.emc.com/collateral/hardware/white-papers/h1416-emc-clariion-intgtn-vmware-wp.pdf">CLARiiON/VMware Applied Technology Guide</a> didn’t give me the remaining information I needed to actually get ALUA and Round Robin working.  So I turned to social networking and my circle of VMware and EMC storage experts on Twitter.  They put me on to the fact that I needed to configure SATP for VMW_SATP_ALUA_CX, something I wasn’t familiar with yet. </p>
<p>So the next step is a multistep procedure to configure the Pluggable Storage Architecture on the ESX hosts.  More specifically, SATP (Storage Array Type Plugin) and the PSP (Path Selection Plugin), in that order. Duncan Epping provides a good foundation for PSA which can be learned <a href="http://www.yellow-bricks.com/2009/03/19/pluggable-storage-architecture-exploring-the-next-version-of-esxvcenter/">here</a>.</p>
<p>Configuring the SATP tells the PSA what type of array we’re using, and more accurately, what failover mode the array is running.  In this case, I needed to configure the SATP for each LUN to VMW_SATP_ALUA_CX which is the EMC CLARiiON (CX series) running in ALUA mode (active/active failover mode 4).  The command to do this must be issued on each ESX host in the cluster for each active/active LUN and is as follows: </p>
<p>#set SATP<br />
esxcli nmp satp setconfig &#8211;config VMW_SATP_ALUA_CX &#8211;device naa.50060160c4602f4a50060160c4602f4a<br />
esxcli nmp satp setconfig &#8211;config VMW_SATP_ALUA_CX &#8211;device naa.60060160ec242700be1a7ec7a208df11<br />
esxcli nmp satp setconfig &#8211;config VMW_SATP_ALUA_CX &#8211;device naa.60060160ec242700bf1a7ec7a208df11<br />
esxcli nmp satp setconfig &#8211;config VMW_SATP_ALUA_CX &#8211;device naa.60060160ec2427001cac9740a308df11<br />
esxcli nmp satp setconfig &#8211;config VMW_SATP_ALUA_CX &#8211;device naa.60060160ec2427001dac9740a308df11</p>
<p>The devices you see above can be found in the vSphere Client when looking at the HBA devices discovered.  You can also find devices with the following command on the ESX Service Console: </p>
<p>esxcli nmp device list </p>
<p>I found that changing the SATP requires a host reboot for the change to take effect (thank you Scott Lowe).  After the host is rebooted, the same command used above should reflect that the SATP has been set correctly: </p>
<p>esxcli nmp device list </p>
<p>Results in: </p>
<p>naa.60060160ec2427001dac9740a308df11<br />
    Device Display Name: DGC Fibre Channel Disk (naa.60060160ec2427001dac9740a308df11)<br />
    Storage Array Type: VMW_SATP_ALUA_CX<br />
    Storage Array Type Device Config: {navireg=on, ipfilter=on}{implicit_support=on;explicit_ow=on;alua_followover=on;{TPG_id=1,TPG_state=ANO}{TPG_id=2,TPG_state=AO}}<br />
    Path Selection Policy: VMW_PSP_FIXED<br />
    Path Selection Policy Device Config: {policy=rr,iops=1000,bytes=10485760,useANO=0;lastPat=0,numBytesPending=0}<br />
    Working Paths: vmhba1:C0:T0:L61 </p>
<p>Once the SATP is set, it is time to configure the PSP for each LUN to Round Robin.  You can do this via the vSphere Client, or you can issue the commands at the Service Console: </p>
<p>#set PSP per device<br />
esxcli nmp psp setconfig &#8211;config VMW_PSP_RR &#8211;device naa.60060160ec242700be1a7ec7a208df11<br />
esxcli nmp psp setconfig &#8211;config VMW_PSP_RR &#8211;device naa.60060160ec242700bf1a7ec7a208df11<br />
esxcli nmp psp setconfig &#8211;config VMW_PSP_RR &#8211;device naa.60060160ec2427001cac9740a308df11<br />
esxcli nmp psp setconfig &#8211;config VMW_PSP_RR &#8211;device naa.60060160ec2427001dac9740a308df11 </p>
<p>#set PSP for device<br />
esxcli nmp device setpolicy &#8211;psp VMW_PSP_RR &#8211;device naa.50060160c4602f4a50060160c4602f4a<br />
esxcli nmp device setpolicy &#8211;psp VMW_PSP_RR &#8211;device naa.60060160ec242700be1a7ec7a208df11<br />
esxcli nmp device setpolicy &#8211;psp VMW_PSP_RR &#8211;device naa.60060160ec242700bf1a7ec7a208df11<br />
esxcli nmp device setpolicy &#8211;psp VMW_PSP_RR &#8211;device naa.60060160ec2427001cac9740a308df11<br />
esxcli nmp device setpolicy &#8211;psp VMW_PSP_RR &#8211;device naa.60060160ec2427001dac9740a308df11 </p>
<p>Once again, running the command: </p>
<p>esxcli nmp device list </p>
<p>Now results in: </p>
<p>naa.60060160ec2427001dac9740a308df11<br />
    Device Display Name: DGC Fibre Channel Disk (naa.60060160ec2427001dac9740a308df11)<br />
    Storage Array Type: VMW_SATP_ALUA_CX<br />
    Storage Array Type Device Config: {navireg=on, ipfilter=on}{implicit_support=on;explicit_ow=on;alua_followover=on;{TPG_id=1,TPG_state=ANO}{TPG_id=2,TPG_state=AO}}<br />
    Path Selection Policy: VMW_PSP_RR<br />
    Path Selection Policy Device Config: {policy=rr,iops=1000,bytes=10485760,useANO=0;lastPat=0,numBytesPending=0}<br />
    Working Paths: vmhba1:C0:T0:L61 </p>
<p>Notice the Path Selection Policy has now changed to Round Robin. </p>
<p>I’m good to go, right?  Wrong.  I struggled with this last bit for a while.  Using ESXTOP and IOMETER, I could see that I/O was still only going down one path instead of two.  Then I remembered something Duncan Epping had said to me in an earlier conversation a few days ago.  He mentioned something about the array reporting optimal and non-optimal paths to the PSA.  I printed out a copy of the <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_vcli.pdf">Storage Path and Storage Plugin Management with esxcli</a> document from VMware and took it to lunch with me.  The answer was buried on page 88.  The nmp roundrobin setting useANO is configured by default to 0 which means unoptimized paths reported by the array will not be included in Round Robin path selection unless optimized paths become unavailable.  Remember I said early on that unoptimized and optimized paths reported by the array would be a key piece of information.  We can see this in action by looking at the device list above.  The very last line shows working paths, and only one path is listed for Round Robin use – the optimized path reported by the array.  The fix here is to issue the following command, again on each host for all LUNs in the configuration: </p>
<p>#use non-optimal paths for Round Robin<br />
esxcli nmp roundrobin setconfig &#8211;useANO 1 &#8211;device naa.50060160c4602f4a50060160c4602f4a<br />
esxcli nmp roundrobin setconfig &#8211;useANO 1 &#8211;device naa.60060160ec242700be1a7ec7a208df11<br />
esxcli nmp roundrobin setconfig &#8211;useANO 1 &#8211;device naa.60060160ec242700bf1a7ec7a208df11<br />
esxcli nmp roundrobin setconfig &#8211;useANO 1 &#8211;device naa.60060160ec2427001cac9740a308df11<br />
esxcli nmp roundrobin setconfig &#8211;useANO 1 &#8211;device naa.60060160ec2427001dac9740a308df11</p>
<p>Once again, running the command: </p>
<p>esxcli nmp device list </p>
<p>Now results in: </p>
<p>naa.60060160ec2427001dac9740a308df11<br />
    Device Display Name: DGC Fibre Channel Disk (naa.60060160ec2427001dac9740a308df11)<br />
    Storage Array Type: VMW_SATP_ALUA_CX<br />
    Storage Array Type Device Config: {navireg=on, ipfilter=on}{implicit_support=on;explicit_support=on;explicit_allow=on;alua_followover=on;{TPG_id=1,TPG_state=ANO}<br />
TPG_id=2,TPG_state=AO}}<br />
    Path Selection Policy: VMW_PSP_RR<br />
    Path Selection Policy Device Config: {policy=rr,iops=1000,bytes=10485760,useANO=1;lastPathIndex=1: NumIOsPending=0,numBytesPending=0}<br />
    Working Paths: vmhba0:C0:T0:L61, vmhba1:C0:T0:L61 </p>
<p>Notice the change in useANO which now reflects a value of 1.  In addition, I now have two Working Paths – an optimized path and an unoptimized path. </p>
<p>I fired up ESXTOP and IOMETER which now showed a flurry of I/O traversing both paths.  I kid you not, it was a Clark Griswold moment when all the Christmas lights on the house finally worked.</p>
<p><img src="http://farm5.static.flickr.com/4068/4329796206_a8376e3bc9_d.jpg" alt="" width="500" height="92" /></p>
<p>So it took a while to figure this out but with some reading and the help of experts, I finally got it, and I was extremely jazzed.  What would have helped was if VMware’s PSA was more plug and play with various array types.  For instance, why can’t PSA recognize ALUA on the CLARiiON and automatically configure SATP for VMW_SATP_ALUA_CX?  Why is a reboot required for an SATP change?  PSA configuration in the vSphere client might have also been convenient but I recognize has diminishing returns or practical use with a large amount of hosts and/or LUNs to configure.  Scripting and CLI is the way to go for consistency and automation reasons or how about PSA configuration via Host Profiles? </p>
<p>I felt a little betrayed and confused by the Navisphere GUI reflecting Failover Mode 1 after several attempts to change it to 4.  I was looking at host connectivity status. Was I looking in the wrong place? </p>
<p>Lastly, end to end documentation on how to configure Round Robin would have helped a lot.  EMC got me part of the way there with the <a href="http://www.emc.com/collateral/hardware/white-papers/h1416-emc-clariion-intgtn-vmware-wp.pdf">CLARiiON/VMware Applied Technology Guide</a> document, but left me hanging, making no mention of the PSA configuration needed.  I’m getting that the end game for EMC multipathing today is PowerPath, which is fine – I’ll get to that, but I really wanted to do some testing with native Round Robin first, if for no other reason to establish a baseline to compare PowerPath to once I get there. </p>
<p>Thanks again to the people I leaned on to help me through this.  It was the usual crew who can always be counted on.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/">Configure VMware ESX(i) Round Robin on EMC Storage</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>January 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/19/kb1008130-vmware-esx-and-esxi-35-u3-io-failure-on-san-luns-and-lun-queue-is-blocked-indefinitely/" title="KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely">KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely</a></li><li>October 27, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/27/connect-a-fibre-attached-tape-device-to-a-vm-on-esx/" title="Connect a fibre attached tape device to a VM on ESX">Connect a fibre attached tape device to a VM on ESX</a></li><li>January 23, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/" title="VMTN Storage Performance Thread and the EMC Celerra NS-120 ">VMTN Storage Performance Thread and the EMC Celerra NS-120 </a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>March 16, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/16/dpm-best-practices-look-before-you-leap/" title="DPM best practices.  Look before you leap.">DPM best practices.  Look before you leap.</a></li><li>March 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/08/rapid-virtualization-indexing-rvi/" title="Rapid Virtualization Indexing (RVI)">Rapid Virtualization Indexing (RVI)</a></li><li>January 31, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/31/critical-esxesxi-350-update-3-patch-released/" title="Critical ESX/ESXi 3.5.0 Update 3 patch released">Critical ESX/ESXi 3.5.0 Update 3 patch released</a></li><li>January 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/27/great-iscsi-info/" title="Great iSCSI info!">Great iSCSI info!</a></li><li>December 11, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/11/vmware-revamps-hcl-publications/" title="VMware revamps HCL publications">VMware revamps HCL publications</a></li><li>December 9, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/12/09/vmware-configuration-maximums/" title="VMware configuration maximums">VMware configuration maximums</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Service Console Directory Listing Text Color in PuTTY</title>
		<link>http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/</link>
		<comments>http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 05:25:09 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[3rd Party Apps]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=1969</guid>
		<description><![CDATA[Curious about the default colors you see in a remote PuTTY session connected to the ESX Service Console?  Some are obvious such as the directory listings which show up as blue text on a black background.  Another obvious one is the compressed .tar.gz file which will show up in a nicely contrasting red text on [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/">Service Console Directory Listing Text Color in PuTTY</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin: 10px;" src="http://farm5.static.flickr.com/4049/4303006236_cfcdba747f_d.jpg" alt="" width="400" height="239" />Curious about the default colors you see in a remote PuTTY session connected to the ESX Service Console?  Some are obvious such as the directory listings which show up as <span style="color: #0000ff;"><strong>blue</strong> </span>text on a black background.  Another obvious one is the compressed .tar.gz file which will show up in a nicely contrasting <span style="color: #ff0000;"><strong>red</strong> </span>text on black background.  Or how about this one which I&#8217;m sure you&#8217;ve seen, executable scripts are shown as <span style="color: #00ff00;"><strong>green</strong> </span>text on a black background.  You might be asking yourself &#8220;What about the oddball ones I see from time to time which don&#8217;t have an explanation?&#8221;  I&#8217;ve provided an example in the screenshot &#8211; a folder named <strong><span style="color: #0000ff;">isos</span></strong> shows up with a green background and <strong><span style="color: #0000ff;">blue</span></strong> text.  What does that mean? </p>
<p>There&#8217;s a way to find out.  While in the remote PuTTY session connected to the ESX Service Console, run the command <strong>dircolors -p</strong> from any directory.  Here&#8217;s the default legend:</p>
<p style="padding-left: 30px;"># Below are the color init strings for the basic file types. A color init<br />
# string consists of one or more of the following numeric codes:<br />
# <strong>Attribute codes</strong>:<br />
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed<br />
# <strong>Text color codes</strong>:<br />
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white<br />
# <strong>Background color codes</strong>:<br />
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white<br />
NORMAL 00 # global default, although everything should be something.<br />
FILE 00 # normal file<br />
DIR 01;34 # directory<br />
LINK 01;36 # symbolic link. (If you set this to &#8216;target&#8217; instead of a<br />
 # numerical value, the color is as for the file pointed to.)<br />
FIFO 40;33 # pipe<br />
SOCK 01;35 # socket<br />
DOOR 01;35 # door<br />
BLK 40;33;01 # block device driver<br />
CHR 40;33;01 # character device driver<br />
ORPHAN 40;31;01 # symlink to nonexistent file<br />
SETUID 37;41 # file that is setuid (u+s)<br />
SETGID 30;43 # file that is setgid (g+s)<br />
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)<br />
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky<br />
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable<br />
# This is for files with execute permission:<br />
EXEC 01;32<br />
# List any file extensions like &#8216;.gz&#8217; or &#8216;.tar&#8217; that you would like ls<br />
# to colorize below. Put the extension, a space, and the color init string.<br />
# (and any comments you want to add after a &#8216;#&#8217;)<br />
# If you use DOS-style suffixes, you may want to uncomment the following:<br />
#.cmd 01;32 # executables (bright green)<br />
#.exe 01;32<br />
#.com 01;32<br />
#.btm 01;32<br />
#.bat 01;32<br />
.tar 01;31 # archives or compressed (bright red)<br />
.tgz 01;31<br />
.arj 01;31<br />
.taz 01;31<br />
.lzh 01;31<br />
.zip 01;31<br />
.z 01;31<br />
.Z 01;31<br />
.gz 01;31<br />
.bz2 01;31<br />
.deb 01;31<br />
.rpm 01;31<br />
.jar 01;31<br />
# image formats<br />
.jpg 01;35<br />
.jpeg 01;35<br />
.gif 01;35<br />
.bmp 01;35<br />
.pbm 01;35<br />
.pgm 01;35<br />
.ppm 01;35<br />
.tga 01;35<br />
.xbm 01;35<br />
.xpm 01;35<br />
.tif 01;35<br />
.tiff 01;35<br />
.png 01;35<br />
.mov 01;35<br />
.mpg 01;35<br />
.mpeg 01;35<br />
.avi 01;35<br />
.fli 01;35<br />
.gl 01;35<br />
.dl 01;35<br />
.xcf 01;35<br />
.xwd 01;35<br />
# audio formats<br />
.flac 01;35<br />
.mp3 01;35<br />
.mpc 01;35<br />
.ogg 01;35<br />
.wav 01;35</p>
<p> </p>
<p>Applied to the screenshot example above, the legend tells us that the <strong><span style="color: #0000ff;">isos</span></strong> directory is: <strong>OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky.</strong></p>
<p>Another color you may commonly see which I haven&#8217;t yet mentioned is cyan which identifies symbolic links.  These can be found in several directories.  Most often you will see symbolic links in <strong>/vmfs/volumes/</strong> connecting a friendly datastore name with it&#8217;s not so friendly volume name which is better known by the VMkernel.</p>
<p>That&#8217;s it. Not what I would considering Earth shattering material here, but maybe you&#8217;ve seen these colors before and haven&#8217;t connected the dots on their meaning.  For people with Linux background, this is probably old hat.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/">Service Console Directory Listing Text Color in PuTTY</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 21, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/21/rvtools-2-8-1-released/" title="RVTools 2.8.1 Released">RVTools 2.8.1 Released</a></li><li>October 29, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/10/29/vmware-esx-guest-os-io-timeout-settings-for-netapp-storage-systems/" title="VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)">VMware ESX Guest OS I/O Timeout Settings (for NetApp Storage Systems)</a></li><li>July 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/27/new-cisco-nexus-1000v-video/" title="New Cisco Nexus 1000v Video">New Cisco Nexus 1000v Video</a></li><li>July 22, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/07/22/hyper9-version-14-to-be-released-july-22nd/" title="Hyper9 version 1.4 to be released July 22nd">Hyper9 version 1.4 to be released July 22nd</a></li><li>June 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/06/08/tripwire-launches-vwire-a-virtualization-management-solution/" title="Tripwire Launches vWire, A Virtualization Management Solution">Tripwire Launches vWire, A Virtualization Management Solution</a></li><li>March 31, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/31/vmware-tools-not-running/" title="VMware Tools &#8220;Not Running&#8221;">VMware Tools &#8220;Not Running&#8221;</a></li><li>March 18, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/18/hyper9-to-release-two-announcements-today/" title="Hyper9 to release two announcements today">Hyper9 to release two announcements today</a></li><li>March 18, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/18/new-blog-sponsor-hyper9/" title="New blog sponsor &#8211; Hyper9!">New blog sponsor &#8211; Hyper9!</a></li><li>January 29, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/29/new-product-launch-ibac-vip-for-vmware-virtual-center/" title="New product launch:  iBac VIP for VMware Virtual Center">New product launch:  iBac VIP for VMware Virtual Center</a></li><li>January 13, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/13/hyper9-expands-beta-testing/" title="Hyper9 expands beta testing">Hyper9 expands beta testing</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/01/25/service-console-directory-listing-text-color-in-putty/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VMTN Storage Performance Thread and the EMC Celerra NS-120</title>
		<link>http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/</link>
		<comments>http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:35:49 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=1942</guid>
		<description><![CDATA[The VMTN Storage Performance Thread is a collaboration of storage performance results on VMware virtual infrastructure provided by VMTN Community members around the world.  The thread starts here, was locked due to length, and continues on in a new thread here.  There&#8217;s even a Google Spreadsheet version, however, activity in that data repository appears to have [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/">VMTN Storage Performance Thread and the EMC Celerra NS-120</a></p>
]]></description>
			<content:encoded><![CDATA[<p>The VMTN Storage Performance Thread is a collaboration of storage performance results on VMware virtual infrastructure provided by VMTN Community members around the world.  The thread starts <a href="http://communities.vmware.com/thread/73745">here</a>, was locked due to length, and continues on in a new thread <a href="http://communities.vmware.com/thread/197844">here</a>.  There&#8217;s even a <a href="http://spreadsheets.google.com/pub?key=p2IFgyUF_v5Jn-7QobgY9Fw">Google Spreadsheet version</a>, however, activity in that data repository appears to have diminished long ago.  The spirit of the testing is outlined by thread creater and VMTN Virtuoso <a href="http://communities.vmware.com/people/christianZ">christianZ</a>: </p>
<p style="padding-left: 30px;"><cite>&#8220;My idea is to create an open thread with uniform tests whereby the results will be all inofficial and w/o any warranty. If anybody shouldn&#8217;t be agreed with some results then he can make own tests and presents his/her results too. I hope this way to classify the different systems and give a &#8220;neutral&#8221; performance comparison. Additionally I will mention that the performance [and cost] is one of many aspects to choose the right system.&#8221;</cite> </p>
<p>Testing standards are defined by christianZ so that results from each submission are consistent and comparable.  A pre-defined template is used in conjunction with <a href="http://www.iometer.org/">IOMETER</a> to generate the disk I/O and capture the performance metrics.  The test lab environment and the results are then appended to the thread discussion linked above.  The performance metrics measured are:</p>
<ol>
<li>Average Response Time (in Milliseconds, lower is better) &#8211; also known as latency of which VMware declares a potential problem threshold of 50ms in their <a href="http://www.vmware.com/files/pdf/scalable_storage_performance.pdf">Scalable Storage Performance</a> whitepaper</li>
<li>Average I/O per Second (number of I/Os, higher is better)</li>
<li>Average MB per Second (in MB, higher is better)</li>
</ol>
<p>Following are my results with the <a href="http://www.emc.com/products/detail/hardware/celerra-ns120.htm">EMC Celerra NS-120 Unified Storage array</a>: </p>
<p><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / RAID 5<br />
<strong><em>SAN TYPE / HBAs:</em></strong> Emulex dual port 4Gb Fiber Channel, HP StorageWorks 2Gb SAN switch<br />
<strong><em>OTHER:</em></strong> Disk.SchedNumReqOutstanding and HBA queue depth set to 64 </p>
<p><strong><span style="text-decoration: underline;">Fibre Channel SAN Fabric Test</span></strong></p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td>1.62</td>
<td>35,261.29</td>
<td>1,101.92</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td>16.71</td>
<td>2,805.43</td>
<td>21.92</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td>5.93</td>
<td>10,028.25</td>
<td>313.38</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td>11.08</td>
<td>3,700.69</td>
<td>28.91</td>
</tr>
</tbody>
</table>
<div><strong><em> </em></strong><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> swISCSI<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;">swISCSI Test</span></strong></p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td>17.52</td>
<td>3,426.00</td>
<td>107.06</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td>14.33</td>
<td>3,584.53</td>
<td>28.00</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td>11.33</td>
<td>5,236.50</td>
<td>163.64</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td>15.25</td>
<td>3,335.68</td>
<td>22.06</td>
</tr>
</tbody>
</table>
<div><strong><em> </em></strong><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> NFS<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;">NFS Test</span></strong></p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td>17.18</td>
<td>3,494.48</td>
<td>109.20</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td>121.85</td>
<td>480.81</td>
<td>3.76</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td>12.77</td>
<td>4,718.29</td>
<td>147.45</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td>123.41</td>
<td>478.17</td>
<td>3.74</td>
</tr>
</tbody>
</table>
<p><strong><span style="color: #ff0000;">Please read further below for futher NFS testing results after applying EMC Celerra best practices</span></strong></p>
<p><span style="text-decoration: underline;">Fibre Channel Summary</span></p>
<p>Not surprisingly, Celerra over SAN fabric beats the pants off of the shared storage solutions I&#8217;ve had in the lab previously, HP MSA1000 and Openfiler 2.2 swISCSI before that, in all four IOMETER categories.  I was, however, pleasantly surprised to find that Celerra over fibre channel was one of the top performing configurations among a sea of HP EVA, Hitachi, NetApp, and EMC CX series frames.</p>
<p><span style="text-decoration: underline;">swISCSI Summary</span></p>
<p>Celerra over swISCSIwas only slightly faster than the Openfiler 2.2 swISCSI on HP Proliant ML570 G2 hardware I had in the past on the Max Throughput-100%Read test. In the other three test categories, however, the Celerra left the Openfiler array in the dust.</p>
<p><span style="text-decoration: underline;">NFS Summary</span></p>
<p>Moving on to Celerra over NFS, performance results were consistent with swISCSI in two test categories (Max Throughput-100%Read and Max Throughput-50%Read), but NFS performance numbers really dropped in the remaining two categories as compared to swISCSI (RealLife-60%Rand-65%Read and Random-8k-70%Read). </p>
<p>What&#8217;s worth noting is that both the iSCSI and NFS datastores are backed by the same logical Disk Group and physical disks on the Celerra.  I did this purposely to compare the iSCSI and NFS protocols, with everything else being equal.  The differences in two out of the four categories are obvious.  The question came to mind:  Does the performance difference come from the Celerra, the VMkernel, or a combination of both?  Both iSCSI and NFS have evolved into viable protocols for production use in enterprise datacenters, therefore, I&#8217;m leaning AWAY from the theory that the performance degradation over NFS stems from the VMkernel. My initial conclusion here is that Celerra over NFS doesn&#8217;t perform as well with Random Read disk I/O patterns.  I welcome your comments and experience here.</p>
<p><strong><span style="color: #ff0000;">Please read further below for futher NFS testing results after applying EMC Celerra best practices</span></strong></p>
<p><span style="text-decoration: underline;">CIFS</span></p>
<p>Although I did not test CIFS, I would like to take a look at its performance.  CIFS isn&#8217;t used directly by VMware virtual infrastructure, but it can be a handy protocol to leverage with NFS storage.  File management (ie. .ISOs, templates, etc.) on ESX NFS volumes becomes easier and more mobile and less tools are required when the NFS volumes are presented as CIFS shares on a predominantly Windows client network.  Providing adequate security through CIFS will be a must to protect the ESX datastore on NFS.</p>
<p>If you&#8217;re curious about storage array configuration and its impact on performance, cost, and availability, take a look at this RAID triangle which VMTN Master <a href="http://communities.vmware.com/people/meistermn">meistermn</a> posted in one of the performance threads:</p>
<p><img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1130341-4793/raid-triangle.gif" alt="" width="549" height="403" /></p>
<p>The Celerra stroage is currently carved out in the following way:</p>
<table border="0">
<tbody>
<tr>
<td> </td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td> </td>
</tr>
<tr>
<td>DAE 2</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>FC</td>
<td>DAE 2</td>
</tr>
<tr>
<td>DAE1</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>Spr</td>
<td>Spr</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td>DAE 1</td>
</tr>
<tr>
<td>DAE 0</td>
<td>Vlt</td>
<td>Vlt</td>
<td>Vlt</td>
<td>Vlt</td>
<td>Vlt</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>NAS</td>
<td>DAE 0</td>
</tr>
<tr>
<td> </td>
<td>0</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td>14</td>
<td> </td>
</tr>
</tbody>
</table>
<p>FC = fibre channel Disk Group</p>
<p>NAS = iSCSI/NFS Disk Groups</p>
<p>Spr = Hot Spare</p>
<p>Vlt = Celerra Valut drives</p>
<p>I&#8217;m very pleased with the Celerra NS-120.  With the first batch of tests complete, I&#8217;m starting to formulate ideas on when, where, and how to use the various storage protocols with the Celerra.  My goal is not to eliminate use of the slowest performing protocol in the lab.  I want to work with each of them on a continual basis to test future design and integration with VMware virtual infrastructure.</p>
<p><strong><span style="color: #ff0000;">Update 1/30/10</span></strong>: New NFS performance numbers.  I&#8217;ve begun working with EMC vSpecialist to troubleshoot the performance descrepancies between swISCSI and NFS protocols.  A few key things have been identified and a new set of performance metrics have been posted below after making some changes:</p>
<ol>
<li>The first thing that the EMC vSpecialists (and others on the blog post comments) asked about was whether or not the file system uncached write mechanism was enabled. The uncached write mechanism is designed to improve performance for applications with many connections to a large file, such as a virtual disk file of a virtual machine.  This mechanism can enhance access to such large files through the NFS protocol.  Out of the box, the factory default is the uncached write mechanism is disabled on the Celerra. EMC recommends this feature be enabled with ESX(i).  The beauty here is that the feature can be toggled while the NFS file system is mounted on cluster hosts with VMs running on it.  <a href="http://www.emc.com/collateral/hardware/technical-documentation/h5536-vmware-esx-srvr-using-celerra-stor-sys-wp.pdf">VMware ESX Using EMC Celerra Storage Systems</a> pages 99-101 outlines this recommendation.</li>
<li>Per <a href="http://www.emc.com/collateral/hardware/technical-documentation/h5536-vmware-esx-srvr-using-celerra-stor-sys-wp.pdf">VMware ESX Using EMC Celerra Storage Systems</a> pages 73-74, NFS send and receive buffers should be divisible by 32k on the ESX(i) hosts.  Again, these advanced settings can be adjusted on the hosts while VMs are running and the settings do not require a reboot.  EMC recommended a value of 64 (presumably for both).</li>
<li>Use the maximum amount of write cache possible for Storage Processors (SPs). Factory defaults here:  598BM total read cache size, 32MB read cache size, 598MB total write cache size, 566MB write cache size.</li>
<li>Specific to this test – verify that the ramp up time is 120 seconds.  Without the ramp up the results can be skewed. The tests I originall performed were with a 0 second ramp up time.</li>
</ol>
<p>The new NFS performance tests are below, using some of the recommendations above: </p>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> NFS<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;">New NFS Test After Enabling the NFS file system Uncached Write Mechanism</span></strong></span></strong></span></strong></p>
<p><a href="http://www.emc.com/collateral/hardware/technical-documentation/h5536-vmware-esx-srvr-using-celerra-stor-sys-wp.pdf">VMware ESX Using EMC Celerra Storage Systems</a> pages 99-101</p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td>17.39</td>
<td>3,452.30</td>
<td>107.88</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td>20.28</td>
<td>2,816.13</td>
<td>22.00</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td>19.43</td>
<td>3,051.72</td>
<td>95.37</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td>19.21</td>
<td>2,878.05</td>
<td>22.48</td>
</tr>
</tbody>
</table>
<div><strong><em><span style="color: #008000;">Significant improvement here!</span> </em></strong><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> NFS<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;">New NFS Test After Configuring<br />
</span></strong><strong><span style="text-decoration: underline;">NFS.SendBufferSize = 256 (this was set at the default of 264 which is not divisible by 32k)<br />
<strong><span style="text-decoration: underline;">NFS.ReceiveBufferSize = 128 (this was already at the default of 128)</span></strong></span></strong></span></strong></span></strong></p>
<p><a href="http://www.emc.com/collateral/hardware/technical-documentation/h5536-vmware-esx-srvr-using-celerra-stor-sys-wp.pdf">VMware ESX Using EMC Celerra Storage Systems</a> pages 73-74</p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td>17.41</td>
<td>3,449.05</td>
<td>107.78</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td>20.41</td>
<td>2,807.66</td>
<td>21.93</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td> 18.25</td>
<td> 3,247.21</td>
<td> 101.48</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td> 18.55</td>
<td> 2,996.54</td>
<td> 23.41</td>
</tr>
</tbody>
</table>
<div><strong><em><strong><em><span style="color: #008000;">Slight change</span></em></strong> </em></strong><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em> </em></strong></div>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> NFS<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;">New NFS Test After Configuring IOMETER for 120 second Ramp Up Time</span></strong></span></strong></span></strong></p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td> 17.28</td>
<td> 3,472.43</td>
<td> 108.51</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td> 21.05</td>
<td> 2,726.38</td>
<td> 21.30</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td> 17.73</td>
<td> 3,338.72</td>
<td> 104.34</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td> 17.70</td>
<td> 3,091.17</td>
<td> 24.15</td>
</tr>
</tbody>
</table>
<p><strong><em><strong><em><span style="color: #008000;">Slight change</span></em></strong></em></strong></p>
<p><span style="color: #000000;">Due to the commentary received on the 120 second ramp up, I re-ran the swISCSI test to see if that changeded things much.  To fairly compare protocol performance, the same parameters must be used across the board in the tests.</span></p>
<div><strong><em>SERVER TYPE:</em></strong> Windows Server 2003 R2 VM ON ESXi 4.0 U1<br />
<strong><em>CPU TYPE / NUMBER:</em></strong> VCPU / 1 / 1GB Ram (thin provisioned)<br />
<strong><em>HOST TYPE:</em></strong> HP DL385 G2, 16GB RAM; 2x QC AMD Opteron 2356 Barcelona<br />
<strong><em>STORAGE TYPE / DISK NUMBER / RAID LEVEL:</em></strong> EMC Celerra NS-120 / 15x 146GB 15K 4Gb FC / 3x RAID 5 5&#215;146<br />
<strong><em>SAN TYPE / HBAs:</em></strong> swISCSI<br />
<strong><em>OTHER:</em></strong> Shared NetGear 1Gb SoHo Ethernet switch</div>
<p><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;">New swISCSI Test After Configuring IOMETER for 120 second Ramp Up Time</span></strong></span></strong></span></strong></span></strong></p>
<table border="0">
<tbody>
<tr>
<td><strong>Test Name</strong></td>
<td><strong>Avg. Response Time</strong></td>
<td><strong>Avg. I/O per Second</strong></td>
<td><strong>Avg. MB per Second</strong></td>
</tr>
<tr>
<td>Max Throughput &#8211; 100% Read</td>
<td> 17.79</td>
<td> 3,351.07</td>
<td> 104.72</td>
</tr>
<tr>
<td>Real Life &#8211; 60% Rand / 65% Read</td>
<td> 14.74</td>
<td> 3,481.25</td>
<td> 27.20</td>
</tr>
<tr>
<td>Max Throughput &#8211; 50% Read</td>
<td> 12.17</td>
<td> 4,707.39</td>
<td> 147.11</td>
</tr>
<tr>
<td>Random 8K &#8211; 70% Read</td>
<td> 15.02</td>
<td> 3,403.39</td>
<td> 26.59</td>
</tr>
</tbody>
</table>
<p><strong><em><strong><em><span style="color: #008000;">swISCSI is still performing slightly better than NFS on the Random Reads, however, the margin is much closer</span></em></strong></em></strong></p>
<p><span style="color: #000000;">At this point I am content, stroke, happy, (borrowing UK terminology there) with NFS performance.  I am now moving on to ALUA, Round Robin, and PowerPath/VE testing.  I set up NPIV over the weekend with the Celerra as well &#8211; look for a blog post coming up on that.</span></p>
<p><span style="color: #000000;">Thank you EMC and to the folks who replied in the comments below with your help tackling best practices and NFS optimization/tuning!</span></p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/">VMTN Storage Performance Thread and the EMC Celerra NS-120</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 4, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/" title="Configure VMware ESX(i) Round Robin on EMC Storage">Configure VMware ESX(i) Round Robin on EMC Storage</a></li><li>January 8, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/08/unboxing-the-emc-celerra-ns-120-unified-storage/" title="Unboxing the EMC Celerra NS-120 Unified Storage">Unboxing the EMC Celerra NS-120 Unified Storage</a></li><li>January 19, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/19/kb1008130-vmware-esx-and-esxi-35-u3-io-failure-on-san-luns-and-lun-queue-is-blocked-indefinitely/" title="KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely">KB1008130:  VMware ESX and ESXi 3.5 U3 I/O failure on SAN LUN(s) and LUN queue is blocked indefinitely</a></li><li>January 1, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/01/datacenters-need-shutdownstartup-order/" title="Datacenters need shutdown/startup order">Datacenters need shutdown/startup order</a></li><li>October 28, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/28/n_port-id-virtualization-npiv-and-vmware-virtual-infrastructure/" title="N_Port ID Virtualization (NPIV) and VMware Virtual Infrastructure">N_Port ID Virtualization (NPIV) and VMware Virtual Infrastructure</a></li><li>October 27, 2008 -- <a href="http://www.boche.net/blog/index.php/2008/10/27/connect-a-fibre-attached-tape-device-to-a-vm-on-esx/" title="Connect a fibre attached tape device to a VM on ESX">Connect a fibre attached tape device to a VM on ESX</a></li><li>January 19, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/19/lab-update/" title="Lab Update">Lab Update</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>September 4, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/04/vmworld-2009-wall-of-datacenter-video/" title="VMworld 2009 Wall of Datacenter Video">VMworld 2009 Wall of Datacenter Video</a></li><li>May 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/05/21/vsphere-has-arrived/" title="vSphere Has Arrived">vSphere Has Arrived</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Lab Update</title>
		<link>http://www.boche.net/blog/index.php/2010/01/19/lab-update/</link>
		<comments>http://www.boche.net/blog/index.php/2010/01/19/lab-update/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:00:14 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.boche.net/blog/?p=1936</guid>
		<description><![CDATA[I thought I’d post a lab update since John Troyer nudged me letting me know this week’s weekly podcast was focusing home labs for VCP and VCDX studies.
Read more here.  Scroll down to the Lab Update section.
Post from: boche.net - VMware Virtualization Evangelist

Learn how to utilize VMware so you can save your company money this [...]<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/19/lab-update/">Lab Update</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I thought I’d post a lab update since John Troyer nudged me letting me know this week’s weekly podcast was focusing home labs for VCP and VCDX studies.</p>
<p><a href="http://www.boche.net/blog/index.php/lab/">Read more here</a>.  Scroll down to the Lab Update section.</p>
<p>Post from: <a href="http://www.boche.net/blog">boche.net - VMware Virtualization Evangelist</a>
<p>
Learn how to utilize VMware so you can save your company money this year from Train Signal! <a href="http://www.trainsignal.com/VMware-vSphere-Training-P76.aspx">Click here for details!</a>
<p>
Copyright (c) 2009 Jason Boche.  The contents of this post may not be reproduced or republished on another web page or web site without prior written permission.<br/><br/><a href="http://www.boche.net/blog/index.php/2010/01/19/lab-update/">Lab Update</a></p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>February 4, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/02/04/configure-vmware-esxi-round-robin-on-emc-storage/" title="Configure VMware ESX(i) Round Robin on EMC Storage">Configure VMware ESX(i) Round Robin on EMC Storage</a></li><li>January 23, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/23/vmtn-storage-performance-thread-and-the-emc-celerra-ns-120/" title="VMTN Storage Performance Thread and the EMC Celerra NS-120 ">VMTN Storage Performance Thread and the EMC Celerra NS-120 </a></li><li>January 8, 2010 -- <a href="http://www.boche.net/blog/index.php/2010/01/08/unboxing-the-emc-celerra-ns-120-unified-storage/" title="Unboxing the EMC Celerra NS-120 Unified Storage">Unboxing the EMC Celerra NS-120 Unified Storage</a></li><li>November 11, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/11/11/tame-electrical-and-heating-costs-with-cpu-power-management/" title="Tame Electrical and Heating Costs with CPU Power Management">Tame Electrical and Heating Costs with CPU Power Management</a></li><li>September 4, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/09/04/vmworld-2009-wall-of-datacenter-video/" title="VMworld 2009 Wall of Datacenter Video">VMworld 2009 Wall of Datacenter Video</a></li><li>May 21, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/05/21/vsphere-has-arrived/" title="vSphere Has Arrived">vSphere Has Arrived</a></li><li>March 16, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/16/dpm-best-practices-look-before-you-leap/" title="DPM best practices.  Look before you leap.">DPM best practices.  Look before you leap.</a></li><li>March 8, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/03/08/rapid-virtualization-indexing-rvi/" title="Rapid Virtualization Indexing (RVI)">Rapid Virtualization Indexing (RVI)</a></li><li>February 15, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/02/15/putting-some-money-where-my-vmware-mouth-is/" title="Putting some money where my VMware mouth is">Putting some money where my VMware mouth is</a></li><li>January 27, 2009 -- <a href="http://www.boche.net/blog/index.php/2009/01/27/great-iscsi-info/" title="Great iSCSI info!">Great iSCSI info!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.boche.net/blog/index.php/2010/01/19/lab-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 4.696 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-13 13:16:53 -->
