XP8 VSM

Hello,
I have a question regarding XP8 and VSM (Virtual Storage Machines) using REST API with Export Tool. 
We have two VSMs. Only data/volumes from VSM1 gets diplayed. 
I can't see data from VSM2.
The VSM2 is used to virtualize a XP7. Could this be the reason? 

VSM overview:
RS_GROUP            RGID   V_Serial#  V_ID   V_IF    Serial#
meta_resource          0      512345  R9     Y        512345 #xp8
VSM1                   1      500001  R9     Y        512345 #xp8 vsm
VSM2                   2      312345  R8     Y        512345 #xp7 vsm

thanks
regards
Martin

Comments

  • Hello Martin

    I think it should work. Try connection test of the storage

    su -l stor2rrd

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir

    ./bin/config_check.sh <storage name>


    Thank you



  • Hello Lukas,

    thanks for your answer.
    Connection to storage and export tool is working. As I mentioned only VSM2 volumes are missing on the web page.
    I can find the VSM2 volumes in the data directory /home/stor2rrd/stor2rrd/data/<storagename>/IOSTATS. So the export tool is fine but the VSM2 volumes are not listed in /home/stor2rrd/stor2rrd/data/<storagename>/config.json.

    regards
    Martin
  • Hello Martin,

    Send us logs and IOSTATS files for affected storage.

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir

    tar cvhf logs.tar logs tmp/*txt data/<storagename>/IOSTATS/*

    gzip -9 logs.tar

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

    Thank you

  • Hello Lukas,
    after some manual testing with the REST-API I found out the problem. 
    I had forgotten to give the XP8 stor2rrd user permissions to access the VSM2. Damn!
    regards
    Martin
Sign In or Register to comment.