<?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; multipathing</title>
	<atom:link href="http://vmtoday.com/tag/multipathing/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>
	</channel>
</rss>
