Hitachi G1000 - Exiting dc1-g1001 as some core cfg file is missing: config.html || pool.cfg || volum

Hello, I upgraded stor2rrd to 1-32 and added Hitachi G1000 with these manual (http://www.stor2rrd.com/install.htm - thank you for that manual, it's great! ).

./bin/config_check.sh - ran without any problem, but ./load.sh got an errors -
Wed Nov  9 18:35:38 2016: dc1-g1001: Can't open /home/lpar2rrd/stor2rrd/data/dc1-g1001/config.html (fresh install or upgrade?, then it is ok): No such file or directory bin/LoadDataModule.pm:6969
Wed Nov  9 18:35:38 2016: dc1-g1001: Volumes cfg file has been found : /home/lpar2rrd/stor2rrd/data/dc1-g1001/VOLUME/volumes.cfg ./bin/storage.pl:6431
Wed Nov  9 18:35:38 2016: Exiting dc1-g1001 as some core cfg file is missing: config.html || pool.cfg || volumes.cfg
Wed Nov  9 18:35:38 2016: dc1-g1002: Can't open /home/lpar2rrd/stor2rrd/data/dc1-g1002/config.html (fresh install or upgrade?, then it is ok): No such file or directory bin/LoadDataModule.pm:6969
Wed Nov  9 18:35:38 2016: dc1-g1002: Volumes cfg file has been found : /home/lpar2rrd/stor2rrd/data/dc1-g1002/VOLUME/volumes.cfg ./bin/storage.pl:6431
Wed Nov  9 18:35:38 2016: Exiting dc1-g1002 as some core cfg file is missing: config.html || pool.cfg || volumes.cfg

Can you help me to fix it?



Comments

  • have you configured VSP astorage agent in crontab?

    if so and it still does not work even now (same error) then send us logs, we will have a look.

    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

  • Pavel, thank you for you answer. I check stor2rrd now, it's work fine. May it need to wait more than 30 minutes.
Sign In or Register to comment.