Wrong informations in configuration view on SVC

Hi,

Informations in configuration view are wrong:
No volumes displayed
Wrong names and no size for mdisk

All others data in others view seems ok.

Comments

  • Hi,

    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
    tar cvhf logs.tar logs etc tmp/*txt *out # do not miss "h" option in tar
    gzip -9 logs.tar

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

  • Hi,

    I sent the logs files.
    I also have the same trooble with all others Storwize V3700 and V7000 but only for RAID GROUP on the same stor2rrd server.

    Thank you for your help
  • Hi,

    as per you data and screenshot there is 3 POOLs, 3 mdisks and 3 volumes on that storage.
    All is presented here, just mdisks (raid groups) IDs are not mapped to names.
    As per me it is correct, what is wrong on that screenshot?
  • Hi,

    You're right for all V7000 and V3700 storage systems only mdisks IDs are not mapped to names (and the indicated size is 0)

    But on the first screnshoot the SVC (named cha-scl01) volumes are not presented.
  • Hi,

    1. maping has been just implemented (mdisk IDs to names), you will see it after applying below fix.

    2. Size of mdisks is not implemented yet.

    3. Here is a fix for not displayed volumes.
    Problem was that on that storage are volumes spread through more mdisks.

    http://www.stor2rrd.com/download/Storcfg2html.pm.gz
    Gunzip it and copy to /home/stor2rrd/stor2rrd/bin (755, stor2rrd owner)
    -rwxrwxr-x    1 stor2rrd staff         51187 Jan 12 11:07 bin/Storcfg2html.pm
    If your web browser gunzips it automatically then just rename it: mv Storcfg2html.pm.gz Storcfg2html.pm

    rm tmp/config*
    ./load.sh

    Ctrl-F5 in the GUI when it finishes.






  • Hi Pavel,

    Perfect thank you :)
Sign In or Register to comment.