<?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 Powershell scripting snapshots &amp;amp; replication in Array Performance and Data Protection</title>
    <link>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102042#M1319</link>
    <description>&lt;P&gt;We are new Nimble SAN customer and I'm trying to address an issue presented by a non-VSS friendly database (OpenEdge from Progress).&lt;/P&gt;&lt;P&gt;On our old NetApp cluster, I wrote a PS script that told the OpenEdge system to stop writes, told the NetApp controller to take a VOL snapshot, and then told the OpenEdge system to allow writes to the DB again. The NetApp SnapMirror system took care of the replication of that snapshot, and any other snapshot on that VOL every hour. The same script also cleans up old snapshots&lt;/P&gt;&lt;P&gt;With the Nimble, I was able to reuse my PS script and make changes for it to use the Nimble HPE PowerShell module. Everything with that piece working as expected, except these independent snapshots are not replicating, but the Volume Collection snapshots set on the controller are. There doens't seem to be setting that allows me to replicate any &amp;amp; all snapshots that exists on the volume.&lt;/P&gt;&lt;P&gt;I tried looking to see if I can do the following to no avail:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Mark these indepedent snaps for replication via the PS commands new-nssapshot or set-nssnapshot&lt;/LI&gt;&lt;LI&gt;Tell new-nssnapshot to leverage a Volume Collection&lt;/LI&gt;&lt;LI&gt;Set overall VOL replication policy&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there anyway for me to get a powershell created snapshot to replicate? Taking a collection friendly snapshot? Or is there a work-around such as naming the snapshot the same as a vol collection (I plan testing that).&lt;/P&gt;&lt;P&gt;Thanks for anyhelp!&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2020 16:02:53 GMT</pubDate>
    <dc:creator>Michael89012</dc:creator>
    <dc:date>2020-09-21T16:02:53Z</dc:date>
    <item>
      <title>Powershell scripting snapshots &amp; replication</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102042#M1319</link>
      <description>&lt;P&gt;We are new Nimble SAN customer and I'm trying to address an issue presented by a non-VSS friendly database (OpenEdge from Progress).&lt;/P&gt;&lt;P&gt;On our old NetApp cluster, I wrote a PS script that told the OpenEdge system to stop writes, told the NetApp controller to take a VOL snapshot, and then told the OpenEdge system to allow writes to the DB again. The NetApp SnapMirror system took care of the replication of that snapshot, and any other snapshot on that VOL every hour. The same script also cleans up old snapshots&lt;/P&gt;&lt;P&gt;With the Nimble, I was able to reuse my PS script and make changes for it to use the Nimble HPE PowerShell module. Everything with that piece working as expected, except these independent snapshots are not replicating, but the Volume Collection snapshots set on the controller are. There doens't seem to be setting that allows me to replicate any &amp;amp; all snapshots that exists on the volume.&lt;/P&gt;&lt;P&gt;I tried looking to see if I can do the following to no avail:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Mark these indepedent snaps for replication via the PS commands new-nssapshot or set-nssnapshot&lt;/LI&gt;&lt;LI&gt;Tell new-nssnapshot to leverage a Volume Collection&lt;/LI&gt;&lt;LI&gt;Set overall VOL replication policy&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is there anyway for me to get a powershell created snapshot to replicate? Taking a collection friendly snapshot? Or is there a work-around such as naming the snapshot the same as a vol collection (I plan testing that).&lt;/P&gt;&lt;P&gt;Thanks for anyhelp!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 16:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102042#M1319</guid>
      <dc:creator>Michael89012</dc:creator>
      <dc:date>2020-09-21T16:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell scripting snapshots &amp; replication</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102102#M1321</link>
      <description>&lt;P&gt;Take a look at Set-NSSnapshotCollection&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 05:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102102#M1321</guid>
      <dc:creator>mamatadesaiNim</dc:creator>
      <dc:date>2020-09-22T05:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell scripting snapshots &amp; replication</title>
      <link>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102215#M1322</link>
      <description>&lt;P&gt;I ended up opening a trouble ticket with HPE support who pointed me to &lt;EM&gt;Invoke-NimSnapVolumeCollection&lt;/EM&gt;. Unfortunately, documentation doesn't show that command was replaced by &lt;EM&gt;New-NSSnapShotCollection&lt;/EM&gt;. Actually, I'm finding a few things behind with the documenation on HPE's site about the PowerShell Tool Kit. Even New-NSSnapShot is not mentioned in the online documentation.&lt;/P&gt;&lt;P&gt;Anways, New-NSSnapShotCollection is working. It took the snapshot associated to the new Vol collection group I created and I see it replicated on the partner.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 15:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/array-performance-and-data/powershell-scripting-snapshots-amp-replication/m-p/7102215#M1322</guid>
      <dc:creator>Michael89012</dc:creator>
      <dc:date>2020-09-22T15:44:57Z</dc:date>
    </item>
  </channel>
</rss>

