V9K stopped generating graphs

Hi, I have 3 IBM, 1 V7k that is working fine and 2 v9k that stopped collecting data and shows no graph.

I ran config check and the connection seens to be OK

[lpar2rrd@xorux bin]$ ./config_check.sh
tee: /home/stor2rrd/stor2rrd/logs/config_check.out: Permission denied

ERROR: Perl module has not been found: LWP::Protocol::https
       It is a must for VMAX, VPLEX, Huawei, Compellent, NetApp, PureStorage, Infinibox, Isilon, BNA
       and some others which use HTTPS protocol if is configured in etc/storage-list.cfg
Note that it does not affect storages where is not used HTTPS API for getting data
Refer here how to resolve it: http://www.stor2rrd.com/https.htm

Install all missing Perl modules and do this test again, check http://www.stor2rrd.com/install.htm:
Usage: cd /home/stor2rrd/stor2rrd; . etc/stor2rrd.cfg; $PERL bin/perl_modules_check.pl

=========================
STORAGE: v9000_9A00: SWIZ : sample rate: 300 seconds
=========================
TCP connection to "172.19.117.118" on port "22" is ok
  ssh -o ConnectTimeout=80 -o StrictHostKeyChecking=no -o PreferredAuthentications=publickey -o SendEnv=no lpar2rrd@172.19.117.118  "lscurrentuser"
  connection ok

=========================
STORAGE: v9000_9974: SWIZ : sample rate: 300 seconds
=========================
TCP connection to "172.19.117.123" on port "22" is ok
  ssh -o ConnectTimeout=80 -o StrictHostKeyChecking=no -o PreferredAuthentications=publickey -o SendEnv=no lpar2rrd@172.19.117.123  "lscurrentuser"
  connection ok

=========================
STORAGE: v7000_4B46: SWIZ : sample rate: 300 seconds
=========================
TCP connection to "172.19.117.128" on port "22" is ok
  ssh -o ConnectTimeout=80 -o StrictHostKeyChecking=no -o PreferredAuthentications=publickey -o SendEnv=no lpar2rrd@172.19.117.128  "lscurrentuser"
  connection ok


========
Summary:
========
v9000_9A00  ok
v9000_9974  ok
v7000_4B46  ok


Crontab is fine as well

[lpar2rrd@xorux stor2rrd]$ crontab -l | grep V9000 -A 1
# SVC/Storwize/Flash V9000 storage agent
*/5 * * * * /home/lpar2rrd/stor2rrd/load_svcperf.sh > /home/lpar2rrd/stor2rrd/load_svcperf.out 2>&1


lpar2rrd@xorux stor2rrd]$ cat /home/lpar2rrd/stor2rrd/load_svcperf.out
Waiting for 4309
Waiting for 4342
Waiting for 4375



If someone can help, I'm grateful.

Comments

Sign In or Register to comment.