JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster 3.3 With Sun StorEdge 9900 Series Storage Device Manual
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring a Sun StorEdge or StorageTek 9900 Series Storage Array

2.  Enabling Multipathing Software in a Sun StorEdge or StorageTek 9900 Series Storage Array

3.  Maintaining a Sun StorEdge or StorageTek 9900 Series Storage Array

Maintaining Storage Arrays

How to Remove a Storage Array

How to Replace a Host Adapter

How to Replace an FC Switch or Storage Array-to-Switch Component

Replacing a Node-to-Switch Component

How to Replace a Node-to-Switch Component in a Cluster That Uses Multipathing

How to Replace a Node-to-Switch Component in a Cluster Without Multipathing

Index

Maintaining Storage Arrays

This section contains the procedures for maintaining a storage system in a running cluster. Table 3-1 lists these procedures.

Table 3-1 Task Map: Maintaining a Storage Array

Task
Information
Remove a storage array.
Add a node to the storage array.
Oracle Solaris Cluster system administration documentation
Remove a node from the storage array.
Oracle Solaris Cluster system administration documentation
Replace a node's host adapter.
Replace an FC switch or storage array-to-switch component.
Replace a node-to-switch/storage component.

How to Remove a Storage Array

Use this procedure to permanently remove a storage array. This procedure provides the flexibility to remove the host adapters from the nodes that are attached to the storage array that you are removing.

This procedure defines Node A as the node with which you begin working. Node B is another node in the cluster.

If you need to remove a storage array from more than two nodes, repeat Step 15 through Step 23 for each additional node that connects to the storage array.


Caution

Caution - During this procedure, you lose access to the data that resides on the storage array that you are removing.


Before You Begin

This procedure provides the long forms of the Oracle Solaris Cluster commands. Most commands also have short forms. Except for the forms of the command names, the commands are identical.

To perform this procedure, become superuser or assume a role that provides solaris.cluster.read and solaris.cluster.modify role-based access control (RBAC) authorization.

  1. If necessary, back up all data and migrate all resource groups and disk device groups to another node.
  2. If the storage array that you plan to remove contains a quorum device, choose and configure another device to be the new quorum device. Then remove the old quorum device.

    To determine whether this logical volume is configured as a quorum device, use the following command.

    #clquorum show

    To add or remove a quorum device in your configuration, see your Oracle Solaris Cluster system administration documentation.

  3. If necessary, detach the submirrors from the storage array that you are removing in order to stop all I/O activity to the storage array.

    For more information, see your Solaris Volume Manager or Veritas Volume Manager documentation.

  4. Run the appropriate Solaris Volume Manager or Veritas Volume Manager commands to remove the references to the logical volumes from any diskset or disk group.

    For more information, see your Solaris Volume Manager or Veritas Volume Manager documentation.

  5. Are your nodes enabled with the Solaris dynamic reconfiguration (DR) feature?
    • If yes, disconnect the fiber-optic cables and, if desired, remove the host adapters from both nodes. Then perform Step 23 on each node that was connected to the storage array

      For the procedure about how to remove a host adapter, see the documentation that shipped with your host adapter or updated information on the manufacturer's web site.

    • If no, proceed to Step 6.
  6. Determine the resource groups and device groups that are running on Node A and Node B.

    Record this information because you use this information in Step 21 and Step 22 of this procedure to return resource groups and device groups to these nodes.

    Use the following command:

    # clresourcegroup status -n NodeA[ NodeB ...] 
    # cldevicegroup status -n NodeA[ NodeB ...]
    -n NodeA[ NodeB …]

    The node or nodes for which you are determining resource groups and device groups.

    For more information, see your Oracle Solaris Cluster system administration documentation.

  7. If you want to remove any multipathing software, remove the multipathing software packages.
  8. Shut down Node A.

    For the procedure about how to shut down a node, see your Oracle Solaris Cluster system administration documentation.

  9. Disconnect the fiber-optic cable between the storage array and Node A.
  10. If you do not want to remove host adapters from Node A, skip to Step 13.
  11. If you want to remove the host adapter from Node A, power off Node A.
  12. Remove the host adapter from Node A.

    For the procedure about how to remove host adapters, see the documentation that shipped with your host adapter or updated information on the manufacturer's web site.

  13. Power on Node A and allow it to boot into cluster mode.

    For more information, see the documentation that shipped with your server. For more information about how to boot nodes, see Chapter 3, Shutting Down and Booting a Cluster, in Oracle Solaris Cluster System Administration Guide.

  14. On Node A, update the device namespace.
    # devfsadm -C
  15. Shut down Node B.

    For the procedure about how to shut down a node, see your Oracle Solaris Cluster system administration documentation.

  16. Disconnect the fiber-optic cable between the storage array and Node B.
  17. If you do not want to remove host adapters from Node B, skip to Step 20.
  18. If you want to remove the host adapter from Node B, power off Node B.
  19. Remove the host adapter from Node B.

    For the procedure about how to remove host adapters, see the documentation that shipped with your server and host adapter.

  20. Power on Node B and allow it to boot into cluster mode.

    For more information, see the documentation that shipped with your server. For more information about how to boot nodes, see Chapter 3, Shutting Down and Booting a Cluster, in Oracle Solaris Cluster System Administration Guide.

  21. (Optional) Restore the device groups to the original node.

    Perform the following step for each device group you want to return to the original node.

    # cldevicegroup switch -n nodename devicegroup1[ devicegroup2 ...]
    -n nodename

    The node to which you are restoring device groups.

    devicegroup1[ devicegroup2 …]

    The device group or groups that you are restoring to the node.

  22. (Optional) Restore the resource groups to the original node.

    Perform the following step for each resource group you want to return to the original node.

    # clresourcegroup switch -n nodename resourcegroup1[ resourcegroup2 …]
    nodename

    For failover resource groups, the node to which the groups are returned. For scalable resource groups, the node list to which the groups are returned.

    resourcegroup1[ resourcegroup2 …]

    The resource group or groups that you are returning to the node or nodes.

  23. On Node B, update the device namespace.
    # devfsadm -C
  24. Repeat Step 15 through Step 22 for each additional node that connects to the storage array.
  25. From one node, remove device ID references to the storage array that was removed.
    # cldevice clear

