SMC 3.5 & HP's NNM with kernel-reader-mib.mib

When I run the command ?(On a V120 with SMC 3.5 installed)

--> /opt/SUNWsymon/sbin/es-run mib2x -f kernel-reader-mib.mib <--

One of the lines of output is the following.

齣so/org/dod/internet/private/enterprises/sun/prod/sunsymon/agent/modules/kerne lReader/krCPUDetail/krCPUUtilGroup/krCPUUtilTable/krCPUUtilEntry/krCPUIdleTime = 1.3.6.1.4.1.42.2.12.2.2.12.5.1.1.1.3 0?br>

It looks as if the SMC agent is not returning anything for this OID "0".

When I run the command ?(On a V480 with HP齭 NNM against the above v120 with SMC 3.5 agent running)

--> snmpwalk 齝 public 齪 1161 v120hostname |grep CPU <--

One of the lines of output is the following.

齭un.prod.sunsymon.agent.modules.kernelReader.krCPUDetail.krCPUUtilGroup.krCPUU tilTable.3.0 : OCTET STRING- (ascii):95.14?br>

It looks as if the SMC agent is returning 95.14% idle but not for the mib declared as krCPUIdleTime.

I may not understand what I齧 doing. Would you mind pointing me in the right direction?

I believe that the reason NNM can齮 graph CPU idle time is that the SMC 3.5 agent is not reporting CPU idle time under the OID that it says it will be reported under.

Thanks

Jared

[1235 byte] By [hjagnew] at [2007-11-26 5:57:08]
# 1

There is a bug in the syntax of the Kernel Reader module (BUG ID#4890837). But I still can't really follow what your trying to say. You should be able to snmpwalk any SunMC agent with the OID you provided and receive the values. I think that is what is happening for your box. On my 2 CPU box I get the following using net-snmp:

# /usr/local/bin/snmpwalk -v 2c -c public agent:1161 1.3.6.1.4.1.42.2.12.2.2.12.5.1.1.1.3 0

Expected "}" after list (krSystemUpTime): At line 67 in /usr/local/share/snmp/mibs/KERNEL-READER-SUNMANAGEMENTCENTER-MIB.txt

KERNEL-READER-SUNMANAGEMENTCENTER-MIB::krCPUIdleTime.0 = STRING: 96.16

KERNEL-READER-SUNMANAGEMENTCENTER-MIB::krCPUIdleTime.2 = STRING: 95.31

michael_barrett at 2007-7-6 13:13:51 > top of Java-index,Administration Tools,Sun Management Center...