Your confusion here is in how the binary packages (via the RPM SPEC) v.s. a source tarball will handle the default configuration directory prefix, combined additionally with what flags the Redhat RC script is going to pass to the binary.
The default config dir is not going to be /etc/snmpd with the exception of a handful of Linux distributions that don't mind bloating /etc. If you're gonna roll your own binaries on RHEL, get source RPMs and join the ranks. Try: $ sudo ps gauxww|egrep -i snmp ~BAS On Tue, 2008-04-22 at 20:15 +0530, Sathasivam, Elayaraja wrote: > Hi, > > I installed net-snmp-5.3.1-14.el5.x86_64.rpm, > net-snmp-libs-5.3.1-14.el5.x86_64.rpm, > net-snmp-utils-5.3.1-14.el5.x86_64.rpm. > > And I updated the /etc/snmp/snmpd.conf as “rocommunity public”. But I > am getting the error as follows, could you please help me for the > same. > > > > 1) > > # /etc/init.d/snmpd restart > > Stopping snmpd: [ OK ] > > Starting snmpd: [ OK ] > > > > > > # snmpwalk -v 1 -c public localhost versiontag > > Timeout: No Response from localhost > > > > But if I try to run the remote ip , its working fine. Why its not > working with localhsot even after entry as “rocommunity public” in > snmpd.conf ? > > # snmpwalk -v 1 -c public <remote-ip> versiontag > > Output: UCD-SNMP-MIB::versionTag.0 = STRING: 5.0.9 > > > > > > > > 2) > > # snmpd -f –Le > > netsnmp_assert !"registration != duplicate" failed > agent_registry.c:535 netsnmp_subtree_load() > > netsnmp_assert !"registration != duplicate" failed > agent_registry.c:535 netsnmp_subtree_load() > > netsnmp_assert !"registration != duplicate" failed > agent_registry.c:535 netsnmp_subtree_load() > > Warning: no access control information configured. > > It's unlikely this agent can serve any useful purpose in this state. > > Run "snmpconf -g basic_setup" to help you configure the snmpd.conf > file for this agent. > > Error opening specified endpoint "" > > Server Exiting with code 1 > > Note: since I don’t have net-snmp-5.3.1-14.el5.x86_64 src package to > make install to get the mib files. So I have make install done through > with different version net-snmp-5.4.1 just to avoid the error such as > > > > [EMAIL PROTECTED] ~]# snmpwalk -v 1 -c public localhost > versiontag > > Cannot find module (IP-MIB): At line 0 in (none) > > Cannot find module (IF-MIB): At line 0 in (none) > > Cannot find module (TCP-MIB): At line 0 in (none) > > Cannot find module (UDP-MIB): At line 0 in (none) > > Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none) > > Cannot find module (SNMPv2-MIB): At line 0 in (none) > > Cannot find module (SNMPv2-SMI): At line 0 in (none) > > Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none) > > Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none) > > Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none) > > Cannot find module (UCD-SNMP-MIB): At line 0 in (none) > > Cannot find module (UCD-DEMO-MIB): At line 0 in (none) > > Cannot find module (SNMP-TARGET-MIB): At line 0 in (none) > > Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none) > > Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none) > > Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none) > > Cannot find module (SNMP-MPD-MIB): At line 0 in (none) > > Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none) > > Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) > > Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) > > Cannot find module (IP-FORWARD-MIB): At line 0 in (none) > > Cannot find module (NET-SNMP-EXTEND-MIB): At line 0 in (none) > > Cannot find module (UCD-DLMOD-MIB): At line 0 in (none) > > Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none) > > Cannot find module (SNMPv2-TM): At line 0 in (none) > > Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none) > > versiontag: Unknown Object Identifier (Sub-id not found: (top) -> > versiontag) > > > > After my installation of src package , I get all mib files so the > above error has solved…. J > > > > > > > > > > Thanks & Regards, > > ElayaRaja > > > > > > > > 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;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ Net-snmp-users mailing list > [email protected] Please see the following page to > unsubscribe or change other options: > https://lists.sourceforge.net/lists/listinfo/net-snmp-users ------------------------------------------------------------------------- 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;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
