[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] 550 snmp



> After searching Googke  found the anwer....
> 
> Wonder why Sun never got to fix this...
> -pa
> 


Please share the solution with the rest of us, if it is simpler then the one
below;

Someone else offered this solution a while ago, i never had the problem, but
the exact question has been raised multiple times so it seems relevant
information .

Bob.





My SNMPD broke?

Just found this error out. A library that was replaced is incompatiable
with SNMP. So, SNMPD had to be recompiled.

You can download the files:

http://www.nuonce.net/getfile.php?file=ucd-snmp-4.2.4-3.i386.rpm

http://www.nuonce.net/getfile.php?file=ucd-snmp-devel-4.2.4-3.i386.rpm

http://www.nuonce.net/getfile.php?file=ucd-snmp-utils-4.2.4-3.i386.rpm

Follow these easy instructions:

cp /etc/snmp/snmpd.conf /root/snmpd.conf

rpm -e ucd-snmp-utils-4.2.3-2C1
rpm -e ucd-snmp-devel-4.2.3-2C1
rpm -e ucd-snmp-4.2.3-2C1

you may see:
cannot remove /usr/share/snmp - directory not empty
cannot remove /etc/snmp - directory not empty

just ignore that.


rpm -i ucd-snmp-4.2.4-3.i386.rpm
service snmptrapd does not support chkconfig
execution of ucd-snmp-4.2.4-3 script failed, exit status 1

rpm -i ucd-snmp-devel-4.2.4-3.i386.rpm
rpm -i ucd-snmp-utils-4.2.4-3.i386.rpm

That error is safe to ignore.

mv /etc/snmp/snmp.conf /etc/snmp/snmp.conf.new
cp /root/snmpd.conf /etc/snmp/

/etc/rc.d/init.d/snmpd start