Page 1 of 1

Storage Monitoring IBM V7000

Posted: Thu Oct 08, 2015 1:32 pm
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.

Re: Storage Monitoring IBM V7000

Posted: Thu Oct 08, 2015 1:40 pm
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?

Re: Storage Monitoring IBM V7000

Posted: Thu Oct 08, 2015 2:18 pm
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;

Re: Storage Monitoring IBM V7000

Posted: Thu Oct 08, 2015 2:23 pm
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.