Go to main content

Updating Your Oracle® Solaris Cluster 4.4 Environment

Exit Print View

Updated: March 2019
 
 

How to Verify the Update

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

Before You Begin

  • Ensure that all update procedures are completed for all cluster nodes that you are updating.

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

  1. On each node, assume the root role.
  2. On each updated 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 updated to.

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

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

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

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

Example 1  Verifying Update to Oracle Solaris Cluster 4.4 Software

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

phys-schost# clnode show-rev -v
4.4
…
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 Update.