Brocade switches configured and connected, but no data is getting collected

Hi:

I have a AIX 7.1 system on which I've loaded STOR2RRD 2.01: configured and running.
I've added 5 Brocade switches to it (Fabric OS: 6.2.1b), they show up fine in the GUI, but there is no data collected.

Logs show nothing of interest (no errors), crontab entry is there, re-loaded with /<install_path>/load.sh, reloaded the GUI with /<install_path>/load.sh html, refreshed the browser with CTRL + F5 and still nothing.

Any suggestions on what I'm missing?

Comments

  • Update - output from load_sanperf.out:

    Switch#1: Tue Jul 11 14:00:01 EDT 2017 : starting
    Continue now   : Switch#1
    Switch#2: Tue Jul 11 14:00:01 EDT 2017 : starting
    Continue now   : Switch#2
    Switch#3: Tue Jul 11 14:00:01 EDT 2017 : starting
    Continue now   : Switch#3
    Switch#4: Tue Jul 11 14:00:01 EDT 2017 : starting
    Continue now   : Switch#4
    Switch#5: Tue Jul 11 14:00:01 EDT 2017 : starting
    Continue now   : Switch#5
    Waiting for 4325598
    Waiting for 6553604
    Waiting for 9764962
    Waiting for 7012590
    Waiting for 6094850

  • 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 
    gzip -9 logs.tar
    
    Send us logs.tar.gz via https://upload.stor2rrd.com

  • Requested logs were uploaded. Thank you very much for your quick response.
  • Hi,

    your crontab entry is wrong:
    # SAN Agent
    0 * * * * /opt/ibmMonitor/stor2rrd/load_sanperf.sh > /opt/ibmMonitor/stor2rrd/load_sanperf.out 2>&1


    SAN agent should be run every minute. Set it like this:
    * * * * * /opt/ibmMonitor/stor2rrd/load_sanperf.sh > /opt/ibmMonitor/stor2rrd/load_sanperf.out 2>&1

  • That was it!! Really appreciate it. 
Sign In or Register to comment.