> From: Simon Chung [mailto:simon.ch...@ventyx.com]
> Sent: Friday, August 07, 2009 9:25 AM


> I just downloaded the Net-SNMP 5.4.2.1 source code onto  HP-UX (Itanium)

        I don't think any of the developers have one of those, so we may be 
relying on your skill here.

> and have compiled it successfully using aCC. However, running make tests
> results in many failures. e.g.
>
> 1: testing SNMPv1 support... FAIL

        This is a red flag - did the agent even start?  Try starting it by hand 
and see what happens:

$ ./agent/snmpd -C -Le

        You're looking for it to fail for not having a usable config - that's 
OK.  For the next step I'd tell you to start it withthe config file used in the 
test, but so far I can't find that...

> 2: testing SNMPv2c get of system.sysUpTime.0... FAIL
> 3: testing SNMPv2c getnext of system.sysUpTime... FAIL
> 4: testing SNMPv2c bulkget of system components... FAIL
> 5: testing for failure of SNMPv2c get with wrong community... ok

        Note that the "passing" tests are testing that it fails...

> 6: testing for failure of SNMPv2c get against SNMPv1 agent... ok
> 7: testing for failure of SNMPv1 get against SNMPv2c agent... ok
> 8: testing SNMPv2c get of system.sysUpTime.1... FAIL
> 9: testing SNMPv3 get using noAuthNoPriv of .1.3.6.1.2.1.1.3.0... FAIL
> 10: testing SNMPv3 getnext using initial of .1.3.6.1.2.1.1.3.0... FAIL
> 11: testing SNMPv3 bulkget of system... FAIL
> 12: testing SNMPv3 get using MD5/noPriv of .1.3.6.1.2.1.1.3.0... FAIL
> 13: testing SNMPv3 get using MD5/AES of .1.3.6.1.2.1.1.3.0... FAIL
> 14: testing SNMPv3 get using MD5/DES of .1.3.6.1.2.1.1.3.0... FAIL
> 15: testing SNMPv3 get using SHA/noPriv of .1.3.6.1.2.1.1.3.0... FAIL
> 16: testing SNMPv3 get using SHA/DES of .1.3.6.1.2.1.1.3.0... FAIL
> 17: testing SNMPv3 get using SHA/AES of .1.3.6.1.2.1.1.3.0... FAIL
> ...
> 59: testing full snmpwalk (SNMPv2c) against agent (may take time)... SKIPPED
> Summary: 17 / 59 succeeded.
> 
> Has anyone gotten this to work on HP Itanium machines before?

        I imagine it's been done, but I don't know when the last time was.


        HTH,

Mike

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to