Go to main content

Oracle® Solaris Cluster 4.3 System Administration Guide

Exit Print View

Updated: June 2017
 
 

Updating or Patching a Zone Cluster

To update a solaris branded zone cluster, you apply an SRU by using the scinstall-u update command.

To patch a solaris10 branded zone cluster, apply a patch by using the clzonecluster install-cluster -p command or the patchadd command, or by patching an alternate boot environment.

This section provides the following procedures:

How to Update a solaris Branded Zone Cluster

Perform this procedure to update a solaris branded zone cluster by using the scinstall-u update command to apply an SRU.

  1. Assume a role that provides solaris.cluster.admin 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 Patch a solaris10 Branded Zone Cluster (clzonecluster)

Perform this procedure from one node of the global cluster.

  1. Assume a role that provides solaris.cluster.admin authorization on a node of the global cluster.
  2. Boot the zone cluster into Offline Running mode.
    • If the zone cluster is not booted, run the following command.
      phys-schost# clzonecluster boot -o zone-cluster
    • If the zone cluster is booted, run the following command.
      phys-schost# clzonecluster reboot -o zone-cluster
  3. From one node of the global cluster, patch the entire solaris10 branded zone cluster.
    phys-schost# clzonecluster install-cluster -p patch-spec [options] zone-cluster

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


    Note -  If the scinstall -u update command fails with a message that the pkg command is out of date, follow the instructions in the message.
  4. Reboot the zone cluster.
    phys-schost# clzonecluster reboot zone-cluster

How to Patch a solaris10 Branded Zone in a Zone Cluster (patchadd)

Perform the following steps on each configured zone-cluster node.

  1. Bring the zone cluster into an offline-running state.
    phys-schost# clzonecluster reboot -o zone-cluster
  2. Log in to the zone-cluster node.
    phys-schost# zlogin zone-cluster
  3. From the command line, type patchadd.
    zchost# patchadd
  4. Install the patches that correspond to the new release.

How to Patch an Alternate Boot Environment for a Zone in a solaris10 Branded Zone Cluster

Use this procedure to patch an alternate boot environment (BE) for the zone of zone-cluster node. This method provides the option of backing out of the patched BE if necessary.

  1. Become administrator for the zone of the zone-cluster node you want to patch.
  2. Create, patch, and activate a new boot environment, then use the shutdown command to reboot the zone.

    Follow instructions for these tasks that are contained in How to Create and Activate Multiple Boot Environments on a solaris10 Branded Zone in Creating and Using Oracle Solaris 10 Zones.

  3. Repeat the preceding steps for the zones of any other zone-cluster nodes that you need to patch.