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

<channel>
	<title>VMtoday &#187; esxi</title>
	<atom:link href="http://vmtoday.com/tag/esxi/feed/" rel="self" type="application/rss+xml" />
	<link>http://vmtoday.com</link>
	<description>VMware News, Views, &#38; How-To&#039;s from Josh Townsend</description>
	<lastBuildDate>Tue, 06 Jul 2010 17:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing PowerPath/VE using VMware Update Manager</title>
		<link>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=installing-powerpathve-using-vmware-update-manager</link>
		<comments>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 19:17:07 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Issues & Troubleshooting]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[I/O]]></category>
		<category><![CDATA[multipathing]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[powerpath]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=368</guid>
		<description><![CDATA[I am finishing up an installation of an EMC Clariion CX4 SAN. One of the final steps of the installation is to configure PowerPath/VE on the ESXi hosts. PowerPath/VE is EMC&#8217;s multipathing extension module for VMware (and Hyper-V), designed to replace the Native Multipathing Plugin (NMP) for increased I/O performance and failover management.  To simplify [...]


Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/' rel='bookmark' title='Permanent Link: Virtualization Bookmarks for August 28th'>Virtualization Bookmarks for August 28th</a> <small>Here are some bookmarks for resources that I have recently...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am finishing up an installation of an EMC Clariion CX4 SAN.  One of the final steps of the installation is to configure PowerPath/VE on the ESXi hosts.  <a title="PowerPath/VE" href="http://www.emc.com/products/detail/software/powerpath-ve.htm" target="_blank">PowerPath/VE</a> is EMC&#8217;s multipathing extension module for VMware (and Hyper-V), designed to replace the Native Multipathing Plugin (NMP) for increased I/O performance and failover management.  To simplify and automate the installation of PowerPath/VE, I decided to use VMware Update Manager (VUM) to push the extension to the ESXi 4.x hosts in the environment.</p>
<p>The process of setting up an additional VUM patch repository to host PowerPath/VE (and other 3rd party extensions such as the Cisco Nexus 1000v) is pretty straight forward.  3rd party extensions are supported in VUM beginning with vSphere 4.0 Update 1.  <a title="Chad Sakac - Virtual Geek blog" href="http://virtualgeek.typepad.com/virtual_geek/2009/11/vsphere-update-1-and-other-friday-goodies.html" target="_blank">Chad Sakac</a> has posted a great video guide on YouTube that covers the setup:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/V5dtxqSJCyQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/V5dtxqSJCyQ&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I opted to use the tomcat installation on the environment&#8217;s vCenter server to host the PowerPath/VE repository.  To accomplish this, I simply created a new directory in the tomcat root directory.  The default path for the root directory on a vSphere vCenter Server is &#8220;C:\Program Files\VMware\Infrastructure\tomcat\webapps&#8221; (or C:\Program Files (x86)\VMware\Infrastructure\tomcat\webapps on a 64-bit installation).</p>
<p>I created a directory named &#8216;depot&#8217; and within that directory created a PowerPathVE folder.  I extracted the contents of the VUM folder from the PowerPath .zip file that I downloaded from <a title="EMC PowerLink" href="http://powerlink.emc.com" target="_blank">http://powerlink.emc.com</a>.  A screenshot of the directory is below:</p>
<div id="attachment_371" class="wp-caption aligncenter" style="width: 589px"><a href="http://vmtoday.com/wp-content/uploads/2010/02/PPVEDepot.jpg" rel="lightbox[368]"><img class="size-full wp-image-371 " title="PowerPath/VE Depot Folder" src="http://vmtoday.com/wp-content/uploads/2010/02/PPVEDepot.jpg" alt="PowerPath/VE Depot Directory Tree" width="579" height="455" /></a><p class="wp-caption-text">PowerPath/VE Depot Directory Tree</p></div>
<p>After creating the directory for the patch repository, I simply added an Extension Repository to VMware Update Manager as Chad shows in his <a href="http://www.youtube.com/watch?v=V5dtxqSJCyQ&amp;feature=player_embedded" target="_blank">video</a>.  I would like to call out one caveat &#8211; Because vCenter may not listen on standard HTTP/HTTPS ports, I used <img src="file:///C:/Users/JOSH%7E1.TOW/AppData/Local/Temp/moz-screenshot.png" alt="" />https://vcenter.domain.local:8443/depot/PowerPathVE/index.xml as the path to the source.</p>
<div id="attachment_373" class="wp-caption aligncenter" style="width: 534px"><a href="http://vmtoday.com/wp-content/uploads/2010/02/patchsource.jpg" rel="lightbox[368]"><img class="size-full wp-image-373 " title="VUM Patch Source" src="http://vmtoday.com/wp-content/uploads/2010/02/patchsource.jpg" alt="VUM Patch Source" width="524" height="201" /></a><p class="wp-caption-text">VUM Patch Source</p></div>
<p>Once PowerPath was added to an Extension Baseline in VUM, I simply had to scan my hosts for updates and remediate.  Installation of PowerPath/VE requires the host to be in Maintenance Mode and concludes with a reboot.  Pretty simple.</p>
<p>Then all you have to do is fight through an overly-complex licensing setup (seriously, a 112 page <a title="PowerPath/VE for VMware vSphere Licensing Guide" href="https://powerlink.emc.com/nsepn/webapps/btg548664833igtcuup4826/km/live1/en_US/Offering_Technical/Technical_Documentation/300-009-188.pdf" target="_blank">PDF</a> on how to install licenses???), a bit of configuration, and you are multi-pathing with the best of them.  If you are interested in learning more about PowerPath/VE, start with this whitepaper: <a title="EMC PowerPath/VE for VMware vSphere Best Practices Planning" href="http://www.emc.com/collateral/software/white-papers/h6340-powerpath-ve-for-vmware-vsphere-wp.pdf" target="_blank">EMC PowerPath/VE for VMware vSphere Best Practices Planning</a>.  For a bit of real-world insight into the performance increase you might see with PowerPath/VE, check out this blog post from Eric Sloof: <a rel="bookmark" href="http://www.ntpro.nl/blog/archives/1294-Massive-IO-power-increase-using-EMC-PowerPathVE.html">Massive I/O power increase using EMC PowerPath/VE</a>.</p>
<p>Update &#8211; 3/27/09: VMware published a Knowledge Base article on this procedure a few weeks after I wrote this post.  You can find it in  article <a title="Install PowerPath/VE for VMware vSphere by using vCenter Update Manager" href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1018740&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=76207021&amp;stateId=0%200%2076203931" target="_blank">1018740</a>.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Installing+PowerPath%2FVE+using+VMware+Update+Manager+-+http://bit.ly/9XIse5&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Installing%20PowerPath%2FVE%20using%20VMware%20Update%20Manager%22&amp;body=Link: http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A I%20am%20finishing%20up%20an%20installation%20of%20an%20EMC%20Clariion%20CX4%20SAN.%20%20One%20of%20the%20final%20steps%20of%20the%20installation%20is%20to%20configure%20PowerPath%2FVE%20on%20the%20ESXi%20hosts.%20%20PowerPath%2FVE%20is%20EMC%27s%20multipathing%20extension%20module%20for%20VMware%20%28and%20Hyper-V%29%2C%20designed%20to%20replace%20the%20Native%20Multipathing%20Plugin%20%28NMP%29%20for%20increa" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;title=Installing+PowerPath%2FVE+using+VMware+Update+Manager&amp;srcUrl=http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/&amp;srcTitle=Installing+PowerPath%2FVE+using+VMware+Update+Manager&amp;snippet=I%20am%20finishing%20up%20an%20installation%20of%20an%20EMC%20Clariion%20CX4%20SAN.%20%20One%20of%20the%20final%20steps%20of%20the%20installation%20is%20to%20configure%20PowerPath%2FVE%20on%20the%20ESXi%20hosts.%20%20PowerPath%2FVE%20is%20EMC%27s%20multipathing%20extension%20module%20for%20VMware%20%28and%20Hyper-V%29%2C%20designed%20to%20replace%20the%20Native%20Multipathing%20Plugin%20%28NMP%29%20for%20increa" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2010/07/emc-virtual-storage-integrator-update/' rel='bookmark' title='Permanent Link: EMC Virtual Storage Integrator Update'>EMC Virtual Storage Integrator Update</a> <small>I upgraded my in-house VMware vSphere environment to 4.0 Update...</small></li>
<li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2009/08/virtualization-bookmarks-for-august-28th/' rel='bookmark' title='Permanent Link: Virtualization Bookmarks for August 28th'>Virtualization Bookmarks for August 28th</a> <small>Here are some bookmarks for resources that I have recently...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2010/02/installing-powerpathve-using-vmware-update-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Skinny on ESXTOP</title>
		<link>http://vmtoday.com/2009/09/the-skinny-on-esxtop/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=the-skinny-on-esxtop</link>
		<comments>http://vmtoday.com/2009/09/the-skinny-on-esxtop/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:39:01 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[Issues & Troubleshooting]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[batch mode]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[esxtop]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performances]]></category>
		<category><![CDATA[rCLI]]></category>
		<category><![CDATA[resxtop]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[vCLI]]></category>
		<category><![CDATA[vMA]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=244</guid>
		<description><![CDATA[A reader named Mark contacted me today and asked if there was a way to reduce the size of the batch output from an ESXTOP run.  And he asks for good reason: Depending on the number of VM&#8217;s on your host, the delay between ESXTOP samplings and the number of samples you collect, using the [...]


Related posts:<ol><li><a href='http://vmtoday.com/2009/09/esxtop-batch-mode-windows-perfmon/' rel='bookmark' title='Permanent Link: ESXTOP Batch Mode &amp; Windows Perfmon'>ESXTOP Batch Mode &amp; Windows Perfmon</a> <small>I needed to grab some stats from my ESX hosts...</small></li>
<li><a href='http://vmtoday.com/2009/09/balloon-driver-problems-with-sql/' rel='bookmark' title='Permanent Link: Balloon Driver Problems with SQL'>Balloon Driver Problems with SQL</a> <small>I have been meaning to write this up for a...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A reader named Mark contacted me today and asked if there was a way to reduce the size of the batch output from an ESXTOP run.  And he asks for good reason: Depending on the number of VM&#8217;s on your host, the delay between ESXTOP samplings and the number of samples you collect, using the All Stats option (-a) can yield a massive file in a short period of time.  If written to a partition on your ESX Service Console you run the risk of filling the partition, and forget about actually being able to analyze the data in PERFMON or Excel.  For example, on an ESX host running ~15 VM&#8217;s I produced 100MB worth of CSV using the -a switch, sampling every 15 seconds, for just under 2 hours.  ESXTOP uses 10-second intervals by default; I used <span style="color: #993300;">-d 15</span> to change the sampling delay.  Had I went with the default my output would have been bigger.</p>
<p>To reduce the size of your output, you can change your sampling delay to something larger, say 30-seconds.  I suppose you could also capture statistics when the host is not busy so you get fewer characters in the results, but that&#8217;s just being goofy.  <img src='http://vmtoday.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>A better way to reduce your ESXTOP output size is to selectively include only the statistics you are interested in, and is really what Mark was asking.  After all, all statistics from ESXTOP can be too many statistics, and chances are you already know what stats you are interested in.  Here&#8217;s how you can narrow down the collected stats for easier analysis and smaller output:</p>
<ol>
<li>Enter ESXTOP in interactive mode on the Service Console by simply typing <span style="color: #993300;">esxtop</span> at the # prompt</li>
<li>Switch to a component you are NOT interested in capturing statistics on by pressing the corresponding menu option (<span style="color: #993300;">c</span>: ESX cpu, <span style="color: #993300;">m</span>: ESX memory, <span style="color: #993300;">d</span>: ESX disk adapter, <span style="color: #993300;">u</span>: ESX disk device, <span style="color: #993300;">v</span>: ESX disk VM).</li>
<li>Press <span style="color: #993300;">f</span> when viewing the component you do not want to capture.  A list of fields will be displayed.  You can toggle the fields on and off by pressing the letter corresponding to each field.  An * indicates that the field is on.  You want to turn off all of the fields you don&#8217;t want to collect.</li>
<li>Repeat steps 2 &amp; 3 for the remaining components, leaving only what you want to capture.</li>
<li>Switch to the component you want to capture in batch mode and repeat step #3, except you will now enable what you want to capture.</li>
<li>Press <span style="color: #993300;">W</span> (capital W &#8211; case sensitive) to write out the ESXTOP configuration file.  You can accept the default or create new configuration files.  You may want to create a CPU-only config file, memory-only, and so forth.</li>
<li>Press <span style="color: #993300;">CTRL+C</span> to stop ESXTOP.</li>
<li>Now, invoke ESXTOP in batch mode, calling your updated or new configuration file you created in step #6 using the -c switch.  Here&#8217;s an example:# <span style="color: #993300;">esxtop -b -d 30 -n 480 -c .esxtopcpustats &gt; /tmp/esxtop_cpu_stats.cs</span><span style="color: #993300;">v</span> where .esxtopcpustats is an ESXTOP config file with only CPU stats.  -d sets your capture interval to 30 seconds, and -n sets the number of samples to 480 (or 4 hours with a delay of 30 seconds).</li>
</ol>
<p>Once your capture is complete you can replay the sampling in ESXTOP using replay mode (-R), or you can copy the .csv to a Windows system and use PERFMON or Excel to analyze the stats.  If using PERFMON or Excel you will notice that the system summary information displayed at the top of an interactive ESXTOP session is included in the output (console memory, console cpu, etc.).  As far as I know, there is no way to disable this, nor would you want to as it includes the time stamp necessary to interpret your data.</p>
<p>It is possible to use the <a title="vSphere CLI" href="http://communities.vmware.com/community/vmtn/vsphere/automationtools/vsphere_cli" target="_blank">vSphere CLI</a> or the <a title="vSphere Management Assistant vMA" href="http://www.vmware.com/support/developer/vima/" target="_blank">vSphere Management Assistant (vMA)</a> to run RESXTOP, a version of ESXTOP designed for remote administration of ESXi or ESX.  You may note, however, RESXTOP from the vSphere CLI only works from a Linux client.  Using either of these tools will help you to automate ESXTOP statistics collection from multiple hosts using customized configuration files.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+Skinny+on+ESXTOP+-+http://bit.ly/dDzxFF&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2009/09/the-skinny-on-esxtop/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;title=The+Skinny+on+ESXTOP" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;title=The+Skinny+on+ESXTOP" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;title=The+Skinny+on+ESXTOP" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22The%20Skinny%20on%20ESXTOP%22&amp;body=Link: http://vmtoday.com/2009/09/the-skinny-on-esxtop/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A A%20reader%20named%20Mark%20contacted%20me%20today%20and%20asked%20if%20there%20was%20a%20way%20to%20reduce%20the%20size%20of%20the%20batch%20output%20from%20an%20ESXTOP%20run.%20%C2%A0And%20he%20asks%20for%20good%20reason%3A%20Depending%20on%20the%20number%20of%20VM%27s%20on%20your%20host%2C%20the%20delay%20between%20ESXTOP%20samplings%20and%20the%20number%20of%20samples%20you%20collect%2C%20using%20the%20All%20Stats%20op" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;title=The+Skinny+on+ESXTOP" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;title=The+Skinny+on+ESXTOP&amp;srcUrl=http://vmtoday.com/2009/09/the-skinny-on-esxtop/&amp;srcTitle=The+Skinny+on+ESXTOP&amp;snippet=A%20reader%20named%20Mark%20contacted%20me%20today%20and%20asked%20if%20there%20was%20a%20way%20to%20reduce%20the%20size%20of%20the%20batch%20output%20from%20an%20ESXTOP%20run.%20%C2%A0And%20he%20asks%20for%20good%20reason%3A%20Depending%20on%20the%20number%20of%20VM%27s%20on%20your%20host%2C%20the%20delay%20between%20ESXTOP%20samplings%20and%20the%20number%20of%20samples%20you%20collect%2C%20using%20the%20All%20Stats%20op" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2009/09/esxtop-batch-mode-windows-perfmon/' rel='bookmark' title='Permanent Link: ESXTOP Batch Mode &amp; Windows Perfmon'>ESXTOP Batch Mode &amp; Windows Perfmon</a> <small>I needed to grab some stats from my ESX hosts...</small></li>
<li><a href='http://vmtoday.com/2009/09/balloon-driver-problems-with-sql/' rel='bookmark' title='Permanent Link: Balloon Driver Problems with SQL'>Balloon Driver Problems with SQL</a> <small>I have been meaning to write this up for a...</small></li>
<li><a href='http://vmtoday.com/2009/09/vcenter-database-stats-rollup-troubleshooting/' rel='bookmark' title='Permanent Link: vCenter Database Stats Rollup Troubleshooting'>vCenter Database Stats Rollup Troubleshooting</a> <small>VMware vCenter collects performance statistics, tasks and events for historical...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2009/09/the-skinny-on-esxtop/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware Networking Demysified</title>
		<link>http://vmtoday.com/2009/03/vmware-networking-demysified/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vmware-networking-demysified</link>
		<comments>http://vmtoday.com/2009/03/vmware-networking-demysified/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:02:26 +0000</pubDate>
		<dc:creator>Joshua Townsend</dc:creator>
				<category><![CDATA[VMware]]></category>
		<category><![CDATA[VMware How To]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[pswitch]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vswitch]]></category>

		<guid isPermaLink="false">http://vmtoday.com/?p=76</guid>
		<description><![CDATA[VMware vExpert and fellow Northern Virginian, Ken Cline, has posted an excellent article on his Ken&#8217;s Virtual Reality blog that aims to demystify VMware networking.  The article, the first in a new series by Ken, provides an overview of networking in an ESX/ESXi environment and breaks down the intricacies of the vSwitch and VLANs.  The [...]


Related posts:<ol><li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2008/12/landing-a-virtualization-job/' rel='bookmark' title='Permanent Link: Landing a Virtualization Job'>Landing a Virtualization Job</a> <small>As the New Year rolls around you may find yourself...</small></li>
<li><a href='http://vmtoday.com/2009/03/dl380-bios-configuration-for-vmware/' rel='bookmark' title='Permanent Link: DL380 BIOS Configuration for VMware'>DL380 BIOS Configuration for VMware</a> <small>One more post to wrap up the nonsense with my...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VMware vExpert and fellow Northern Virginian, Ken Cline, has posted an excellent <a title="The Great vSwitch Debate – Part 1" href="http://kensvirtualreality.wordpress.com/2009/03/17/the-great-vswitch-debate-%E2%80%93-part-1/" target="_blank">article</a> on his <a title="Ken's Virtual Reality Blog" href="http://kensvirtualreality.wordpress.com" target="_blank">Ken&#8217;s Virtual Reality</a> blog that aims to demystify VMware networking.  The article, the first in a new series by Ken, provides an overview of networking in an ESX/ESXi environment and breaks down the intricacies of the vSwitch and VLANs.  The article comes complete with some nifty diagrams to help make sense of the topic. The timing of this article is great for me as it helps to frame my thoughts as I delve into the design of my latest VMware project on an IBM BladeCenter with IP SAN storage.</p>
<p>Great article, Ken!  I look forward to reading the rest of the series.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=VMware+Networking+Demysified+-+http://bit.ly/cIrj9K&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://vmtoday.com/2009/03/vmware-networking-demysified/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;title=VMware+Networking+Demysified" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;title=VMware+Networking+Demysified" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;title=VMware+Networking+Demysified" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22VMware%20Networking%20Demysified%22&amp;body=Link: http://vmtoday.com/2009/03/vmware-networking-demysified/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A VMware%20vExpert%20and%20fellow%20Northern%20Virginian%2C%20Ken%20Cline%2C%20has%20posted%20an%20excellent%20article%20on%20his%20Ken%27s%20Virtual%20Reality%20blog%20that%20aims%20to%20demystify%20VMware%20networking.%C2%A0%20The%20article%2C%20the%20first%20in%20a%20new%20series%20by%20Ken%2C%20provides%20an%20overview%20of%20networking%20in%20an%20ESX%2FESXi%20environment%20and%20breaks%20down%20the%20intr" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://vmtoday.com/2009/03/vmware-networking-demysified/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;title=VMware+Networking+Demysified" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;title=VMware+Networking+Demysified&amp;srcUrl=http://vmtoday.com/2009/03/vmware-networking-demysified/&amp;srcTitle=VMware+Networking+Demysified&amp;snippet=VMware%20vExpert%20and%20fellow%20Northern%20Virginian%2C%20Ken%20Cline%2C%20has%20posted%20an%20excellent%20article%20on%20his%20Ken%27s%20Virtual%20Reality%20blog%20that%20aims%20to%20demystify%20VMware%20networking.%C2%A0%20The%20article%2C%20the%20first%20in%20a%20new%20series%20by%20Ken%2C%20provides%20an%20overview%20of%20networking%20in%20an%20ESX%2FESXi%20environment%20and%20breaks%20down%20the%20intr" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>



<p>Related posts:<ol><li><a href='http://vmtoday.com/2008/11/networking-problems-with-esx-35-update-3-on-the-dl380-g3/' rel='bookmark' title='Permanent Link: Networking Problems with ESX 3.5 Update 3 on the DL380 G3'>Networking Problems with ESX 3.5 Update 3 on the DL380 G3</a> <small>I began building up a new lab environment with a...</small></li>
<li><a href='http://vmtoday.com/2008/12/landing-a-virtualization-job/' rel='bookmark' title='Permanent Link: Landing a Virtualization Job'>Landing a Virtualization Job</a> <small>As the New Year rolls around you may find yourself...</small></li>
<li><a href='http://vmtoday.com/2009/03/dl380-bios-configuration-for-vmware/' rel='bookmark' title='Permanent Link: DL380 BIOS Configuration for VMware'>DL380 BIOS Configuration for VMware</a> <small>One more post to wrap up the nonsense with my...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://vmtoday.com/2009/03/vmware-networking-demysified/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
