Sun Cluster 3.0 Installation Guide

How to Upgrade Data Service Software Packages

Perform this procedure on each cluster node.

  1. Become superuser on a node of the cluster.

  2. Upgrade applications and apply application patches as needed.

    Refer to your application documentation for installation instructions.


    Note -

    If the applications are stored on shared disks, you must master the relevant disk groups and manually mount the relevant file systems before you upgrade the application.


  3. Add data services.

    1. Insert the Sun Cluster 3.0 data services CD-ROM into the CD-ROM drive on the node.

    2. Enter the scinstall(1M) utility.


      # scinstall
      

      Follow these guidelines while using the interactive scinstall utility.

      • Interactive scinstall enables you to type ahead. Therefore, do not press Return more than once if the next menu screen does not appear immediately.

      • Unless otherwise noted, pressing Control-D returns you either to the start of a series of related questions or to the Main Menu.

    3. To add data services, type 4 (Add support for a new data service to this cluster node).

      Follow the prompts to add data services.

    4. Eject the CD-ROM.

  4. Install any Sun Cluster data service patches.

    Refer to Sun Cluster 3.0 Release Notes for the location of patches and installation instructions.

  5. Repeat Step 1 through Step 4 on the other node of the cluster.

  6. Shut down the second node to be upgraded to Sun Cluster 3.0 software.

    Leave the second node shut down until after the first, or sponsor, node has been rebooted.


    phys-schost-2# shutdown -g 0 -y -i 0
    
  7. Reboot the first, sponsor node of the cluster.

    Ensure that the second node has been shut down before rebooting the first node. Otherwise, rebooting the first node while the second node is still up will panic the second node because quorum votes have not yet been assigned.


    phys-schost-1# shutdown -g 0 -y -i 6
    
  8. After the first node has completed booting, boot the second node.


    phys-schost-2# boot
    
  9. After both nodes have rebooted, verify from either node that both nodes are cluster members.


    # scstat -n
    Node                                               
      Node Name:                                        phys-schost-1
      Status:                                           Online
    
      Node Name:                                        phys-schost-2
      Status:                                           Online

    See the scstat(1M) man page for more information about displaying cluster status.

Where to Go From Here

To assign a quorum device and finish the upgrade, go to "How to Finish Upgrading Cluster Software".