<?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: Option is not visible: using API to query vFiler in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22230#M201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for testing on your end.&amp;nbsp; I really appreciate that.&amp;nbsp; I can confirm that the same behavior occurs in ONTAP 8.1 (I should have included that in my original post).&amp;nbsp; Our ultimate goal here is to get this query working to facilitate functionality for our backup software (TSM).&amp;nbsp; It's good to know the tunneling route would work but I think we've hit a wall here with the backup software.&amp;nbsp; I'll go ahead and follow up with a bug report.&amp;nbsp; Again, thank you for the effort and feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 12:57:12 GMT</pubDate>
    <dc:creator>SSMAYNARD</dc:creator>
    <dc:date>2012-09-12T12:57:12Z</dc:date>
    <item>
      <title>Option is not visible: using API to query vFiler</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22218#M196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to query an option on a vFiler using the NetApp SDK 5.0.&amp;nbsp; I can use the "options-get" API to access other options but it will constantly fail with the "cifs.enable_share_browsing" option with the error "Option is not visible: cifs.enable_share_browsing".&amp;nbsp; Our end goal is to get vFiler snapdiffs working with our backup software.&amp;nbsp; I am hoping somebody out there has either experienced this problem or knows exactly why we are getting this error.&amp;nbsp; But, any thoughts or feedback would be appreciated.&amp;nbsp; I am adding some sample output below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;* this example shows the command failing against the vfiler&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\backup\Desktop\netapp-manageability-sdk-4.1\netapp-manageability-sdk-4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1\bin&amp;gt;.\nt\apitest.exe &amp;lt;vfiler&amp;gt; &amp;lt;username&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&amp;lt;password&amp;gt;" options-get name cifs.enable_share_browsing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;options-get&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;cifs.enable_share_browsing&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/options-get&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;results reason="Option is not visible: cifs.enable_share_browsing" errno="2" st&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;atus="failed"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;* this example shows the command working at the hosting controller level&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\backup\Desktop\netapp-manageability-sdk-4.1\netapp-manageability-sdk-4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1\bin&amp;gt;.\nt\apitest.exe &amp;lt;controller&amp;gt; &amp;lt;username&amp;gt; "&amp;lt;password&amp;gt;" opt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ions-get name cifs.enable_share_browsing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;options-get&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;cifs.enable_share_browsing&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/options-get&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;results status="passed"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;on&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cluster-constraint&amp;gt;none&amp;lt;/cluster-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cluster_constraint&amp;gt;none&amp;lt;/cluster_constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/results&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:19:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22218#M196</guid>
      <dc:creator>SSMAYNARD</dc:creator>
      <dc:date>2025-06-05T06:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Option is not visible: using API to query vFiler</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22222#M198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stuart -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the same response when I sent the API options-get directly to the vfiler.&amp;nbsp; However, when I used vfiler tunneling, I got a different result:&lt;/P&gt;&lt;P&gt;apitest &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;-v vfiler1 myfiler user myPass options-get name cifs.enable_share_browsing&lt;/P&gt;&lt;P&gt;&amp;lt;results status="passed"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;on&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cluster-constraint&amp;gt;none&amp;lt;/cluster-constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cluster_constraint&amp;gt;none&amp;lt;/cluster_constraint&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/results&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was very surprised by the different responses, because sending the API directly to the vfiler should be the same as vfiler tunneling.&amp;nbsp; The ONTAP version is critical here.&amp;nbsp; I'm running on 7.3.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did invoked options-list-info, and there was a difference between in the output between vfiler tunneling and going directly to the vfiler.&amp;nbsp; This looks like a bug.&amp;nbsp; Please report it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; - Rick -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 02:51:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22222#M198</guid>
      <dc:creator>rle</dc:creator>
      <dc:date>2012-09-12T02:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Option is not visible: using API to query vFiler</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22230#M201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for testing on your end.&amp;nbsp; I really appreciate that.&amp;nbsp; I can confirm that the same behavior occurs in ONTAP 8.1 (I should have included that in my original post).&amp;nbsp; Our ultimate goal here is to get this query working to facilitate functionality for our backup software (TSM).&amp;nbsp; It's good to know the tunneling route would work but I think we've hit a wall here with the backup software.&amp;nbsp; I'll go ahead and follow up with a bug report.&amp;nbsp; Again, thank you for the effort and feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stuart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 12:57:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22230#M201</guid>
      <dc:creator>SSMAYNARD</dc:creator>
      <dc:date>2012-09-12T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Option is not visible: using API to query vFiler</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22235#M202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did You find any solution to this? I'm also having the same issue when trying to use TSM to back up a CIFS volume hosted on a vfiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using TSM client 6.4.0.2 on Windows and ONTAP 8.1.2P1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: Consolas; color: #17375e;"&gt;04/01/2013 21:07:20 ANS1670E The file specification is not valid. Specify a valid Network Appliance or N-Series NFS (AIX, Linux) or CIFS (Windows) volume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-GB" style="font-family: Consolas; color: red;"&gt;04/01/2013 21:07:21 Option is not visible: cifs.enable_share_browsing&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: Consolas; color: #17375e;"&gt;04/01/2013 21:07:21 ANS2832E Incremental by snapshot difference failed for &lt;A href="https://community.netapp.com/" target="_blank"&gt;\\xxxx&lt;/A&gt;\xxx. See the error log for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-family: Consolas; color: #17375e;"&gt;04/01/2013 21:07:24 ANS5283E The operation was unsuccessful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 20:39:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22235#M202</guid>
      <dc:creator>marcus_nilsson</dc:creator>
      <dc:date>2013-04-01T20:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Option is not visible: using API to query vFiler</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22240#M203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've run into this problem twice now.&amp;nbsp; The first time was back in September 2012, and again today.&lt;/P&gt;&lt;P&gt;I don't know what fixed it last time, but this time, disabling SMB2.1 and restarting the CIFS server on the NetApp resolved the problem.&amp;nbsp; At least, those are the two things done today.&amp;nbsp; One or the other might have been the real fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 17:04:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Option-is-not-visible-using-API-to-query-vFiler/m-p/22240#M203</guid>
      <dc:creator>reasoncreated</dc:creator>
      <dc:date>2014-03-03T17:04:57Z</dc:date>
    </item>
  </channel>
</rss>

