Oracle® Solaris Cluster Upgrade Guide

Exit Print View

Updated: July 2014, E39644–01
 
 

How to Verify the Upgrade

Perform this procedure to verify that the cluster is successfully upgraded to Oracle Solaris Cluster 4.2 software. Perform all steps from the global zone only.

Before You Begin

  • Ensure that all upgrade procedures are completed for all cluster nodes that you are upgrading.

  • Ensure that all steps in How to Commit the Upgraded Cluster are completed successfully.

  1. On each node, assume the root role.
  2. On each upgraded node, view the installed levels of Oracle Solaris Cluster software.
    phys-schost# clnode show-rev -v

    The first line of output states which version of Oracle Solaris Cluster software the node is running. This version should match the version that you just upgraded to.

  3. From any node, verify that all upgraded cluster nodes are running in cluster mode (Online).
    phys-schost# clnode status

    See the clnode (1CL) man page for more information about displaying cluster status.

  4. From any node, view the boot environment (BE) created by the upgrade.
    # beadm list

    Record the name of the upgraded BE and any other BEs that you might want to boot back into if needed.

Example 6-1  Verifying Upgrade to Oracle Solaris Cluster 4.2 Software

The following example shows the commands used to verify upgrade of a two-node cluster to Oracle Solaris Cluster 4.2 software. The cluster node names are phys-schost-1 and phys-schost-2.

phys-schost# clnode show-rev -v
4.2
…
phys-schost# clnode status
=== Cluster Nodes ===

--- Node Status ---

Node Name                                          Status
---------                                          ------
phys-schost-1                                      Online
phys-schost-2                                      Online

Next Steps

Go to How to Finish the Upgrade.