<?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: configure net snmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737245#M386963</link>
    <description>thanks graham,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please can you tell us about this solution and the result from it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 16 Jan 2011 07:31:10 GMT</pubDate>
    <dc:creator>roka_1</dc:creator>
    <dc:date>2011-01-16T07:31:10Z</dc:date>
    <item>
      <title>configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737241#M386959</link>
      <description>we installing  netsnmp from depot package, we configure netsnmp in hp-ux to send the host resources. as the following&lt;BR /&gt;&lt;BR /&gt;1- stop all snmp daemon in the Hp-UX system.&lt;BR /&gt;&lt;BR /&gt;2- create  the snmpd.conf file with rocommunity public.&lt;BR /&gt;&lt;BR /&gt;3- disable the prot number for snmp in /etc/services and enable the netsnmp&lt;BR /&gt;#snmp         161/udp  snmpd          # Simple Network Management Protocol Agent&lt;BR /&gt;netsnmp       161/udp                # Simple Network Management Protocol Agent&lt;BR /&gt; &lt;BR /&gt;4- add this line in inetd.conf&lt;BR /&gt;netsnmp stream  udp     nowait  root /opt/iexpress/net-snmp/sbin/snmpd -c /opt/iexpress/net-snmp/etc/snmp/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;5- refresh the inetd with /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;6- runing netsnmp with /opt/iexpress/net-snmp/sbin/snmpd -c /opt/iexpress/net-snmp/etc/snmp/snmpd.conf&lt;BR /&gt;&lt;BR /&gt;- the problem when we are runing snmpwalk from the localhost &lt;BR /&gt;&lt;BR /&gt;snmpwalk -v 1 -c public 127.0.0.1 we get the host resources but is very slow when it appear in the screen,  then i get message  no response from 127.0.0.1,&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;system &amp;gt;&amp;gt; HP-UX  B.11.31 U ia64 1115960583 unlimited-user license.&lt;BR /&gt;&lt;BR /&gt;netsnmp &amp;gt;&amp;gt; ixNet-SNMP                   A.15.00-5.5.001 Simple Network Monitoring protocol.&lt;BR /&gt;&lt;BR /&gt;please advice &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Jan 2011 11:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737241#M386959</guid>
      <dc:creator>roka_1</dc:creator>
      <dc:date>2011-01-12T11:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737242#M386960</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;From your description, step 6 is unnecessary and may cause problems.  &lt;BR /&gt;&lt;BR /&gt;1)  First, check for any running snmpd and kill it.  Inetd will start it when a request comes in on udp 161.&lt;BR /&gt;&lt;BR /&gt;2)  Try your snmpwalk again.&lt;BR /&gt;&lt;BR /&gt;If it's still slow, try removing it from inetd and starting it manually using the command in step 6.&lt;BR /&gt;&lt;BR /&gt;Earl</description>
      <pubDate>Wed, 12 Jan 2011 15:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737242#M386960</guid>
      <dc:creator>Earl_Crowder</dc:creator>
      <dc:date>2011-01-12T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737243#M386961</link>
      <description>thanks for your replay Earl Crowder,&lt;BR /&gt;&lt;BR /&gt;i make the two steps and the same issue.&lt;BR /&gt;when running snmpwalk from another machine or from the same machine the result is be solw,&lt;BR /&gt;and in last i get the timeout&lt;BR /&gt; &lt;BR /&gt;IF-MIB::ifInDiscards.45 = Counter32: 0&lt;BR /&gt;IF-MIB::ifInDiscards.46 = Counter32: 0&lt;BR /&gt;IF-MIB::ifInDiscards.47 = Counter32: 0&lt;BR /&gt;IF-MIB::ifInDiscards.48 = Counter32: 0&lt;BR /&gt;Timeout: No Response from 127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please advice</description>
      <pubDate>Thu, 13 Jan 2011 13:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737243#M386961</guid>
      <dc:creator>roka_1</dc:creator>
      <dc:date>2011-01-13T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737244#M386962</link>
      <description>It's not really an answer for you I know, but for what it's worth I played around with this ages ago and had very similar results.  In fact, in the end I found it too "unstable" so implemented the hosts MIB another way (using a 3rd party product)...&lt;BR /&gt;&lt;BR /&gt;I can certainly go into more details if you want...</description>
      <pubDate>Fri, 14 Jan 2011 01:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737244#M386962</guid>
      <dc:creator>grahamswilson</dc:creator>
      <dc:date>2011-01-14T01:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737245#M386963</link>
      <description>thanks graham,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please can you tell us about this solution and the result from it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 16 Jan 2011 07:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737245#M386963</guid>
      <dc:creator>roka_1</dc:creator>
      <dc:date>2011-01-16T07:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: configure net snmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737246#M386964</link>
      <description>&lt;P&gt;Sure...here is a link to a previous related thread to also help :- &lt;A href="http://h30499.www3.hp.com/t5/Networking/HP-UX-Host-Resource-MIB/m-p/5049627#M52027" target="_blank"&gt;http://h30499.www3.hp.com/t5/Networking/HP-UX-Host-Resource-MIB/m-p/5049627#M52027&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;In summary, there is another product from SNMP Research called Emanate - a version of this is already bundled with HP-UX for SNMP, but it doesn't contain the host MIB.&lt;BR /&gt;&lt;BR /&gt;If you buy the full product, you can then simply run the host MIB sub-agent on top of the out-the-box HP-UX SNMP...it's very easy, works well and is stable.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2011 21:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configure-net-snmp/m-p/4737246#M386964</guid>
      <dc:creator>grahamswilson</dc:creator>
      <dc:date>2011-11-10T21:23:37Z</dc:date>
    </item>
  </channel>
</rss>

