in /home/lpar2rrd/stor2rrd/data/3Par8400/VOLUME created file 26;29.rrd

Hello! In directory /home/lpar2rrd/stor2rrd/data/3Par8400/VOLUME created file 26;29.rrd and now the graph is not displayed. In file volumes.cfg i change ESXi_eva_352 : 26;29; on  ESXi_eva_352 : 26;, but after ./load_sh in file volumes.cfg again ESXi_eva_352 : 26;29;

in /home/lpar2rrd/stor2rrd/logs/error-cgi.log:

Fri Dec  8 11:05:55 2017: 3Par8400:VOLUME:ESXi_eva_352:io_rate:9: Could not find volume file: /home/lpar2rrd/stor2rrd/data/3Par8400/VOLUME/29.rrd /home/lpar2rrd/stor2rrd/bin/detail-graph-cgi.pl:2741

Fri Dec  8 11:05:55 2017: 3Par8400:VOLUME:ESXi_eva_352:io_rate:9: Could not find volume file: /home/lpar2rrd/stor2rrd/data/3Par8400/VOLUME/26.rrd /home/lpar2rrd/stor2rrd/bin/detail-graph-cgi.pl:2741


Somebody faced such problem?

Comments

  • Hi,

    3PAR allows to create volume names with ";" character?
  • yes, only one volume
  • I am not able to create a volume with ";" character, GUI does not allow me input such char. We do not support it.
    This is not "nice" character for our shell scripts.

    We could potentially do some workround by filtering this character, it is all I can offer, however the best would be do not use it.
  • Volums names in HP and volume.cfg without ;

    ESXi_eva_350 : 24;

    ESXi_eva_352 : 26;29;

    ESXi_eva_22 : 30;

    ESXi_eva_23 : 31;


    When i change ESXi_eva_352 : 26;29; to ESXi_eva_352 : 26; in volume.cfg after load_sh all come back

  • ok, thhere is not name with ";".
    change in volumes.cfg does not help, it will be overwiten soon.
    It looks like for our problem somewhere.

    Send us this files
    cd /home/stor2rrd/stor2rrd
    tar cvf tmp/<storage name>*.txt
    gzip ...
    https://upload.stor2rrd.com
  • ok, this was a bug, use this file:

    http://www.stor2rrd.com/download/LoadDataModule.pm.gz

    Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)
    -rwxrwxr-x 1 stor2rrd stor2rrd 1204359 Dec 13 15:24 bin/LoadDataModule.pm
    If your web browser gunzips it automatically then just rename it: mv LoadDataModule.pm.gz LoadDataModule.pm
    Assure that file size is same as above listed one

    then
    rm  data/3Par8400DataC0XS/VOLUME/volumes.cfg
    ./load.sh

    it will be included in next release 2.15





  • Many thanks, everything works!
Sign In or Register to comment.