No graphs on Response time on IBM V9000 and VNX

Ricardo.Guidos
edited May 2017 in STOR2RRD
Hi, checking the graphs on sto2rrd, show error on Response time on IBM V9000 (read and write)  and VNX block (total)


Fri May 19 17:52:42 2017: VNX_SIT_SV:POOL:sum_resp_t:sum:0: VNX_SIT_SV:POOL:sum_resp_t failed ERROR: invalid rpn expression in: sum_resp_tm0_w_io,sum_resp_tm1_w_io,+,sum_resp_tm2_w_io,+,sum_resp_tm3_w_io,+,sum_resp_tm4_w_io,+,sum_resp_tm5_w_io,+ at /home/stor2rrd/stor2rrd/bin/detail-graph-cgi.pl line 2634.
 /home/stor2rrd/stor2rrd/bin/detail-graph-cgi.pl:467


Fri May 19 17:42:50 2017: IBM-FlashSystem_V9K_Cluster:POOL:resp_t_w:sum:0: IBM-FlashSystem_V9K_Cluster:POOL:resp_t_w failed ERROR: No DS called 'resp_t_w' in '/home/stor2rrd/stor2rrd/data/IBM-FlashSystem_V9K_Cluster/POOL/0-comp.rrd' at /home/stor2rrd/stor2rrd/bin/detail-graph-cgi.pl line 2634.
 /home/stor2rrd/stor2rrd/bin/detail-graph-cgi.pl:467



Comments

  • Here is the fix  for both issues (I suppose you are runing v2.00):

    http://www.stor2rrd.com/download/storage.pl.gz

    Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)
    -rwxrwxr-x    1 stor2rrd staff        423749 May 20 12:04 bin/storage.pl
    If your web browser gunzips it automatically then just rename it: mv storage.pl.gz storage.pl

    su - stor2rrd
    cd /home/stor2rrd/stor2rrd
    rm tmp/2*
    ./load.sh

    Ctrl-F5 in the GUI once it finishes.

  • Nice, work fine now !!!
Sign In or Register to comment.