<?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: API calls for options set in advanced mode in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/114069#M1703</link>
    <description>&lt;P&gt;You'll want to use the "volume-set-option" API to set the "no_atime_update" option to off. &amp;nbsp;For cDOT, this is in the vserver context. &amp;nbsp;Make sure the user you connect with has enough privileges to access advanced level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find anything in the API docs about the&amp;nbsp;NFS&amp;nbsp;&lt;SPAN&gt;tcp-max-xfer-size setting, so you may need to use a different method to set that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2015 14:50:56 GMT</pubDate>
    <dc:creator>asulliva</dc:creator>
    <dc:date>2015-12-23T14:50:56Z</dc:date>
    <item>
      <title>API calls for options set in advanced mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/114011#M1696</link>
      <description>&lt;P&gt;I am using the NMSDK for ontap in cluster mode with python. I am wondering if it is possible to set options that are accessible in advanced mode via API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Volume atime-update&lt;/P&gt;&lt;P&gt;-&amp;nbsp;nfs&amp;nbsp;&lt;SPAN&gt;tcp-max-xfer-size&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pierre&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:39:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/114011#M1696</guid>
      <dc:creator>pierrecarette</dc:creator>
      <dc:date>2015-12-22T00:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: API calls for options set in advanced mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/114069#M1703</link>
      <description>&lt;P&gt;You'll want to use the "volume-set-option" API to set the "no_atime_update" option to off. &amp;nbsp;For cDOT, this is in the vserver context. &amp;nbsp;Make sure the user you connect with has enough privileges to access advanced level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't find anything in the API docs about the&amp;nbsp;NFS&amp;nbsp;&lt;SPAN&gt;tcp-max-xfer-size setting, so you may need to use a different method to set that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Andrew&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 14:50:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/114069#M1703</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2015-12-23T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: API calls for options set in advanced mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/153223#M2993</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/8479"&gt;@asulliva&lt;/a&gt;&amp;nbsp; How to set advance option?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;like&lt;SPAN&gt;&amp;nbsp;I am trying RPC approach for snapdiff (ZAPI V2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;But I am getting below error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {u'results': {u'@errno': u'13005',&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;u'@reason': u'Unable to find API: sd_rpc_connect on data vserver NAS_SVM',&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;u'@status': u'failed'}}&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do we need to set any option to get "sd_rpc_connect" api enable via NMSDK&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 09:15:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/API-calls-for-options-set-in-advanced-mode/m-p/153223#M2993</guid>
      <dc:creator>neha_T</dc:creator>
      <dc:date>2019-12-23T09:15:32Z</dc:date>
    </item>
  </channel>
</rss>

