From: Aiello, S. \(G. C. consultant\) <ste...@ge...> - 2006-06-13 20:41:59
|
Hello All, =20 I have come across an interesting issue. I have written a template to monitor the Insight Management that run on Compaq/HP servers. I have 3 tests in total; cim, array, & iml. The iml test is what is causing the issue. IML (Integrate Management Log) is a log of hardware events. If the IML is empty, and I walk the OID I will see: =20 .1.3.6.1.4.1.232.6.2.11.3.1.1 SNMPv2-SMI::enterprises.232.6.2.11.3.1.1 =3D No Such Instance currently exists at this OID Which makes sense since the log is empty. But when devmon queiries the device, all my Insight Manager tests (cim, array, iml ) have issues. Below is a snippet of my devmon.log =20 [06-06-13@16:27:01] No SNMP data found for cpqTempCelc on Server.Domain.com [06-06-13@16:27:01] No SNMP data found for cpqMemSpeed on Server.Domain.com [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqFanTypeText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqTempLocText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqPwrStatText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqFanLocText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqPwrRedunText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqPwrHotPlugText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqFanPresentText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqPwrPresentText [06-06-13@16:27:01] Missing repeater data for trans_switch on cpqCPUStatusText [06-06-13@16:27:01] Missing repeater data for cpqMemBoardIndx for cim msg [06-06-13@16:27:01] Missing repeater data for cpqTempCond for cim msg [06-06-13@16:27:01] Primary OID cpqTempActionText in cim table is a non-repeater [06-06-13@16:27:01] Missing repeater data for cpqFanCond for cim msg [06-06-13@16:27:01] No SNMP data found for cpqLogEntrySeverity on Server.Domain.com [06-06-13@16:27:01] No SNMP data found for cpqLogEntryNumber on Server.Domain.com [06-06-13@16:27:01] No SNMP data found for cpqLogEntryCount on Server.Domain.com =20 I am guessing that the somehow the status of "No SNMP data found" is not being reset and thus casuing the other test snmp query test to fail ? =20 I guess I also need to ask for a feature request for a flag to pass for a particular OID that being empty is ok... =20 Thank you, Steven |