<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set VMWare Multipathing (RoundRobin) with Nimble PowerShell Module in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/set-vmware-multipathing-roundrobin-with-nimble-powershell-module/m-p/6981747#M40</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin, I like what you've done with your PowerShell module. I have another way that might be helpful for setting the PSP to round robin. Checkout this script here : &lt;A href="https://community.hpe.com/docs/DOC-1112"&gt;Set VMware RoundRobin PSP through PowerCLI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will loop through all of the ESX hosts and any attached Nimble volumes managed by the VCenter server. It will then set the policy to round robin, IOPS per path to 0, and set a rule so any new Nimble volumes will use round robin automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2014 15:14:25 GMT</pubDate>
    <dc:creator>aherbert23</dc:creator>
    <dc:date>2014-01-24T15:14:25Z</dc:date>
    <item>
      <title>Set VMWare Multipathing (RoundRobin) with Nimble PowerShell Module</title>
      <link>https://community.hpe.com/t5/application-integration/set-vmware-multipathing-roundrobin-with-nimble-powershell-module/m-p/6981746#M39</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the Nimble PowerShell Module you can configure all connections to be Round Robin pretty easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First get the &lt;A href="https://community.hpe.com/thread/1277"&gt;PowerShell Module&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connect-VIserver ##connect to your vcenter&lt;/P&gt;&lt;P&gt;Connect-NSArray -SystemName 10.11.12.13 -Password P@ssw0rd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Get all Canonical Names, doesnt matter if they are used with VMWare or not.&lt;/P&gt;&lt;P&gt;$canNames = Get-NSVolume | select -exp serialnumber | %{"eui.$_"}&lt;/P&gt;&lt;P&gt;# Find which are used in vmware&lt;/P&gt;&lt;P&gt;$luns = Get-VMHost | Get-ScsiLun -CanonicalName $canNames -ErrorAction SilentlyContinue&lt;/P&gt;&lt;P&gt;#Set any that arent RR to be RR&lt;/P&gt;&lt;P&gt;$luns | ?{$_.multipathpolicy -ne "RoundRobin"} | Set-ScsiLun -MultipathPolicy RoundRobin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/set-vmware-multipathing-roundrobin-with-nimble-powershell-module/m-p/6981746#M39</guid>
      <dc:creator>jrich52352</dc:creator>
      <dc:date>2014-01-20T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMWare Multipathing (RoundRobin) with Nimble PowerShell Module</title>
      <link>https://community.hpe.com/t5/application-integration/set-vmware-multipathing-roundrobin-with-nimble-powershell-module/m-p/6981747#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justin, I like what you've done with your PowerShell module. I have another way that might be helpful for setting the PSP to round robin. Checkout this script here : &lt;A href="https://community.hpe.com/docs/DOC-1112"&gt;Set VMware RoundRobin PSP through PowerCLI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will loop through all of the ESX hosts and any attached Nimble volumes managed by the VCenter server. It will then set the policy to round robin, IOPS per path to 0, and set a rule so any new Nimble volumes will use round robin automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 15:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/set-vmware-multipathing-roundrobin-with-nimble-powershell-module/m-p/6981747#M40</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2014-01-24T15:14:25Z</dc:date>
    </item>
  </channel>
</rss>

