Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-06 Thread Michael Dupuis
That worked, thanks! I can also access the host mib as well now that I have all the build things straightened out. When I started this, I didn't now how to debug the agent, now I do. Thanks for all the help! Michael --with-mib-modules="host disman/event-mib" --with-out-mib-modules=host/hr_

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-06 Thread Users
On Thu, 06 Jan 2005 09:15:30 + Dave wrote: DS> On Wed, 2005-01-05 at 20:31, Michael Dupuis wrote: DS> > But now I've DS> > uncovered that there is a dependancy on the librpm-4.2.so library when DS> > the --with-mib-modules="host disman/even

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-06 Thread Dave Shield
On Wed, 2005-01-05 at 20:31, Michael Dupuis wrote: > But now I've > uncovered that there is a dependancy on the librpm-4.2.so library when > the --with-mib-modules="host disman/event-mib" flag is added. Because > we're running on Slackware, we

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-05 Thread Michael Dupuis
That means that the version of the agent which is actually running was configured with the default set of MIB modules, which doesn't include Host Resources support. (And hence this doesn't appear in the nsModuleName walk) Ok, I've cleaned up and verified that the installed version is correct, and

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-05 Thread Dave Shield
Robert> Try 'read_config' instead of 'read-config'.. I'm always getting that one wrong - thanks Robert. Michael> Ah, yes, a lot more info: [snip] OK - that looks fine. I can't see any extraneous access control settings there. Michael> I also now get this from the Michael> "snmpwalk -v 1 -c

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
On Jan 4, 2005, at 12:46 PM, Robert Story (Users) wrote: Try 'read_config' instead of 'read-config'.. Ah, yes, a lot more info: read_config: reading premib configuration tokens read_config: config path used:/etc/snmp:/usr/local/share/snmp:/usr/local/lib/snmp:/root/.snmp:/ var/net-snmp read_confi

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Users
On Tue, 4 Jan 2005 12:04:39 -0500 Michael wrote: MD> > Is that the *only* output from the -Dread-config invocation? MD> > You ought to be seeing debugging statements as the agent reads MD> > in each config file MD> MD> That's the entire output that I get when I start the agent. Try 'read_conf

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. T

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
On Jan 4, 2005, at 11:53 AM, Dave Shield wrote: First - *please* don't mail me privately, without copying any responses to the mailing list. Sorry about that. That was just a "reply" vs. "reply all" goof. I'm not in the habit of doing "reply all" typically. :) Is that the *only* output from the

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Dave Shield
On Tue, 2005-01-04 at 14:41, Michael Dupuis wrote: > Ok, I made the change to the configuration that you suggested: > > > > rocommunity public > > but still no dice. Changing this still didn't provide results for the > two snmp queries Robert suggested I try last week (before the holiday): >

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2005-01-04 Thread Michael Dupuis
Hi Dave, Ok, I made the change to the configuration that you suggested: But I'd suggest that for the time being, you replace the whole of this block with the single line: rocommunity public but still no dice. Changing this still didn't provide results for the two snmp queries Robert suggested I

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Dave Shield
> On the remote host ... the snmpd.conf file is configured this way: > > com2sec com default public > group grp v1 com > group grp v2c com > view vw included .1.3.6.1.4.1.8072 > view vw included .1.3.6.1.4.1.19312 > view vw included mib-2 > vi

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Michael Dupuis
snmpwalk -v 1 -c public localhost nsModuleName | grep host This returns nothing for me. snmpwalk -v 1 -c public localhost version nor does this. Also, check your snmpd.conf to make sure it isn't configured to restrict access to the host branch.. on the querying machine (I'm actually query

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Users
On Thu, 30 Dec 2004 11:34:35 -0500 Michael wrote: MD> Yes, I do get quite a bit of information when I use that command: MD> MD> A subset of the output looks like the following: MD> MD> NET-SNMP-AGENT-MIB::nsModuleName."".1.0.0 = STRING: Try this: snmpwalk -v 1 -c public localhost nsModuleNa

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Michael Dupuis
Hi Robert, Yes, I do get quite a bit of information when I use that command: A subset of the output looks like the following: NET-SNMP-AGENT-MIB::nsModuleName."".1.0.0 = STRING: NET-SNMP-AGENT-MIB::nsModuleName."".1.1.0 = STRING: NET-SNMP-AGENT-MIB::nsModuleName."".1.2.0 = STRING: NET-SNMP-AGENT-MI

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-30 Thread Users
On Wed, 29 Dec 2004 16:32:33 -0500 Michael wrote: MD> agent works fine for the defaults, but I can't seem to do anything to MD> get it to return the host information. Does it get anything from the enterprises tree? eg, do you get anything for snmpwalk -v1 -c public localhost enterprises

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-29 Thread Michael Dupuis
Hi there, I have the same problem that started this thread, not having access to the HOST-RESOURCES-MIB information, and despite following everything suggested in this thread, I'm still at a loss as to how to get the agent to respond with the HOST-RESOURCES-MIB information. I noticed that this

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-12-29 Thread Dave Shield
> I cannot access anything in the HOST-RESOURCES-MIB, even from the > local machine. That would tend to indicate that this module was not actually compiled into the agent. > understand that just because a file exists does not mean the agent > will use it. However, looking in config.log, I find en

AW: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-23 Thread Mohr James
> To make it short, I should have added the support for the > HOST-RESOURCES-MIB when I compiled the agent. Right? ..and adding the right configure option got it to work. Thanks! --- SF email is sponsored by - The IT Product Guide Read honest

AW: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread Mohr James
> -Ursprüngliche Nachricht- > Von: Robert Story (Users) [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 22. November 2004 20:39 > An: Mohr James > Cc: [EMAIL PROTECTED] > Betreff: Re: Snmpwalk of HOST-RESOURCES-MIB empty > > > On Mon, 22 Nov 2004 14:54:00 +

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread Users
On Mon, 22 Nov 2004 14:54:00 +0100 Mohr wrote: MJ> I am running net-snmp 5.2rc2 on Solaris 8. For the most part everything MJ> is working correctly. However, I cannot access anything in the MJ> HOST-RESOURCES-MIB, even from the local machine. Did you configure in the host resources code (not just

RE: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread Bruce Shaw
>I am running net-snmp 5.2rc2 on Solaris 8. For the most part everything >is working correctly. However, I cannot access anything in the >HOST-RESOURCES-MIB, even from the local machine. I get no errors, but I >also get no data. The MIB file exists in /usr/local/share/snmp/mibs. I >have also tried

AW: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread Mohr James
Cc: [EMAIL PROTECTED] > Betreff: Re: Snmpwalk of HOST-RESOURCES-MIB empty > > > You have not said which access control regime you are using. > Have you verified that VACM/USM is properly configured for > your environment? > > WRB > > Original message >

Re: Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread wrb
You have not said which access control regime you are using. Have you verified that VACM/USM is properly configured for your environment? WRB Original message >Date: Mon, 22 Nov 2004 14:54:00 +0100 >From: "Mohr James" <[EMAIL PROTECTED]> >Subject: Snmpw

Snmpwalk of HOST-RESOURCES-MIB empty

2004-11-22 Thread Mohr James
Hi All! I am running net-snmp 5.2rc2 on Solaris 8. For the most part everything is working correctly. However, I cannot access anything in the HOST-RESOURCES-MIB, even from the local machine. I get no errors, but I also get no data. The MIB file exists in /usr/local/share/snmp/mibs. I have also tr