<?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 Throttle Active SnapMirror Jobs in Cdot in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136349#M30036</link>
    <description>&lt;P&gt;A few years ago, a colleague&amp;nbsp;created a PowerShell script to throttle active SnapMirror jobs during business hours, and a separate script to unthrottle them at night. The scripts only apply to jobs that run into daytime hours and in some cases continue into a second day. We have to throttle during business hours or it brings these offices to a crawl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are about to convert the filers at our remote offices from 7-mode to cdot. Unfortunately, the "snapmirror throttle" command we use in 7-mode doesn't have an equivalent in cdot. i'm looking online and in help to determine the best way to accomplish the same task in cdot. Everything I've found so far&amp;nbsp;adjusts throttling for the&amp;nbsp;&lt;STRONG&gt;next&lt;/STRONG&gt; transfer but not the current one. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the script we use for 7-mode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke-NaSsh -Name &amp;lt;filer_name&amp;gt; -Command "snapmirror throttle&amp;nbsp;&amp;lt;amount&amp;gt;&amp;nbsp;&amp;lt;destination_path&amp;gt;"&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 16:06:34 GMT</pubDate>
    <dc:creator>TMADOCTHOMAS</dc:creator>
    <dc:date>2017-11-29T16:06:34Z</dc:date>
    <item>
      <title>Throttle Active SnapMirror Jobs in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136349#M30036</link>
      <description>&lt;P&gt;A few years ago, a colleague&amp;nbsp;created a PowerShell script to throttle active SnapMirror jobs during business hours, and a separate script to unthrottle them at night. The scripts only apply to jobs that run into daytime hours and in some cases continue into a second day. We have to throttle during business hours or it brings these offices to a crawl.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are about to convert the filers at our remote offices from 7-mode to cdot. Unfortunately, the "snapmirror throttle" command we use in 7-mode doesn't have an equivalent in cdot. i'm looking online and in help to determine the best way to accomplish the same task in cdot. Everything I've found so far&amp;nbsp;adjusts throttling for the&amp;nbsp;&lt;STRONG&gt;next&lt;/STRONG&gt; transfer but not the current one. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of the script we use for 7-mode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Invoke-NaSsh -Name &amp;lt;filer_name&amp;gt; -Command "snapmirror throttle&amp;nbsp;&amp;lt;amount&amp;gt;&amp;nbsp;&amp;lt;destination_path&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 16:06:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136349#M30036</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2017-11-29T16:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Throttle Active SnapMirror Jobs in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136380#M30044</link>
      <description>&lt;P&gt;After researching, I discovered there is no way to throttle a job on the fly anymore, but you can get a close equivalent by aborting and then updating the job with the throttle switch. Or, at least it should work in theory. It's not working in practice so far. I'm actually just manually running commands on my test data now at the cli and the throttle isn't 'taking'. I've got a case open with NetApp but would love to hear ideas anyone might have.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commands I am running:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Throttle settings before change (while job is running)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;snapmirror show -type DP -fields total-progress,throttle,current-throttle&lt;/P&gt;&lt;P&gt;----------------------- ------------------------------ --------- ---------------- --------------&lt;/P&gt;&lt;P&gt;&amp;lt;source_path&amp;gt;&amp;nbsp;&amp;lt;destination_path&amp;gt; unlimited unlimited&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 962MB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abort job&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;snapmirror abort -destination-path &amp;lt;destination_path&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update job with throttle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;snapmirror update -destination-path &amp;lt;destination_path&amp;gt; -throttle 5120&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Throttle settings show the throttle didn't 'take'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;snapmirror show -type DP -fields total-progress,throttle,current-throttle&lt;/P&gt;&lt;P&gt;source-path&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination-path&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throttle&amp;nbsp; current-throttle total-progress&lt;/P&gt;&lt;P&gt;----------------------- ------------------------------ --------- ---------------- --------------&lt;/P&gt;&lt;P&gt;&amp;lt;source_path&amp;gt; &amp;lt;destination_path&amp;gt;&amp;nbsp;unlimited unlimited&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 864MB&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 15:19:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136380#M30044</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2017-11-30T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Throttle Active SnapMirror Jobs in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136500#M30065</link>
      <description>&lt;P&gt;If anyone researches this, it turns out the solution is much simpler in cdot. All I had to do was create a script that issues this command on the source cluster in the morning:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;replication.throttle.outgoing.max_kbs &amp;lt;kbps&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the afternoon, after everyone's left for the day, I issue this one:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;replication.throttle.outgoing.max_kbs&amp;nbsp;unlimited&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This throttles all current and future snapmirror jobs globally from the source system to whatever level we need during work hours, and unthrottles all current and future jobs at night.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 20:02:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/136500#M30065</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2017-12-05T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Throttle Active SnapMirror Jobs in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/453559#M43730</link>
      <description>&lt;P&gt;Hi. Did you get a resolution or an action plan from NetApp on this problem/issue?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 09:21:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/453559#M43730</guid>
      <dc:creator>RuleS</dc:creator>
      <dc:date>2024-07-01T09:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Throttle Active SnapMirror Jobs in Cdot</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/453581#M43733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/107071"&gt;@RuleS&lt;/a&gt;&amp;nbsp;, yes if you'll look at the 'accepted solution' I describe how I resolved it.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 12:47:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Throttle-Active-SnapMirror-Jobs-in-Cdot/m-p/453581#M43733</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2024-07-02T12:47:00Z</dc:date>
    </item>
  </channel>
</rss>