How to Replace a Host Adapter

Use this procedure to replace a failed host adapter in a running cluster. This procedure defines Node A as the node with the failed host adapter that you are replacing.

Before You Begin

This procedure relies on the following prerequisites and assumptions.

This procedure provides the long forms of the Oracle Solaris Cluster commands. Most commands also have short forms. Except for the forms of the command names, the commands are identical.

  1. Become superuser or assume a role that provides solaris.cluster.read and solaris.cluster.modify RBAC authorization.
  2. Determine the resource groups and device groups that are running on Node A.

    Record this information because you use this information in Step 10 and Step 11 of this procedure to return resource groups and device groups to Node A.

    # clresourcegroup status -n NodeA 
    # cldevicegroup status -n NodeA
    -n NodeA

    The node for which you are determining resource groups and device groups.

  3. Move all resource groups and device groups off Node A.
    # clnode evacuate nodename
  4. Shut down Node A.

    For the full procedure about how to shut down and power off a node, see Chapter 3, Shutting Down and Booting a Cluster, in Oracle Solaris Cluster System Administration Guide.

  5. Power off Node A.
  6. Replace the failed host adapter.

    To remove and add host adapters, see the documentation that shipped with your nodes.

  7. If you need to upgrade the node's host adapter firmware, boot Node A into noncluster mode by adding -x to your boot instruction. Proceed to Step 8.

    If you do not need to upgrade firmware, skip to Step 9.

  8. Upgrade the host adapter firmware on Node A.

    The Oracle Enterprise Manager Ops Center 2.5 software helps you patch and monitor your data center assets. Oracle Enterprise Manager Ops Center 2.5 helps improve operational efficiency and ensures that you have the latest software patches for your software. Contact your Oracle representative to purchase Oracle Enterprise Manager Ops Center 2.5.

    Additional information for using the Oracle patch management tools is provided in Oracle Solaris Administration Guide: Basic Administration at http://docs.sun.com. Refer to the version of this manual for the Oracle Solaris OS release that you have installed.

    If you must apply a patch when a node is in noncluster mode, you can apply it in a rolling fashion, one node at a time, unless instructions for a patch require that you shut down the entire cluster. Follow the procedures in How to Apply a Rebooting Patch (Node) in Oracle Solaris Cluster System Administration Guide to prepare the node and to boot it in noncluster mode. For ease of installation, consider applying all patches at the same time. That is, apply all patches to the node that you place in noncluster mode.

    For required firmware, see the Sun System Handbook.

  9. Boot Node A into cluster mode.

    For more information about how to boot nodes, see Chapter 3, Shutting Down and Booting a Cluster, in Oracle Solaris Cluster System Administration Guide.

  10. (Optional) Restore the device groups to the original node.

    Do the following for each device group that you want to return to the original node.

    # cldevicegroup switch -n nodename devicegroup1[ devicegroup2 ...]
    -n nodename

    The node to which you are restoring device groups.

    devicegroup1[ devicegroup2 …]

    The device group or groups that you are restoring to the node.

  11. (Optional) Restore the resource groups to the original node.

    Do the following for each resource group that you want to return to the original node.

    # clresourcegroup switch -n nodename resourcegroup1[ resourcegroup2 …]
    nodename

    For failover resource groups, the node to which the groups are returned. For scalable resource groups, the node list to which the groups are returned.

    resourcegroup1[ resourcegroup2 …]

    The resource group or groups that you are returning to the node or nodes.

