This is a discussion on RE: How to uninstall within the SNMP Users forums, part of the Networking and Network Related category; Hi, Thanks for all your support. I have installed the net-snmp, please find the details as follows, 1)$ rpm -...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Thanks for all your support. I have installed the net-snmp, please find the details as follows, 1)$ rpm -q -f `which snmpd` Output: net-snmp-5.3.1-14.el5 2)$ ps -ef | grep snmp Output: root 7836 1 0 15:24 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -p /var/run/snmpd -a root 8200 5937 0 15:28 pts/4 00:00:00 grep snmp 3) $ snmpwalk -v 1 -c public localhost versiontag Timeout: No Response from localhost Note: I have updated snmpd.conf file as " rocommunity public" in the path /var/net-snmp/snmpd.conf. But still I am getting as " Timeout: No Response from localhost". What might be the wrong ???????????? Thanks & Regards, ElayaRaja -----Original Message----- From: dave.shield@googlemail.com [mailto:dave.shield@googlemail.com] On Behalf Of Dave Shield Sent: Thursday, April 24, 2008 6:33 PM To: Sathasivam, Elayaraja Cc: Net-snmp-users@lists.sourceforge.net Subject: Re: How to uninstall 2008/4/24 Sathasivam, Elayaraja <elayaraja.sathasivam@capgemini.com>: > After uninstalling all net-snmp by command rpm -e <package>. > But still I am finding some of the files under > > /usr/local/bin/ snmpwalk, etc... Those will be the commands that you installed manually (eg. using "make install") > Could you please help us to uninstall these snmpwalk , snmpget > etc from this /usr/local/bin folder Try rm /usr/local/bin/snmp* You'll probably also have to remove SNMP-related files from /usr/local/sbin/, /usr/local/lib, /usr/local/share/snmp If you run the commands locate snmp and locate mib that should give you an indication of where the Net-SNMP stuff might have been installed. But don't just blindly take my word for any of this. Always think about what you're doing! If in doubt, run rpm -q -f {path to file} to check whether a given file is actually part of another package Dave This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757...un.com/javaone _______________________________________________ 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/...net-snmp-users |
![]() |
| Thread Tools | |
| Display Modes | |
|
|