Installation

How to remove storage

  • Remove the storage in UI --> settings icon --> Storage

  • Kill *perf* process which has that storage name in argument (if there is any)

  • Remove storage data
    # su - stor2rrd (lpar2rrd user on the  Virtual Appliance)
    $ cd /home/stor2rrd/stor2rrd # or where is your product working dir
    $ rm -rf data/<storage> tmp/<storage> www/<storage>
    $ rm -f  tmp/*<storage>*cmd tmp/connection_status_summary/<storage>* tmp/health_status_summary/<storage>* tmp/mirror-status/<storage>.txt
    
  • Create new UI
    $ ./load.sh html
    
  • Refresh the web browser (Ctrl-F5)

How to remove SAN switch

  • Remove the switch in UI --> settings icon --> SAN

  • Remove data
    # su - stor2rrd (lpar2rrd user on the  Virtual Appliance)
    $ cd /home/stor2rrd/stor2rrd # or where is your product working dir
    $ rm -rf data/<SAN switch> tmp/<SAN switch> www/<SAN switch>
    $ rm -f   tmp/connection_status_summary/<SAN switch>* tmp/health_status_summary/<SAN switch>*
    
    Note for BNA usage: SAN switch names contain suffix "-BNA", add it to your switch names for above "rm" commmand.

  • Create new UI
    $ ./load.sh html
    
  • Refresh the web browser (Ctrl-F5)

How to remove LAN switch

  • Remove the switch in UI --> settings icon --> LAN

  • Remove data
    # su - stor2rrd (lpar2rrd user on the  Virtual Appliance)
    $ cd /home/stor2rrd/stor2rrd # or where is your product working dir
    $ rm -rf data/<LAN switch> tmp/<LAN switch> www/<LAN switch>
    $ rm -f  tmp/health_status_summary/<LAN switch>*
    
  • Create new UI
    $ ./load.sh html
    
  • Refresh the web browser (Ctrl-F5)