How to remove Disk Array

Hi,

I've removed the VNX array from stor2rrd. It is showing up still under the health status still. What is the best way to remove this?

Thanks,
Sean

Comments

  • Hi,

    cd /home/stor2rrd/stor2rrd
    rm tmp/health_status_summary/<storage>*

    If you do not care about data then:
    rm -r data/<storage>

    To make it completely clean:
    rm -r www/<storage>


  • that worked. Thanks Pavel!
Sign In or Register to comment.