<?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 RoundRobin PSP through PowerCLI in Array Setup and Networking</title>
    <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986955#M2135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After some research, it looks like the performance bottleneck is our Cisco 2960 switches. Apparently, they can't handle the traffic when IOPs were set to 0, so I set IOPs back to default. They perform fine in our environment (municipal government) using VMware defaults.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 15:50:41 GMT</pubDate>
    <dc:creator>Brendan Oldham</dc:creator>
    <dc:date>2013-08-07T15:50:41Z</dc:date>
    <item>
      <title>Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986942#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This script will create the rule for Nimble volumes to use the RoundRobin PSP policy and set the policy on any existing&amp;nbsp; Nimble volumes. The script will take an argument of the vCenter server or the ESX host. If it is not provided it will prompt for the host. It will then connect to the vCenter server and get the list of VM hosts. As it connects to each of the hosts it will set the RoundRobin PSP rule and then apply the policy to any of the existing Nimble volumes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a much easier process than enabling SSH on every VM host and copying and pasting the code from the VMware integration guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;&lt;STRONG&gt;For ESX 4.x hosts this script will need to be run directly against each host rather than the vCenter server.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the script output:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="1130" alt="Screen Shot 2013-03-12 at 8.42.21 AM.png" class="jive-image" src="https://community.hpe.com/legacyfs/online/1130_Screen Shot 2013-03-12 at 8.42.21 AM.png" style="width: 620px; height: 383px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EDIT: Fixed a typo that was keeping the script from setting the vCenter server variable.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EDIT 2: Changed to use IOPS=0 as the path change settings.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EDIT 3: Fixed support for ESX 5.0 hosts&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EDIT 4: Updated to support ESX 4.x and direct connections to an ESX host. EsxCli sessions for 4.x hosts cannot be initiated from the vCenter server so this script will have to be initiated directly to each ESX host.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 13:48:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986942#M2122</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2013-03-12T13:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986943#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just fixed a typo in the script that was keeping it from setting the vCenter server variable properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 18:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986943#M2123</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2013-03-18T18:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986944#M2124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, thanks for the script, it had been on my to-do list for some time! I had a couple of issues (ESXi 5):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only one of --psp or --default can be used&lt;/P&gt;&lt;P&gt;At C:\Temp\832ad4e2-7191-41c8-875c-74806bc48116.ps1:70 char:37&lt;/P&gt;&lt;P&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $esxcli.storage.nmp.device.set &amp;lt;&amp;lt;&amp;lt;&amp;lt; ($false, $lun.CanonicalName, "VMW_PSP_RR") | Out-Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method 'set' is invoked with '6' parameters, but the expected parameter count is '5'.&lt;/P&gt;&lt;P&gt;At C:\Temp\832ad4e2-7191-41c8-875c-74806bc48116.ps1:71 char:58&lt;/P&gt;&lt;P&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $esxcli.storage.nmp.psp.roundrobin.deviceconfig.set &amp;lt;&amp;lt;&amp;lt;&amp;lt; ($null, $null, $lun.CanonicalName, 0, "iops", $ null) | Out-Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So made the following adjustments and all was well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From:&lt;/P&gt;&lt;P&gt;$esxcli.storage.nmp.device.set($false, $lun.CanonicalName, "VMW_PSP_RR") | Out-Null&lt;/P&gt;&lt;P&gt;$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set($null, $lun.CanonicalName, 0, "iops", $null) | Out-Null&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;P&gt;$esxcli.storage.nmp.device.set($null, $lun.CanonicalName, "VMW_PSP_RR") | Out-Null&lt;/P&gt;&lt;P&gt;$esxcli.storage.nmp.psp.roundrobin.deviceconfig.set($null, $null, $lun.CanonicalName, 0, "iops", $null) | Out-Null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 15:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986944#M2124</guid>
      <dc:creator>kevin_coster</dc:creator>
      <dc:date>2013-05-08T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986945#M2125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running 5.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be a 5.0 vs 5.1 issue. I'll do some further testing and put an additional version check in the loop. On my 5.1 lab these parameters work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 16:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986945#M2125</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2013-05-08T16:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986946#M2126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry yes, should have been more specific, this was 5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 17:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986946#M2126</guid>
      <dc:creator>kevin_coster</dc:creator>
      <dc:date>2013-05-08T17:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986947#M2127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script works great, but setting IOPs to 0 results in performance degradation in my VMware environment. I opened ticket with Nimble. Hopefully, I've got something mis-configured, but I followed the best practices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 17:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986947#M2127</guid>
      <dc:creator>Brendan Oldham</dc:creator>
      <dc:date>2013-06-27T17:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986948#M2128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.hpe.com/u1/3437"&gt;Brendan Oldham&lt;/A&gt; did ever get this figured out? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 17:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986948#M2128</guid>
      <dc:creator>J Benway</dc:creator>
      <dc:date>2013-07-26T17:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986949#M2129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only a sub section of the ESX servers I have in Vcenter will attach to nimble, should I just run this again each host seperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this set the host for any new nimble luns with be Round robin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 18:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986949#M2129</guid>
      <dc:creator>J Benway</dc:creator>
      <dc:date>2013-07-26T18:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986950#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will only modify the policy for Nimble volumes. It would be safe to run against a host not connected to the Nimble array.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jul 2013 16:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986950#M2130</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2013-07-28T16:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986951#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the change persist after a reboot? This VMware thread says there's a PowerCLI bug that requires an elaborate workaround to make the PSP change stick: &lt;A href="http://communities.vmware.com/message/2210476#2210476" title="http://communities.vmware.com/message/2210476#2210476"&gt;Set Default PSP Round Robin ESXi 5.0U1 | VMware Communities&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 17:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986951#M2131</guid>
      <dc:creator>blaine121</dc:creator>
      <dc:date>2013-07-29T17:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986952#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so perhaps im not out of my mind then. i've been noticing some of mine reverting back to most recent... &lt;/P&gt;&lt;P&gt;also its easier to set in 5 on, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-VMHost | Get-ScsiLun -CanonicalName eui* | Set-ScsiLun -MultipathPolicy RoundRobin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might need to check the canonical name on your system, or filter differently, but the set-scsilun cmdlet makes this easy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986952#M2132</guid>
      <dc:creator>jrich52352</dc:creator>
      <dc:date>2013-07-29T21:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986953#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen a problem with these settings being retained after reboots so I don't believe this is an issue. I'm not setting the default PSP (as the article you linked) but a PSP rule that only affects Nimble volumes. I don't think that call is plagued by the same bug. The other settings are directly on the device and again not the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 21:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986953#M2133</guid>
      <dc:creator>aherbert23</dc:creator>
      <dc:date>2013-07-29T21:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986954#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant say for sure if i am or not. but i could have sworn i had previous set all my paths to RR. perhaps i didnt but, this time im sure, so im going to keep an eye on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 22:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986954#M2134</guid>
      <dc:creator>jrich52352</dc:creator>
      <dc:date>2013-07-29T22:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986955#M2135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After some research, it looks like the performance bottleneck is our Cisco 2960 switches. Apparently, they can't handle the traffic when IOPs were set to 0, so I set IOPs back to default. They perform fine in our environment (municipal government) using VMware defaults.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 15:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986955#M2135</guid>
      <dc:creator>Brendan Oldham</dc:creator>
      <dc:date>2013-08-07T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986956#M2136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just shameless modified Adam's script to try out esxcli storage command to list all MPIO settings/info after executing his script to change from PSP_MRU to PSP_RR &amp;amp; setting iops=0 &lt;IMG src="https://community.hpe.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; it worked great - all I added was "&lt;SPAN style="color: #1f497d;"&gt;$esxcli.storage.nmp.device.list()&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;great error checking on your script Adam!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 21:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986956#M2136</guid>
      <dc:creator>wen35</dc:creator>
      <dc:date>2013-12-10T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set VMware RoundRobin PSP through PowerCLI</title>
      <link>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986957#M2137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brendan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What type of performance issues were you getting as I also have Cisco 2960 switches.&lt;/P&gt;&lt;P&gt;I have been told the buffer size is to small on the 2960 and this increases the latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 16:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-setup-and-networking/set-vmware-roundrobin-psp-through-powercli/m-p/6986957#M2137</guid>
      <dc:creator>tcrowley96</dc:creator>
      <dc:date>2014-03-05T16:55:28Z</dc:date>
    </item>
  </channel>
</rss>