How to Replace an FC Switch or Storage Array-to-Switch Component

Use this procedure to replace an FC switch, or the following storage array-to-switch components in a running cluster.

Replacing a Node-to-Switch Component

Use this procedure to replace a node-to-switch component that has failed or that you suspect might be contributing to a problem.


Note - Node-to-switch components that are covered by this procedure include the following components:

To replace a host adapter, see How to Replace a Host Adapter.


This procedure defines Node A as the node that is connected to the node-to-switch component that you are replacing. This procedure assumes that, except for the component you are replacing, your cluster is operational.

Ensure that you are following the appropriate instructions:

How to Replace a Node-to-Switch Component in a Cluster That Uses Multipathing

  1. If your configuration is active-passive, and if the active path is the path that needs a component replaced, make that path passive.
  2. Replace the component.

    Refer to your hardware documentation for any component-specific instructions.

  3. (Optional) If your configuration is active-passive and you changed your configuration in Step 1, switch your original data path back to active.

How to Replace a Node-to-Switch Component in a Cluster Without Multipathing

Before You Begin

This procedure provides the long forms of the Oracle Solaris Cluster commands. Most commands also have short forms. Except for the forms of the command names, the commands are identical.

  1. Become superuser or assume a role that provides solaris.cluster.read and solaris.cluster.modify RBAC authorization.
  2. If the physical data path has failed, do the following:
    1. Replace the component.
    2. Fix the volume manager error that was caused by the failed data path.
    3. (Optional) If necessary, return resource groups and device groups to this node.

    You have completed this procedure.

  3. If the physical data path has not failed, determine the resource groups and device groups that are running on Node A.
    # clresourcegroup status -n NodeA
    # cldevicegroup status -n NodeA
    -n NodeA

    The node for which you are determining resource groups and device groups.

  4. Move all resource groups and device groups to another node.
    # clnode evacuate nodename
  5. Replace the node-to-switch component.

    Refer to your hardware documentation for any component-specific instructions.

  6. (Optional) Restore the device groups to the original node.

    Do the following for each device group that you want to return to the original node.

    # cldevicegroup switch -n nodename devicegroup1[ devicegroup2 ...]
    -n nodename

    The node to which you are restoring device groups.

    devicegroup1[ devicegroup2 …]

    The device group or groups that you are restoring to the node.

  7. (Optional) Restore the resource groups to the original node.

    Do the following for each resource group that you want to return to the original node.

    # clresourcegroup switch -n nodename resourcegroup1[ resourcegroup2 …]
    nodename

    For failover resource groups, the node to which the groups are returned. For scalable resource groups, the node list to which the groups are returned.

    resourcegroup1[ resourcegroup2 …]

    The resource group or groups that you are returning to the node or nodes.