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.
Storage Monitoring IBM V7000
Re: Storage Monitoring IBM V7000
https://www-304.ibm.com/support/docview ... g1S4000598if you have MIB files for IBM V7000 please help me with that
What do you need exactly?and also need initial setup steps
Have you checked out this plugin?
Former Nagios Employee.
me.
me.
-
raamardhani7
- Posts: 459
- Joined: Tue Jun 02, 2015 12:36 am
Re: Storage Monitoring IBM V7000
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.
Line 55
use IBM::SVC;
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.
use IBM::SVC;
Re: Storage Monitoring IBM V7000
I have verified that you can download the SVC.pm from the links here.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
Former Nagios Employee.
me.
me.