<?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: Powershell Module - only partial functions work in V1 and V2 in Application Integration</title>
    <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982689#M264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nimble just released "Nimble PowerShell Toolkit NPT"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NPT.png" class="jive-image image-1" src="https://community.hpe.com/legacyfs/online/2731_NPT.png" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few questions about it:&lt;/P&gt;&lt;P&gt;1. It says support Array versions&lt;/P&gt;&lt;P&gt;o Casablanca&lt;/P&gt;&lt;P&gt;o Daytona&lt;/P&gt;&lt;P&gt;what's the version number for those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we tried to connect to a array using Connect-NsGroup command, we got following error:&lt;/P&gt;&lt;P&gt;Get-Certificate : Failed to get website certificate. The error was 'Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2016 03:26:28 GMT</pubDate>
    <dc:creator>linkall78</dc:creator>
    <dc:date>2016-04-29T03:26:28Z</dc:date>
    <item>
      <title>Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982686#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a Nimble Storage, software version: 2.2.8.0-252438-opt. We tried to use powershell module &lt;A href="https://github.com/jrich523/NimblePowerShell" title="https://github.com/jrich523/NimblePowerShell"&gt;GitHub - jrich523/NimblePowerShell: Nimble PowerShell Module&lt;/A&gt; to automate the process to create a volume from a snapshot, then we found that some functions (snapshot related, such as Get-NSSnapshot) work for V1 (master branch), but do not work for V2; and some functions (volume related, such as New-NSvolume) work for V2, but do not work for V1. Is there a quick way to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="2727" alt="2016-04-19_1253.png" class="jive-image image-1" src="https://community.hpe.com/legacyfs/online/2727_2016-04-19_1253.png" style="height: 354px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 20:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982686#M261</guid>
      <dc:creator>linkall78</dc:creator>
      <dc:date>2016-04-19T20:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982687#M262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I can't help you out with Mr. Rich's PS module, I can certainly help you with PowerShell scripts to automate creating a new volume from a snapshot of an existing volume.&amp;nbsp; The attached examples make use of the Nimble REST API - note that you are going to need to be on Nimble OS 2.3 or greater.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm attaching two files here.&amp;nbsp; The first is a simplified example where you are presenting the cloned volume back to the same host(s) that the original volume is presented to.&amp;nbsp; The second script takes an additional argument of an initiator group name that you'd like the newly created volume to be presented to.&amp;nbsp; It removes the original initiator group mapping and then maps it to the initiator group you specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982687#M262</guid>
      <dc:creator>jcates98</dc:creator>
      <dc:date>2016-04-21T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982688#M263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Julian! We definitely will try this API method after we upgrade our Nimble OS to 2.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the meantime, has anyone a idea to make the current PS module works with Nimble OS 2.2.8.0-252438-opt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 23:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982688#M263</guid>
      <dc:creator>linkall78</dc:creator>
      <dc:date>2016-04-21T23:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982689#M264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nimble just released "Nimble PowerShell Toolkit NPT"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NPT.png" class="jive-image image-1" src="https://community.hpe.com/legacyfs/online/2731_NPT.png" style="height: 214px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a few questions about it:&lt;/P&gt;&lt;P&gt;1. It says support Array versions&lt;/P&gt;&lt;P&gt;o Casablanca&lt;/P&gt;&lt;P&gt;o Daytona&lt;/P&gt;&lt;P&gt;what's the version number for those?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we tried to connect to a array using Connect-NsGroup command, we got following error:&lt;/P&gt;&lt;P&gt;Get-Certificate : Failed to get website certificate. The error was 'Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server"'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 03:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982689#M264</guid>
      <dc:creator>linkall78</dc:creator>
      <dc:date>2016-04-29T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982690#M265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Nimble toolkit requires a NimbleOS version of 2.3.x or greater, as it's built on the REST API. I suspect that this is the cause of your error, as you are running 2.2.x, yeah?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stay tuned for an updated readme along with a blog post that covers this new PS toolkit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 11:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982690#M265</guid>
      <dc:creator>jcates98</dc:creator>
      <dc:date>2016-04-29T11:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell Module - only partial functions work in V1 and V2</title>
      <link>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982691#M266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, we have the other Nimble which is 2.3.x, and Connect-NsGroup of Nimble PowerShell Toolkit works fine to connect to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2016 17:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/application-integration/powershell-module-only-partial-functions-work-in-v1-and-v2/m-p/6982691#M266</guid>
      <dc:creator>linkall78</dc:creator>
      <dc:date>2016-04-29T17:45:09Z</dc:date>
    </item>
  </channel>
</rss>

