After 1.35 graphs incomplete due to statistics_frequency set to 1

At ibm svc statistics_frequency gets set to 1 at 0:00 by stor2rrd. Setting it manually to 5 fixes the Problem temporarly, but it gets reset to 1 at 0:00. In Version 1.31 this Problem did not exist. Anyway we would prefer if stor2rrd would not Change this Setting so that we can decide.

Comments

  • Hi,

    this output:
    cd /home/stor2rrd/stor2rrd
    grep ":SWIZ:" etc/storage-list.cfg
    grep SAMPLE etc/stor2rrd.cfg
  • Hi,

    svc storage system name is dvp500001.

    Regards, Jan


    app500003:~ # cd /home/stor2rrd/stor2rrd
    app500003:/home/stor2rrd/stor2rrd # grep ":SWIZ:" etc/storage-list.cfg
    # Storage name alias:SWIZ:_cluster_ip_:_ssh_key_file_:VOLUME_AGG_DATA_LIM:VOLUME_AGG_IO_LIM:SAMPLE_RATE_MINS
    dvp500001:SWIZ:dvp500001::::1
    app500003:/home/stor2rrd/stor2rrd # grep SAMPLE etc/stor2rrd.cfg
      SAMPLE_RATE=300
    export STORAGE_LIST STORAGE_USER WEBDIR INPUTDIR RRDTOOL DEBUG PERL PICTURE_COLOR SAMPLE_RATE
    export RRDHEIGHT RRDWIDTH PERL5LIB ERRLOG SAMPLE_RATE TOPTEN BINDIR HUS_CLIDIR



  • place 5 in this line at the end in etc/storage-list.cfg
    dvp500001:SWIZ:dvp500001::::5

  • Great. Worked perfectly. Thanks.
Sign In or Register to comment.