Gathering SNMP data from SMC

Hello! I've been trying to read data from our Solaris hosts running SMC. Problem is I only seem to get Interface data. Is there a place I can add the HOST-RESOURCE-MIB mib file so I can gather more information (memory, disk, etc)Please help!
[256 byte] By [phreak9i6] at [2007-11-26 9:32:14]
# 1
I should state this is SNMP data. I'd rather not run NET-SNMP as a subagent because of the large number of system it would have to be installed on.
phreak9i6 at 2007-7-7 0:18:28 > top of Java-index,Administration Tools,Sun Management Center...
# 2

Hi phreak9i6,

> I should state this is SNMP data. I'd rather not run

> NET-SNMP as a subagent because of the large number of

> system it would have to be installed on.

When you say "SMC", you mean "Sun Management Center", right?

If so the extra data is available when you load extra modules (like "Kernel Reader"). Some of the MIBs for the modules are found here on any Agent system:

/opt/SUNWsymon/util/cfg

...i.e. "kernel-reader-mib.mib"

Regards,

Mike Kirk@HalcyonInc.com

http://www.HalcyonInc.com

Aronek at 2007-7-7 0:18:28 > top of Java-index,Administration Tools,Sun Management Center...
# 3
Hey Mike,could you please explain how to load "kernel-reader-mib.mib" ? I only see the following MIB modules in my list:Simple MIB-II (currently loaded)MIB-II InstrumentationMIB-II Proxy MonitoringThanks
stano at 2007-7-7 0:18:28 > top of Java-index,Administration Tools,Sun Management Center...
# 4

Hi Stano,

> could you please explain how to load

> "kernel-reader-mib.mib" ?

>

> I only see the following MIB modules in my list:

>

> Simple MIB-II (currently loaded)

> MIB-II Instrumentation

> MIB-II Proxy Monitoring

Your list is a list of modules that you see in the SunMC Console. What I was referring to was the corresponding "mib" files that you can load into other tools to query your modules over the network (and those mib files are stored in /opt/SUNWsymon/util/cfg).

Regards,

Mike.Kirk@HalcyonInc.com

http://www.HalcyonInc.com

Aronek at 2007-7-7 0:18:28 > top of Java-index,Administration Tools,Sun Management Center...