No Data in shown in for SAN Switches in stor2rrd

Hi,

I have configured stor2rrd with SAN switches, in left hand side I can see the list of SAN switches configured but there is no data generated for graph.

I tested the below command, its working correctly.
snmpwalk -v 1 -c public  <Switch_IP> 1.3.6.1.2.1.1.5
  SNMPv2-MIB::sysName.0 = STRING: SAN_switch_name


I noticed that under Stor2rrd > SAN switches > Configuration tab > Port state > Is shown as Unused.

Will it still show the data if port state is shown as unused ?
Can you please let us know if stor2rrd SAN configuration I have done is correct and if any additional configuration is needed from stor2rrd or SAN switches side.
Thanks,
Avi

Comments

  • Hi,

    run this to verify configuration:
    su - stor2rrd
    cd /home/stor2rrd/stor2rrd
    ./bin/config_check.sh


    It all is ok then you should see data in the GUI.

  • Hi Pavel, Thanks for response. I tried the config_check.sh, I got the result as
    SAN: <IP Address> : OK.  Is there any configuration I am missing on SAN side for permission ?
  • 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" >> tmp/list_data.txt
    tar cvhf logs.tar logs etc tmp/*txt *out
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.stor2rrd.com
  • Hi Pavel,
    I've got the same problem with aviratna.
    I've already follow the instruction to get the logs.tar.gz.
    Can i upload it? So you can analyze.


    Thanks,
    Jony
  • yes, send us logs.
  • Sorry pavel my mistake. The data already show now. I think there was no traffic so the data didn't shows up.
    Thanks Pavel.

    Regards,
    Jony
Sign In or Register to comment.