quote:Originally posted by DarrenJeffreyI have downloaded net-snmp 5.2 source code onto one of our Solaris 9 boxes and after reading the readme.solaris from the package and following Bruce Shaw's excellent information). Here are the exact commands I used to build and install it on Solaris 9 (for any of you Wintel people like me who need to know the Unix commands).----------------------bashPATH=/usr/sbin/bin:/usr/local/bin:/usr/sfw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/OBSDssh/bin:/usr/ccs/bin./configure --with-mib-modules="host disman/event-mib ucd-snmp/diskio smux agentx mibII/mta_sendmail" --with-cc=gccmakesu rootbashPATH=/usr/sbin/bin:/usr/local/bin:/usr/sfw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/OBSDssh/bin:/usr/ccs/binmake install# add SSL libraries/usr/bin/crlefind /usr -name "libcrypto*" –print/usr/bin/crle -u -l /usr/local/ssl/lib/usr/bin/crlemake testsnmpconf -g basic_setupsnmpconf –i/usr/local/sbin/snmpdsnmpget -v 1 -c public localhost sysUpTime.0snmpwalk -v 2c -c public -m ALL localhost .1.3 | more----------------------To troubleshoot start SNMPD with this command: /usr/local/sbin/snmpd -f –LWe are using SW 7.2.65Everything works, as long as you ignore the swap/memory calcuation issue described here: www2.solarwinds.net/.../topic.aspHope that helps.
quote:Originally posted by pancamodo you have a problem with snmp hanging on volumes in 5.2?