Thanks for the suggestion.

The SNMP version 5.1.2 was a tar.gz which I compiled so rpm -e would not
work. Anyway, I did a force upgrade of the new version and it installed
well. Athough unfortunately it did not resolve my problem:

All the servers are responding fine except 2 webservers in an isolated
network. The machines accept SNMP requests from the Cacti server fine
however every second request results in a NO RESPONSE as follows:

[EMAIL PROTECTED] ~]# snmpget -v 1 -c public wcmws01 sysUpTime.0
SNMPv2-MIB::sysUpTime.0 = Timeticks: (16944514) 1 day, 23:04:05.14
[EMAIL PROTECTED] ~]# snmpget -v 1 -c public wcmws01 sysUpTime.0
Timeout: No Response from wcmws01.
[EMAIL PROTECTED] ~]# snmpget -v 1 -c public wcmws01 sysUpTime.0
SNMPv2-MIB::sysUpTime.0 = Timeticks: (16945472) 1 day, 23:04:14.72
[EMAIL PROTECTED] ~]# snmpget -v 1 -c public wcmws01 sysUpTime.0
Timeout: No Response from wcmws01.

I compared the snmp version with another machine, found it different,
that this was the case and so Upgraded it but it didnt resolve the
problem.

Any ideas on how I can rectify this ?

Thnx,
Sandeep

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Shield
Sent: sexta-feira, 8 de Setembro de 2006 13:44
To: Sandeep Narasimha Murthy
Cc: net-snmp-users@lists.sourceforge.net
Subject: Re: Upgrading SNMP

On 08/09/06, Sandeep Narasimha Murthy <[EMAIL PROTECTED]>
wrote:
>         The installation file /usr/lib/libnetsnmp.so.5 of
net-snmp-5.2.1.2-1
> is in conflict with another file from package net-snmp-libs-5.1.2-11

Which implies that you've got the RPM "net-snmp-libs" installed as well.
Try running
         "rpm -e net-snmp-libs"

and make sure that all sign of earlier Net-SNMP-related files have
disappeared before trying to install the 5.2.1 RPM.

Something like:

    find / -name '*snmp*'

or

   locate snmp | xargs ls 2>/dev/null

might help.   Don't proceed until these commands are silent.

Dave

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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