<?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: Setup SiS using API in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121993#M2050</link>
    <description>&lt;P&gt;Here is a copy &amp;amp; paste from the NMSDK 5.4 documentation:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="verdana" size="2"&gt;scan&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;&lt;A&gt;boolean&lt;/A&gt;&lt;BR /&gt;&lt;A&gt;optional&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;If this is "true", the sis operation will scan the file system to process all the existing data.&lt;/FONT&gt;&lt;P&gt;The scan will include whatever is enabled on the volume. For example: If compression is not enabled on the volume, the scan will not include compression. This default behavior can be changed by using the run-dedupe-scan and run-compression-scan parameters.&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;If scan is false only data added since the last sis operation will be processed. Default value: "false"&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="verdana" size="2"&gt;scan-all&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;&lt;A&gt;boolean&lt;/A&gt;&lt;BR /&gt;&lt;A&gt;optional&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;If this argument is "true", scanner will scan entire volume without applying shared block optimization. This argument is valid only if scan argument is set to "true". Look at the documentation for scan parameter for more details. Default value: "false"&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 17:32:17 GMT</pubDate>
    <dc:creator>wh_slayer</dc:creator>
    <dc:date>2016-08-03T17:32:17Z</dc:date>
    <item>
      <title>Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121986#M2046</link>
      <description>&lt;P&gt;how can we scan/dedup old data on volume? i mean all data, if we move volume from 7 mode to c-DOT, we need to scan entire volume and old data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in cli there is options&amp;nbsp;-scan-old-data true, but in API sis-start i dont see this options.&lt;/P&gt;&lt;P&gt;if we start sis with out this, it is compressing new coming data but not old one.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 19:41:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121986#M2046</guid>
      <dc:creator>viralpatel</dc:creator>
      <dc:date>2025-06-04T19:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121988#M2047</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You use the same sis_start API call but you need to set 'scan' to be 'true' (default is false). From the API docs for Cmode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;EM&gt;scan&lt;/EM&gt; =&amp;gt; &lt;STRONG&gt;boolean, optional&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;If this is "true", the sis operation will scan the file system to process all the existing data.&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--rdp&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:54:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121988#M2047</guid>
      <dc:creator>richard_payne</dc:creator>
      <dc:date>2016-08-03T14:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121992#M2049</link>
      <description>&lt;P&gt;i ithought same but if we compare same with CLI cmd..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;volume efficiency start -dedupe true -compression true -qos-policy background &amp;nbsp;&lt;SPAN&gt;-scan-old-data&lt;/SPAN&gt;&amp;nbsp;true -scan-all true -snapshot-blocks true -vserver vserver1&amp;nbsp;-volume&amp;nbsp;vol1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it has&amp;nbsp;&lt;SPAN&gt;-scan-old-data true &amp;nbsp;options, does that mean "scan" in api is equivalent to "&lt;SPAN&gt;-scan-old-data" in CMD?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:48:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121992#M2049</guid>
      <dc:creator>viralpatel</dc:creator>
      <dc:date>2016-08-03T16:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121993#M2050</link>
      <description>&lt;P&gt;Here is a copy &amp;amp; paste from the NMSDK 5.4 documentation:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="verdana" size="2"&gt;scan&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;&lt;A&gt;boolean&lt;/A&gt;&lt;BR /&gt;&lt;A&gt;optional&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;If this is "true", the sis operation will scan the file system to process all the existing data.&lt;/FONT&gt;&lt;P&gt;The scan will include whatever is enabled on the volume. For example: If compression is not enabled on the volume, the scan will not include compression. This default behavior can be changed by using the run-dedupe-scan and run-compression-scan parameters.&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;If scan is false only data added since the last sis operation will be processed. Default value: "false"&lt;/FONT&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;&lt;FONT face="verdana" size="2"&gt;scan-all&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;&lt;A&gt;boolean&lt;/A&gt;&lt;BR /&gt;&lt;A&gt;optional&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT face="verdana" size="2"&gt;If this argument is "true", scanner will scan entire volume without applying shared block optimization. This argument is valid only if scan argument is set to "true". Look at the documentation for scan parameter for more details. Default value: "false"&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 17:32:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121993#M2050</guid>
      <dc:creator>wh_slayer</dc:creator>
      <dc:date>2016-08-03T17:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121996#M2051</link>
      <description>&lt;P&gt;Thanks, any idead where did we specify&amp;nbsp;&lt;SPAN&gt;run-dedupe-scan and run-compression-scan parameter?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 17:59:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/121996#M2051</guid>
      <dc:creator>viralpatel</dc:creator>
      <dc:date>2016-08-03T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/122050#M2054</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/7581"&gt;@viralpatel﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand your question. &amp;nbsp;Can you please elaborate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 13:19:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/122050#M2054</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2016-08-05T13:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup SiS using API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/122069#M2055</link>
      <description>&lt;P&gt;scan=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;If this is "true", the sis operation will scan the file system to process all the existing data.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The scan will include whatever is enabled on the volume. For example: If compression is not enabled on the volume, the scan will not include compression. This default behavior can be changed by using the run-dedupe-scan and run-compression-scan parameters.&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;If scan is false only data added since the last sis operation will be processed. Default value: "false"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;if scan is true, it will scan entire volume but that does not mean it will compress entire volume, it said "&lt;SPAN&gt; This default behavior can be changed by using the run-dedupe-scan and run-compression-scan parameters."&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;&lt;SPAN&gt;Now question is where we can find that parameter?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;&lt;SPAN&gt;when we move volume from 7 mod to CDOT, first need to dedup and compress old data.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;&lt;SPAN&gt;as of now i am doing this way but tyring to find how can we do this using proper API call.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana" size="2"&gt;&lt;SPAN&gt;api = NaElement("system-cli")&lt;BR /&gt;xi = NaElement("args")&lt;BR /&gt;s1="set -privilege advanced;volume efficiency start -vserver vserver1-volume vol1&lt;SPAN&gt;-dedupe true &lt;/SPAN&gt;-compression true -qos-policy background -scan-old-data true -scan-all true -snapshot-blocks true"&lt;BR /&gt;xi.child_add(NaElement("arg",s1))&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you see command line has 2 parameter "&lt;SPAN&gt;-dedupe true" and "&lt;SPAN&gt;-compression true" with "&lt;SPAN&gt;-scan-old-data true".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;now api has option for&amp;nbsp;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;-scan-old-data true", you can use scan bollean "true" but donot see options for other 2.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 15:14:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Setup-SiS-using-API/m-p/122069#M2055</guid>
      <dc:creator>viralpatel</dc:creator>
      <dc:date>2016-08-05T15:14:32Z</dc:date>
    </item>
  </channel>
</rss>

