<?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 Finding NetApp Servers on a Subnet in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74001#M15412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to do broadcasts on a network to get the network addresses of any netapp servers on a subnet?&amp;nbsp; If so, is there any Java or C++ code that illustrates the process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve Windham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:15:35 GMT</pubDate>
    <dc:creator>swindham</dc:creator>
    <dc:date>2025-06-05T06:15:35Z</dc:date>
    <item>
      <title>Finding NetApp Servers on a Subnet</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74001#M15412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to do broadcasts on a network to get the network addresses of any netapp servers on a subnet?&amp;nbsp; If so, is there any Java or C++ code that illustrates the process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve Windham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:15:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74001#M15412</guid>
      <dc:creator>swindham</dc:creator>
      <dc:date>2025-06-05T06:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding NetApp Servers on a Subnet</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74006#M15414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could use OnCommand Unified Manager(OCUM) , it is a Mangeablility product which can help you with this. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.netapp.com/us/products/management-software/oncommand/" target="_blank"&gt;http://www.netapp.com/us/products/management-software/oncommand/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can automatically recognize hosts on your subnet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once hosts are added you can use the DataFabric Manager (DFM) APIs to connect to the OCUM and call APIs like host-list-info to get details of all hosts and perform actions on them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aashray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&lt;/H1&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 10:10:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74006#M15414</guid>
      <dc:creator>aashray</dc:creator>
      <dc:date>2012-11-14T10:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding NetApp Servers on a Subnet</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74011#M15416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have example code, but OnCommand System Manager uses SNMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do an SNMP get with OID 1.3.6.1.2.1.1.1.0.&amp;nbsp; You should get a response like:&lt;/P&gt;&lt;P&gt;NetApp Release RironcityN_110125_2230: Wed Jan 26 00:55:17 PST 2011&amp;nbsp; or&lt;/P&gt;&lt;P&gt;NetApp Release 8.1.1 Cluster-Mode: Mon Jul 30 16:46:29 PDT 2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The key is to look for NetApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do an SNMP get with OID 1.3.6.1.4.1.789.1.1.2.0 which will also return the above values.&amp;nbsp; Usiing 1.3.6.1.4.1.789 makes the OID NetApp specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will probably want to do it with multiple threads in parallel, because of the SNMP time-out.&amp;nbsp; With multiple threads, you'll discover controllers much faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&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>Tue, 27 Nov 2012 05:01:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74011#M15416</guid>
      <dc:creator>rle</dc:creator>
      <dc:date>2012-11-27T05:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding NetApp Servers on a Subnet</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74020#M15419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Rick.&amp;nbsp; That was the information I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Windham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 15:08:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finding-NetApp-Servers-on-a-Subnet/m-p/74020#M15419</guid>
      <dc:creator>swindham</dc:creator>
      <dc:date>2012-11-27T15:08:25Z</dc:date>
    </item>
  </channel>
</rss>

