Sun Cluster 3.0-3.1 With StorEdge A1000 Array, Netra st A1000 Array, or StorEdge A3500 System Manual

ProcedureHow to Remove a Storage Array


Caution – Caution –

This procedure removes all data that is on the storage array or storage system you are removing.


Before You Begin

This procedure relies on the following prerequisites and assumptions.

Steps
  1. Migrate any Oracle Real Application Clusters tables, data services, or volumes off the storage array or storage system.

  2. Is one of the LUNs in the storage array a quorum device? This storage array is the storage array that you are removing.


    Note –

    Your storage array or storage system might not support LUNs as quorum devices. To determine if this restriction applies to your storage array or storage system, see Restrictions and Requirements.



    # scstat -q
    
    • If no, proceed to Step 3.

    • If yes, relocate that quorum device to another suitable storage array.

      For procedures about how to add and remove quorum devices, see your Sun Cluster system administration documentation. For a list of Sun Cluster documentation, see Related Documentation.

  3. Halt all activity to the controller module.

    For instructions, see your storage device documentation and your operating system documentation.

  4. Does a volume manager manage any of the LUNs on the controller module you are removing?

    • If no, proceed to Step 10.

    • If yes, remove the LUN from any diskset or disk group. For more information, see your Solstice DiskSuite/Solaris Volume Manager or VERITAS Volume Manager documentation.

      You must completely remove LUNs that were managed by VERITAS Volume Manager from VERITAS Volume Manager control before you can delete the LUNs.


      # vxdisk offline cNtXdY
      # vxdisk rm cNtXdY
      
  5. Delete the LUN.

    For the procedure about how to delete a LUN, see your storage device's documentation.

  6. Remove the paths to the LUNs you deleted in Step 5.


    # rm /dev/rdsk/cNtXdY*
    # rm /dev/dsk/cNtXdY*
    
    # rm /dev/osa/dev/dsk/cNtXdY*
    # rm /dev/osa/dev/rdsk/cNtXdY*
    
  7. On all nodes, remove references to the storage array.


    # scdidadm -C
    
  8. (StorEdge A3500 Only) Use the lad command to determine the alternate paths to the LUN you are deleting.

    The RAID Manager software creates two paths to the LUN in the /dev/osa/dev/rdsk directory. Substitute the cNtXdY number from the other controller module in the storage array to determine the alternate path.

    For example:


    # lad
    c0t5d0 1T93600714 LUNS: 0 1
    c1t4d0 1T93500595 LUNS: 2

    Therefore, the alternate paths are as follows:


    /dev/osa/dev/dsk/c1t4d1*
    /dev/osa/dev/rdsk/c1t4d1*
  9. (StorEdge A3500 Only) Remove the alternate paths to the LUNs you deleted in Step 5.


    # rm /dev/osa/dev/dsk/cNtXdY*
    # rm /dev/osa/dev/rdsk/cNtXdY*
    
  10. Disconnect all cables from the storage array and storage system. Remove the hardware from your cluster.

  11. If you plan to remove a host adapter that has an entry in the nvramrc script, delete the references to the host adapters in the nvramrc script.


    Note –

    If no other parallel SCSI devices are connected to the nodes, you can delete the contents of the nvramrc script. At the OpenBoot PROM, set setenv use-nvramrc? to false.


  12. Remove any unused host adapter from nodes that were attached to the storage array or storage system.

    1. Shut down and power off Node A, from which you are removing a host adapter.

      For the procedure about how to shut down and power off a node, see your Sun Cluster system administration documentation. For a list of Sun Cluster documentation, see Related Documentation.

    2. Remove the host adapter from Node A.

      For the procedure about how to remove a host adapter, see the documentation that shipped with your node hardware.

    3. Perform a reconfiguration boot to create the new Solaris device files and links.

    4. Repeat Step a through Step c for Node B that was attached to the storage array or storage system.

  13. Return resource groups to their primary nodes.


    # scswitch -Z
    
  14. Are you removing the last storage array or storage system from your cluster?

    • If no, you are finished with this procedure.

    • If yes, proceed to Step 15.

  15. Remove RAID Manager patches, then remove RAID Manager software packages.


    Caution – Caution –

    If you improperly remove RAID Manager packages, the next reboot of the node fails. Before you remove RAID Manager software packages, see the Sun StorEdge RAID Manager Release Notes.


    For the procedure about how to remove software packages, see the documentation that shipped with your storage array or storage system.