<?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: net-snmp on HP-UX B11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566672#M227480</link>
    <description>HP-UX includes SNMP daemon which is enable and running by default. If you really want to run net-snmp SNMP daemon you should disable HP-UX snmpd or run net-snmp snmpd on a different port. Default SNMP port is 161 UDP.&lt;BR /&gt;&lt;BR /&gt;Sample configuration file is in /opt/iexpress/net-snmp/etc/EXAMPLE.conf. You should copy it to /opt/iexpress/net-snmp/etc/snmp/snmpd.conf. Change at least the following lines.&lt;BR /&gt;&lt;BR /&gt;com2sec local localhost COMMUNITY&lt;BR /&gt;com2sec mynetwork NETWORK/16 COMMUNITY&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;com2sec local localhost &lt;YOUR_COMMUNITY_NAME&gt;&lt;BR /&gt;com2sec mynetwork &lt;YOUR_NETWORK&gt;/&lt;YOUR_MASK&gt; &lt;YOUR_COMMUNITY_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Start the daemon in test mode as (assumes port 9999 is not used).&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/sbin/snmpd -df -Lo udp:9999&lt;BR /&gt;&lt;BR /&gt;Now you should be able to test access to it with snmpwalk.&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/bin/snmpwalk -v 1 -c &lt;YOUR_COMMUNITY_NAME&gt; &lt;HOST&gt;:9999&lt;BR /&gt;&lt;BR /&gt;Lots more information is available at &lt;A href="http://www.net-snmp.org." target="_blank"&gt;www.net-snmp.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/HOST&gt;&lt;/YOUR_COMMUNITY_NAME&gt;&lt;/YOUR_COMMUNITY_NAME&gt;&lt;/YOUR_MASK&gt;&lt;/YOUR_NETWORK&gt;&lt;/YOUR_COMMUNITY_NAME&gt;</description>
    <pubDate>Tue, 21 Jun 2005 22:43:11 GMT</pubDate>
    <dc:creator>Ermin Borovac</dc:creator>
    <dc:date>2005-06-21T22:43:11Z</dc:date>
    <item>
      <title>net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566666#M227474</link>
      <description>Hi all experts.&lt;BR /&gt;I am trying to install net-snmp-5.1.1 on HP-UX B11.11. configure step seem to be OK (see attached log) but make commmand has some error&lt;BR /&gt;[server:/tmp/net-snmp-5.1.1] make&lt;BR /&gt;        /usr/bin/sed -f sedscript ./EXAMPLE.conf.def &amp;gt; EXAMPLE.conf&lt;BR /&gt;making all in /tmp/net-snmp-5.1.1/snmplib&lt;BR /&gt;        /bin/sh ../libtool  --mode=link cc -g -Dhpux11  -rpath /usr/local/lib -version-info 6:1:1 -o libnetsnmp.la &lt;BR /&gt;rm -fr .libs/libnetsnmp.la .libs/libnetsnmp.* .libs/libnetsnmp.*&lt;BR /&gt;/usr/bin/ld -b +h libnetsnmp.sl.6 +b /usr/local/lib -o .libs/libnetsnmp.sl.6.1   -lc &lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;*** Error exit code 1&lt;BR /&gt;&lt;BR /&gt;Stop.&lt;BR /&gt;I DO NOT KNOW WHY??? PLS HELP ME ASAP.&lt;BR /&gt;THANK FOR ALL&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 02:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566666#M227474</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-20T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566667#M227475</link>
      <description>I can remember having had quite some difficulties during make of Net-SNMP with HP ANSI C myself as well, which were mostly&lt;BR /&gt;owe to the fact that the Net-SNMP sources were written as 32bit code.&lt;BR /&gt;Thus, one had to be careful to select those compiler switches (and library environment variables) that take care for 32bit builds.&lt;BR /&gt; &lt;BR /&gt;You may have good reasons to build it from sources.&lt;BR /&gt;However if you aren't focused on HP ANSI C but can equally well use gcc to later possibly link other apps to the Net-SNMP libs,&lt;BR /&gt;I would suggest to first try the HP provided depot which is a gcc build, I suppose.&lt;BR /&gt;You shouldn't experience any difficulties with that.&lt;BR /&gt;Have a look here, where you could also download the depot.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;If you must cling to your own build register with the Net-SNMP mailing list, or even try a mail directly to the program authors.&lt;BR /&gt;They might be willing to respond.&lt;BR /&gt;From my experience I know that the Net-SNMP folks are extremly helpful.&lt;BR /&gt;I had been exchanging mails for over a week with the HP-UX porting author where he continously sent me hints how to get the thing compiled.</description>
      <pubDate>Mon, 20 Jun 2005 02:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566667#M227475</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2005-06-20T02:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566668#M227476</link>
      <description>Thank Ralph&lt;BR /&gt;I have just try package on HP-UX Internet Express but it seem to have problem.. can you post for me the full procedure need to do after taking swinstall.&lt;BR /&gt;thank U so much&lt;BR /&gt;tienna</description>
      <pubDate>Mon, 20 Jun 2005 20:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566668#M227476</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-20T20:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566669#M227477</link>
      <description>Hi all experts.&lt;BR /&gt;pls spend time to help me pls. I am in urgent case.&lt;BR /&gt;thank.</description>
      <pubDate>Tue, 21 Jun 2005 04:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566669#M227477</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-21T04:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566670#M227478</link>
      <description>Can you tell us a bit more about the problem you are having with Internet Express Net-SNMP package?&lt;BR /&gt;&lt;BR /&gt;If you need to create config file you can try using snmpconf utility that comes with the package.&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/bin/snmpconf&lt;BR /&gt;&lt;BR /&gt;I can create the following types of configuration files for you.&lt;BR /&gt;Select the file type you wish to create:&lt;BR /&gt;(you can create more than one as you run this program)&lt;BR /&gt;&lt;BR /&gt;   1:  snmpd.conf&lt;BR /&gt;   2:  snmptrapd.conf&lt;BR /&gt;   3:  snmp.conf&lt;BR /&gt;&lt;BR /&gt;Other options: quit&lt;BR /&gt;&lt;BR /&gt;Select File:</description>
      <pubDate>Tue, 21 Jun 2005 04:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566670#M227478</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-21T04:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566671#M227479</link>
      <description>Hi Ermin.&lt;BR /&gt;I have installed Internet Express Net-SNMP package successfully (only issue swlist -s /cdrom and choose net-snmp. after installation&lt;BR /&gt;I checked &lt;BR /&gt;#swlist -l product|grep net-snmp and result as below&lt;BR /&gt;Net-SNMP              A.02.00-5.0.9  Simple Network Monitoring protocol &lt;BR /&gt;but I donot know how to continue with it (how to config, how to start net-snmp agent with its configuration) Pls show me what should to do next&lt;BR /&gt;I intend to  use mrtg and Opmanager5.5 (&lt;A href="http://www.opmanager.com)" target="_blank"&gt;www.opmanager.com)&lt;/A&gt; &lt;BR /&gt;to get snmp infor from HP-UX11i. Now</description>
      <pubDate>Tue, 21 Jun 2005 20:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566671#M227479</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-21T20:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566672#M227480</link>
      <description>HP-UX includes SNMP daemon which is enable and running by default. If you really want to run net-snmp SNMP daemon you should disable HP-UX snmpd or run net-snmp snmpd on a different port. Default SNMP port is 161 UDP.&lt;BR /&gt;&lt;BR /&gt;Sample configuration file is in /opt/iexpress/net-snmp/etc/EXAMPLE.conf. You should copy it to /opt/iexpress/net-snmp/etc/snmp/snmpd.conf. Change at least the following lines.&lt;BR /&gt;&lt;BR /&gt;com2sec local localhost COMMUNITY&lt;BR /&gt;com2sec mynetwork NETWORK/16 COMMUNITY&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;com2sec local localhost &lt;YOUR_COMMUNITY_NAME&gt;&lt;BR /&gt;com2sec mynetwork &lt;YOUR_NETWORK&gt;/&lt;YOUR_MASK&gt; &lt;YOUR_COMMUNITY_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Start the daemon in test mode as (assumes port 9999 is not used).&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/sbin/snmpd -df -Lo udp:9999&lt;BR /&gt;&lt;BR /&gt;Now you should be able to test access to it with snmpwalk.&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/bin/snmpwalk -v 1 -c &lt;YOUR_COMMUNITY_NAME&gt; &lt;HOST&gt;:9999&lt;BR /&gt;&lt;BR /&gt;Lots more information is available at &lt;A href="http://www.net-snmp.org." target="_blank"&gt;www.net-snmp.org.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/HOST&gt;&lt;/YOUR_COMMUNITY_NAME&gt;&lt;/YOUR_COMMUNITY_NAME&gt;&lt;/YOUR_MASK&gt;&lt;/YOUR_NETWORK&gt;&lt;/YOUR_COMMUNITY_NAME&gt;</description>
      <pubDate>Tue, 21 Jun 2005 22:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566672#M227480</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-21T22:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566673#M227481</link>
      <description>Thank Ermin&lt;BR /&gt;My server still have a problem&lt;BR /&gt;After setting conf file (as attached file) i issue&lt;BR /&gt;[server:/] /opt/iexpress/net-snmp/sbin/snmpd -df -L udp:161&lt;BR /&gt;/opt/iexpress/net-&lt;BR /&gt;snmp/share/snmp/snmpd.conf: line 21: Error: bad source address&lt;BR /&gt;/opt/iexpress/net-snmp/share/snmp/snmpd.conf: line 45: Warning: Unknown token: proc.&lt;BR /&gt;/opt/iexpress/net-snmp/share/snmp/snmpd.conf: line 60: Warning: Unknown token: disk.&lt;BR /&gt;/opt/iexpress/net-snmp/share/snmp/snmpd.conf: line 74: Warning: Unknown token: load.&lt;BR /&gt;net-snmp: 1 error(s) in config file(s)&lt;BR /&gt;&lt;BR /&gt;Sending 95 bytes to 10.0.98.31&lt;BR /&gt;0000: 30 5D 02 01  01 04 06 70  75 62 6C 69  63 A6 50 02    0].....public.P.&lt;BR /&gt;0016: 04 38 3D 2B  46 02 01 00  02 01 00 30  42 30 0D 06    .8=+F......0B0..&lt;BR /&gt;0032: 08 2B 06 01  02 01 01 03  00 43 01 18  30 17 06 0A    .+.......C..0...&lt;BR /&gt;0048: 2B 06 01 06  03 01 01 04  01 00 06 09  2B 06 01 06    +...........+...&lt;BR /&gt;0064: 03 01 01 05  01 30 18 06  0A 2B 06 01  06 03 01 01    .....0...+......&lt;BR /&gt;0080: 04 03 00 06  0A 2B 06 01  04 01 BF 08  03 02 0E       .....+.........&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sending 95 bytes to 10.0.95.21&lt;BR /&gt;0000: 30 5D 02 01  01 04 06 70  75 62 6C 69  63 A6 50 02    0].....public.P.&lt;BR /&gt;0016: 04 38 3D 2B  46 02 01 00  02 01 00 30  42 30 0D 06    .8=+F......0B0..&lt;BR /&gt;0032: 08 2B 06 01  02 01 01 03  00 43 01 18  30 17 06 0A    .+.......C..0...&lt;BR /&gt;0048: 2B 06 01 06  03 01 01 04  01 00 06 09  2B 06 01 06    +...........+...&lt;BR /&gt;0064: 03 01 01 05  01 30 18 06  0A 2B 06 01  06 03 01 01    .....0...+......&lt;BR /&gt;0080: 04 03 00 06  0A 2B 06 01  04 01 BF 08  03 02 0E       .....+.........&lt;BR /&gt;&lt;BR /&gt;NET-SNMP version 5.0.9&lt;BR /&gt;&lt;BR /&gt;Received 43 bytes from 10.0.98.31&lt;BR /&gt;0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A1 1C 02    0).....public...&lt;BR /&gt;0016: 02 34 69 02  01 00 02 01  00 30 10 30  0E 06 0A 2B    .4i......0.0...+&lt;BR /&gt;0032: 06 01 02 01  19 03 03 01  02 05 00                    ...........&lt;BR /&gt;&lt;BR /&gt;Received SNMP packet(s) from 10.0.98.31&lt;BR /&gt;  GETNEXT message&lt;BR /&gt;    -- SNMPv2-SMI::mib-2.25.3.3.1.2&lt;BR /&gt;&lt;BR /&gt;# /opt/iexpress/net-snmp/bin/snmpwalk -v 1 -c public localhost:161&lt;BR /&gt;Timeout: No Response from localhost:161&lt;BR /&gt;WHy it say timeout????&lt;BR /&gt;thank you in advance&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2005 05:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566673#M227481</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-06-23T05:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: net-snmp on HP-UX B11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566674#M227482</link>
      <description>You can download version 5.1.2 of net-snmp from the link Ralph posted earlier. I think new version should help with errors about unrecognized keywords (proc, disk, load).&lt;BR /&gt;&lt;BR /&gt;rwcommunity  public all&lt;BR /&gt;&lt;BR /&gt;This line has incorrect syntax. It should read&lt;BR /&gt;&lt;BR /&gt;rwcommunity: community [default|hostname|network/bits] [oid]&lt;BR /&gt;&lt;BR /&gt;So in the simplest case it would be&lt;BR /&gt;&lt;BR /&gt;rwcommunity public&lt;BR /&gt;&lt;BR /&gt;Please note that setting community strings (especially read-write community) to 'public' is extremely bad for security.&lt;BR /&gt;&lt;BR /&gt;Lastly, if UDP port 161 is default, so you don't need to specify it on command line for snmpd and/or snmpwalk.</description>
      <pubDate>Fri, 24 Jun 2005 06:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-snmp-on-hp-ux-b11-11/m-p/3566674#M227482</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-24T06:19:59Z</dc:date>
    </item>
  </channel>
</rss>

