Storage Monitoring IBM V7000

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Storage Monitoring IBM V7000

Post by raamardhani7 »

Hi Team,

We are working on Storage devices monitoring for IBM V7000.

Gone through few of the posts and observed that SNMP is the only option, since we are not having direct plugins available for doing the same.

Can someone help me in setting up the monitoring, if you have MIB files for IBM V7000 please help me with that and also need initial setup steps. Thanks.

Regards,
Ram.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Storage Monitoring IBM V7000

Post by hsmith »

if you have MIB files for IBM V7000 please help me with that
https://www-304.ibm.com/support/docview ... g1S4000598
and also need initial setup steps
What do you need exactly?


Have you checked out this plugin?
Former Nagios Employee.
me.
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Storage Monitoring IBM V7000

Post by raamardhani7 »

We want to monitor Disk Failures, Ports, pool exceeding the threshold,host connectivity, Mirror sync etc..


Have you checked out this plugin?

I have copied the plugin and tried executing it, seems like there is some issue on our server related to perl, I am not having any idea on this subject. Could you please help me with the below error, after executing the command : ./check_ibm_v7000_svc.pl -h. I am facing the below error.

Code: Select all

perl check_ibm_v7000_svc.pl -h
Can't locate IBM/SVC.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at check_ibm_v7000_svc.pl line 55.
BEGIN failed--compilation aborted at check_ibm_v7000_svc.pl line 55.
Line 55
use IBM::SVC;
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Storage Monitoring IBM V7000

Post by hsmith »

Nagios Exchange wrote: You need to configure a ssh key without passphrase for logins to your V7000 storage array. Also IBM's SVC.pm Perl Module is required and available here:

https://www14.software.ibm.com/webapp/i ... rce=AW-0NK
http://www.alphaworks.ibm.com/tech/svctools
I have verified that you can download the SVC.pm from the links here.
Former Nagios Employee.
me.
Locked