Problem with setting up AMS storage

Hi,

I made all steps (I hope) from installation guide for AMS/HUS storage. Problem is that running  command ./load.sh output error messages. Could You help me with that problem?
Regards Grzegorz

Command output

Image environment is set
start time san : Fri Oct 28 14:01:50 CEST 2016
STOR2RRD free version 1.32-2
Alarm          : 3600
RRDTool version: 1.4008
Switches found : 0
Fabrics found  : 0
ISL found      : 0
Unsupported storage type:  (Hitachi)
Unsupported storage type:  (HUS)
start time stor: Fri Oct 28 14:01:50 CEST 2016
STOR2RRD free version 1.32-2 (1.32-2)
Host           : xorux.localdomain
Alarm          : 3600
RRDTool version: 1.4008
Storage        : AMS2100_SNT
Storage type   : HUS
IO/DATA limits : volume limits : IO_MAX:10; DATA_MAX:256 RESPONSE_MAX:2 CACHE_MAX:1024
updating RRD   : AMS2100_SNT:HUS
config file    : AMS2100_SNT: no new config input file found
load nicks     : AMS2100_SNT : VOLUME
ERROR          : AMS2100_SNT: Can't open /home/lpar2rrd/stor2rrd/data/AMS2100_SNT/config.html (fresh install or upgrade?, then it is ok): No such file or directory bin/LoadDataModule.pm:6969
ERROR          : AMS2100_SNT: Volumes cfg file has been found : /home/lpar2rrd/stor2rrd/data/AMS2100_SNT/VOLUME/volumes.cfg ./bin/storage.pl:6431
ERROR          : Exiting AMS2100_SNT as some core cfg file is missing: config.html || pool.cfg || volumes.cfg
Custom start    : free : 1
Finished       : Fri Oct 28 14:01:50 2016, run time: 0 secs
heatmap-stor   : start Fri Oct 28 14:01:50 2016
heatmap-stor   : set Data IN utilization for 0 ports
heatmap-stor   : set Data OUT utilization for 0 ports
heatmap-stor   : end Fri Oct 28 14:01:50 2016
start time html: Fri Oct 28 14:01:50 CEST 2016
installing WWW : install-html.sh
Host identif   : Linux xorux.localdomain 3.10.0-327.28.2.el7.x86_64 #1 SMP Wed Aug 3 11:11:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux 007f0100
Apparently nothing new, install_html.sh exiting
end time       : Fri Oct 28 14:01:50 CEST 2016
An error occured, check /home/lpar2rrd/stor2rrd/logs/error.log and output of load.sh

$ tail -3 /home/lpar2rrd/stor2rrd/logs/error.log

Fri Oct 28 14:01:50 2016: AMS2100_SNT: Can't open /home/lpar2rrd/stor2rrd/data/AMS2100_SNT/config.html (fresh install or upgrade?, then it is ok): No such file or directory bin/LoadDataModule.pm:6969
Fri Oct 28 14:01:50 2016: AMS2100_SNT: Volumes cfg file has been found : /home/lpar2rrd/stor2rrd/data/AMS2100_SNT/VOLUME/volumes.cfg ./bin/storage.pl:6431
Fri Oct 28 14:01:50 2016: Exiting AMS2100_SNT as some core cfg file is missing: config.html || pool.cfg || volumes.cfg
Fri Oct 28 14:01:50 CEST 2016


Comments

  • Hi,

    is storage pass this?
    su - stor2rrd
    cd/home/stor2rrd/stor2rrd
    ./bin/config-check.sh

    If so then wait an hour after initial configuration, it might taje some time to get initial configuration from the storage.
    have you schedulled this in crontab?
    0,5,10,15,20,25,30,35,40,45,50,55 * * * * /home/stor2rrd/stor2rrd/load_husperf.sh > /home/stor2rrd/stor2rrd/load_husperf.out

    If all is ok and no data then send us logs
    Pls note a short problem description in the text field of the upload form.

    cd /home/stor2rrd/stor2rrd          # or where is your STOR2RRD working dir
    find data -exec ls -ld {} \; > tmp/list_data.txt
    ps -ef |egrep "2rrd|svc|xiv|ds8|ds5|hus|vspg|netapp|horcm" >> tmp/list_data.txt
    tar cvhf logs.tar logs etc tmp/*txt tmp/*out # do not miss "h" option in tar
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com



  • Hi,

    I checked storage communication. It is ok. I'm using virtual machine version so confirm that first command to collect logs should be  cd /home/lpar2rrd/stor2rrd  
    Regards Grzegorz

  • both is ok, it is symlinked
    /home/stor2rrd/stor2rrd  == /home/lpar2rrd/stor2rrd




  • Logs uploaded
    Regards Grzegorz
Sign In or Register to comment.