Oracle® Solaris Cluster System Administration Guide

Exit Print View

Updated: October 2015
 
 

Updating a Zone Cluster

To update a solaris brand zone cluster, apply an SRU by using the scinstall-u update command. To update a solaris10 brand zone cluster, apply a patch by using the clzonecluster install-cluster -p command.

How to Update a solaris Brand Zone Cluster

You can update a solaris brand zone cluster by using the scinstall-u update command to apply an SRU.

  1. Assume a role that provides solaris.cluster.admin RBAC authorization on a node of the global cluster.
  2. From a node of the global cluster, update the entire node.
    phys-schost# scinstall -u update [-b be-name]

    Repeat this step on each cluster node.

  3. Reboot the cluster.
    phys-schost# clzonecluster reboot

How to Update a solaris10 Brand Zone Cluster

You can update a solaris10 brand zone cluster by applying a patch.

  1. Assume a role that provides solaris.cluster.admin RBAC authorization on a node of the global cluster.
  2. Ensure that the zone cluster is booted.

    Run either the clzonecluster boot or clzonecluster reboot command as described below. Do not run both commands.

    If the zone cluster is not booted:

    phys-schost# clzonecluster boot -o zoneclustername

    If the zone cluster is booted, reboot it into Offline Running mode:

    phys-schost# clzonecluster reboot -o zoneclustername
  3. From a node of the global cluster, update the entire solaris10 brand zone cluster.
    phys-schost# clzonecluster install-cluster -p patch-spec [options] zoneclustername

    For more information about the install-cluster subcommand, see the clzc (1CL) man page.

  4. Reboot the zone cluster.
    phys-schost# clzonecluster reboot zoneclustername