Re: can't manage to browse anything

Dave Shield <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
On Tue, 2005-11-08 at 11:34 -0800, IT wrote:
> I've read the "how do I add MIB files".
> 
> And installed the mib files here:
> http://www.assure24.com/databases/snmp-mib/private/Compaq/
> (1.3.6.1.4.1.232. ...)
> 
> But I have been unable to query anything but the
> defauult SNMP-SIM::sys* values.

That sounds as if you still need to set the access control
settings.  A default SNMP agent would normally support much
more than the system group, but the access control is often
configured to report just this group by default.
    See the FAQ entry:
I can see the system group, but nothing else.  Why?



> Can someone tell me if net-snmp(d) (snmpget, snmpwalk)
> can query the ho/compaq hardware raid + scsi devices?

The Net-SNMP agent should be able to monitor the state
of the disk usage - either using the UCD-specific
'dskTable' (see the snmpd.conf directive "disk").
Or possibly using the standard Host Resources MIB tables,
if this support is configured into the agent.

The agent will *not* include support for other private
MIBs, such as the Compaq-specific ones you mention above.


> If so, can someone give me step-by-step instructions
> on how to make this possible on a 'default' install
> (edit snmp.conf, and snmpget command, using default
> values like "public" community etc.)

Edit "snmpd.conf"  (not "snmp.conf" - note the 'd')
and add the following lines:

	rocommunity  secret
	disk  /
	disk  /home

(plus whatever other disks you want to monitor).
Restart the agent, then run

    snmpwalk  -v 1 -c secret {host} dskTable


That should serve to get you started.

Dave


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.