Sun Cluster 3.0 Release Notes

Hardware Guide

In the Sun Cluster 3.0 Hardware Guide, the following procedures are incorrect or do not exist:

How to Move a Disk Cable to a New Adapter

Use the following procedure to move a disk cable to a new adapter within a node.

  1. Quiesce all I/O to the affected disk(s).

  2. Unplug the cable from the old adapter.

  3. Run the cfgadm(1M) command on the local node to unconfigure all drives affected by the move.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  4. Run the devfsadm -C command on the local node to clean up the Solaris device link.

  5. Run the scdidadm -C command on the local node to clean up the DID device path.

  6. Connect the cable to the new adapter.

  7. Run the cfgadm command on the local node to configure the drives in the new location.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  8. Run the scgdevs command to add the new DID device path.

How to Move a Disk Cable From One Node to Another

Use the following procedure to move a disk cable from one node to another node.

  1. Delete all references to the path you wish to remove from all volume manager and data service configurations.

  2. Quiesce all I/O to the affected disk(s).

  3. Unplug the cable from the old node.

  4. Run the cfgadm command on the old node to unconfigure all drives affected by the move.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  5. Run the devfsadm -C command on the old node to clean up the Solaris device link.

  6. Run the scdidadm -C command on the old node to clean up the DID device path.

  7. Connect the cable to the new node.

  8. Run the cfgadm command on the new node to configure the drives in the new location.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  9. Run the devfsadm command on the new node to create the new Solaris device links.

  10. Run the scgdevs command on the new node to add the new DID device path.

  11. Add the path on the new node to any required volume manager and data service configurations.

    When configuring data services, check that your node failover preferences are set to reflect the new configuration.

How to Update Cluster Software to Reflect Proper Device Configuration

If the preceding procedures are not followed correctly, an error might be logged the next time you run the scdidadm -r command or the scgdevs command. To update the cluster software to reflect the proper device configuration, perform the following steps.

  1. Make sure cable configuration is as you want it to be. Make sure the cable is detached from the old node.

  2. Make sure the old node is removed from any required volume manager or data service configurations.

  3. Run the cfgadm command on the old node to unconfigure all drives affected by the move.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  4. Run the devfsadm -C command on the node from where you removed the cable.

  5. Run the scdidadm -C command on the node from where you removed the cable.

  6. Run the cfgadm command on the new node to configure the drives in the new location.

    Or, reboot the node by using the following command.


    # reboot -- -r
    
  7. Run the scgdevs command on the new node to add the new DID device path.

  8. Run the scdidadm -R device command on the new node to make sure that SCSI reservations are in the correct state.