
| OpenNMS + BlueArc? | |||
|
Posted by: Barry Robison ![]() Date: 05-09-2012, 02:10:AM |
Anyone have an OpenNMS data collection definition for BlueArc? |
||
| Re: OpenNMS + BlueArc? | |||
|
Posted by: Gareth Corbett ![]() Date: 05-09-2012, 12:30:PM |
Hi Barry ? do you have the mib file already? ? and you just want the definitions? ? regards ? Gareth
On Wed, May 9, 2012 at 8:08 AM, Barry Robison <barry.robison@drdstudios.com> wrote: Anyone have an OpenNMS data collection definition for BlueArc? -- Regards Gareth Corbett Managing Director CG-IT Ltd +447841377240 CG-IT Ltd Registered in England Company No. 7985335 VAT Reg No. GB 132 4650 39 |
||
| Re: OpenNMS + BlueArc? | |||
|
Posted by: Klaus Steden ![]() Date: 05-09-2012, 12:55:PM |
Hey Barry, How the MIB gets used depends a fair bit on what's in it ... mib2opennms won't generate anything for you if there are no TRAP or NOTIFICATION definitions inside it, since that tool is used to convert events defined by the MIB into XML that OpenNMS can
use to correlate SNMP traps to human-readable event definitions. So that's not necessarily an indication that something's wrong. You may want to look at the parseMib.sh script that's bundled with the distribution as well -- look in /opt/opennms/contrib/mibparser/dist/ -- and feed the MIB to that, thusly: -- cut -- /opt/opennms/contrib/mibparser/dist/parseMib.sh mibs/experimental/QLOGIC-MIB.txt Looking for a good java... Using java in user's path... Checking Java version for 1.4+... Version is: java version "1.5.0_18" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_18-b02, mixed mode) Checking for JAVA_HOME... JAVA_HOME not set, trying to find it... java path is in /usr/bin, looking for actual HOME... Checking Java version for 1.4+... Version is: java version "1.5.0_18" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_18-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_18-b02, mixed mode) JAVA_HOME set to: /usr/java/jdk1.5.0_18. Calling parser... <mibObj oid=".1.3.6.1.4.1.1663.1.3.10.1.1.3" instance="fcQlModuleIndex" alias="fcQxPortPhysAdminStatusTOOLONG" type="INTEGER" /> <mibObj oid=".1.3.6.1.4.1.1663.1.3.10.1.1.4" instance="fcQlModuleIndex" alias="fcQxPortPhysOperStatusTOOLONG" type="INTEGER" /> -- cut -- which tells you what OIDs to examine for various metrics, which then gets included into datacollection.xml to get OpenNMS to collect the data points. mib2opennms is NOT used for generating data collection info, it's used for notifications. cheers, Klaus From: Gareth Corbett [gareth@cg-it.com] Sent: Wednesday, May 09, 2012 9:25 AM To: discuss@studiosysadmins.com Subject: Re: [SSA-Discuss] OpenNMS + BlueArc? Hi Barry do you have the mib file already? and you just want the definitions? regards Gareth On Wed, May 9, 2012 at 8:08 AM, Barry Robison
<barry.robison@drdstudios.com> wrote: Anyone have an OpenNMS data collection definition for BlueArc? -- Regards Gareth Corbett Managing Director CG-IT Ltd +447841377240 CG-IT Ltd Registered in England Company No. 7985335 VAT Reg No. GB 132 4650 39 |
||
| Re: OpenNMS + BlueArc? | |||
|
Posted by: Barry Robison ![]() Date: 05-10-2012, 23:35:PM |
Unfortunately the OpenNMS MIB parser can't handle BlueArc's.. On Thu, May 10, 2012 at 2:53 AM, Klaus Steden <klaus-s@moving-picture.com> wrote:
|
||
| Re: OpenNMS + BlueArc? | |||
|
Posted by: Klaus Steden ![]() Date: 05-11-2012, 00:10:AM |
That's actually probably pretty handy, maybe you want to submit them to the OpenNMS group? The MIB parser is normally not too bad, it does throw up badly on stuff that deviates slightly from the
spec (which is common with OpenNMS, it's really strict about protocol compliance). cheers, Klaus From: Barry Robison <barry.robison@drdstudios.com> Reply-To: <discuss@studiosysadmins.com> Date: Fri, 11 May 2012 13:32:52 +1000 To: <discuss@studiosysadmins.com> Subject: Re: [SSA-Discuss] OpenNMS + BlueArc? I've attached a bluearc.xml datacollection config and graph config for BlueArcs, should anyone else around find them useful. cheers, -barry On Thu, May 10, 2012 at 2:53 AM, Klaus Steden
<klaus-s@moving-picture.com> wrote:
To unsubscribe from the list send a blank e-mail to
mailto:studiosysadmins-discuss-request@studiosysadmins.com?subject=unsubscribe
|
||