<?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 How about SNMP? in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109149#M1582</link>
    <description>&lt;P&gt;that will allow you a full identification from the other vendors as well, and with the default configuration not require you to set another users for that.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2015 17:22:34 GMT</pubDate>
    <dc:creator>GidonMarcus</dc:creator>
    <dc:date>2015-08-27T17:22:34Z</dc:date>
    <item>
      <title>Reliable way to identify NetApp C-mode filer</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109074#M1580</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our application supports multiple file server targets like Windows server, NetApp and Celerra. We need to identify the file server type while adding a target. Currently we use &lt;STRONG&gt;system-get-version&lt;/STRONG&gt; API to identify NetApp C-mode filer. We chose this approach based on the ONTAP API documentation. We set username and password to be blank. In case file server is a NetApp C-mode filer we get EAPIAUTHENTICATION/Error 13002: Authentication failed. In case of Windows server, NetApp 7-mode and Celerra we get EAPITRANSMISSION/Error 13011: URL not found error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it has been recently observed that API call returns error 13002 even in case of Window servers. So we wrongly detect Windows Server as a NetApp C-mode filer. Some Windows feature or third party component comes into picture for this behavior and we get error 13002 as result. Has anybody seen this behavior?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to correct this behavior. What is a more reliable way to identify a NetApp C-mode filer?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:26:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109074#M1580</guid>
      <dc:creator>SandeepNK</dc:creator>
      <dc:date>2025-06-04T23:26:43Z</dc:date>
    </item>
    <item>
      <title>How about SNMP?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109149#M1582</link>
      <description>&lt;P&gt;that will allow you a full identification from the other vendors as well, and with the default configuration not require you to set another users for that.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 17:22:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109149#M1582</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2015-08-27T17:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: How about SNMP?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109166#M1587</link>
      <description>&lt;P&gt;&lt;SPAN&gt;GidonMarcus,&amp;nbsp;&lt;/SPAN&gt;Thanks for your reply. But I could not understand what you are trying to say. Can you please elaborate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have to keep&amp;nbsp;username and password as blank as not all of our &amp;nbsp;customers use NetApp as a target. They might only use Windows Server or Celerra.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 04:21:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109166#M1587</guid>
      <dc:creator>SandeepNK</dc:creator>
      <dc:date>2015-08-28T04:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How about SNMP?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109212#M1591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The filers has a default "PUBLIC" (anonymous like) community string that allows you to query the filer. including information about the ontap version.&lt;/P&gt;&lt;P&gt;some examples are available at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1368834/html/GUID-113EA449-1EBA-46F2-B954-76A9F36C3FD8.html&amp;nbsp;&amp;nbsp;" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1368834/html/GUID-113EA449-1EBA-46F2-B954-76A9F36C3FD8.html&amp;nbsp;&amp;nbsp;&lt;/A&gt; (7 dot article, but c dot will work as well)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;other vendors has similar mechanism. so you could also identify them in a similar way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2015 21:25:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109212#M1591</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2015-08-28T21:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How about SNMP?</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109236#M1592</link>
      <description>&lt;P&gt;Thanks for the information. I will look into the possibility to use SNMP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to open the link you provided. Does it require any login to access it?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:06:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Reliable-way-to-identify-NetApp-C-mode-filer/m-p/109236#M1592</guid>
      <dc:creator>SandeepNK</dc:creator>
      <dc:date>2015-08-31T13:06:51Z</dc:date>
    </item>
  </channel>
</rss>

