Storage does not provide performance statistics

We have the STOR2RRD server located in Spain (Madrid), and the IBM Storwize V3700 storage in Mexico.

The time difference is 6 hours.

We constantly receive the following alert in mail:

STOR2RRD Data Health Status event for device V3700BPM
Storage does not provide performance statistics longer than 6 hours.

 Check connection to the storage under STOR2RRD user:

 cd /home/lpar2rrd/stor2rrd
 ./bin/config_check.sh V3700BPM

 Check also storage logs:
 tail /home/lpar2rrd/stor2rrd/logs/error.log-V3700BPM
 tail /home/lpar2rrd/stor2rrd/logs/output.log-V3700BPM

Are these alerts normal? Is it possible to deactivate?

Best regards

Comments

  • Hi,

    you can increase limit for these alerts by the following variable.

    cd /home/stor2rrd/stor2rrd # or where is your STOR2RRD working dir
    echo "export STOR2RRD_DATA_HEALTH_TIME=7" >>etc.magic

    After then you will receive alerts when the storage will not provide data longer than 7 hours.
  • It works well!!
    
    Thank you very much for the solution!

Sign In or Register to comment.