# CLUSTER_README

NAME: Java ES 5 Accumulated Patch Cluster Solaris 9
DATE: Mar/20/07


CLUSTER DESCRIPTION
-------------------

This patch cluster provides patches for the designated Java ES release
family version (e.g. base release and all updates) for the target operating
system version.  The cluster contains all patches released to date to
support the target Java ES release family.  This includes patches that
fix security, performance and functional issues as well as, in some
limited cases, introduce new functionality.  The cluster is updated
as new patches are released.

This bundled set of patches is provided as a convenience.  The individual
patches contained in this cluster can also be individually downloaded
from sunsolve.sun.com.  Carefully read all important notes and install
instructions provided in this README file as well as the individual
patch README files before installing the patches from this cluster.  A
cluster grouping does not necessarily imply that additional
compatibility testing has occurred since the individual patches
were released.

This patch cluster should be applied to systems that have the designated
Java ES release installed.


PATCHES INCLUDED:
-----------------

125245-01  Java DB 10.1: patch upgrade to version 10.2.2.0
125358-01  NSS_NSPR_JSS 3.11.6: NSPR 4.6.6 / NSS 3.11.6 / JSS 4.2.4


IMPORTANT NOTES AND WARNINGS:
-----------------------------

SYSTEMS WITH LIMITED DISK SPACE SHOULD *NOT* INSTALL PATCHES:  With or
without using the save option, the patch installation process will
still require some amount of disk space for installation and
administrative tasks in the /, /usr, /var, or /opt directories where
patches are typically installed.  The exact amount of space will depend
on the machine's architecture, software packages already installed, and
the difference in the patched objects size.  To be safe, it is not
recommended that a patch cluster be installed on a system with less
than 10 MBytes of available space in each of these directories. Running
out of disk space during installation may result in only partially
loaded patches.  Be sure a recent full system backup is available in
case a problem occurs, and check to be sure adequate disk space is
available before installing the patch cluster.

SAVE AND BACKOUT OPTIONS:
By default, the cluster installation procedure uses the patchadd
command save feature to save the base objects being patched.  Prior to
installing the patches the cluster installation script will first
determine if enough system disk space is available in /var/sadm/patch
to save the base objects and will terminate if not.  Patches can only
be individually backed out with the original object restored if the
save option was used when installing this cluster.  Please later refer
to the patchrm command manual page for instructions and more
information.  It is possible to override the save feature by using the
[-nosave] option when executing the cluster installation script.  Using
the nosave option, however, means that you will not be able to backout
individual patches if the need arises.

SPECIAL INSTALL INSTRUCTIONS:
As with any patch individually applied, there may be additional special
installation instructions which are documented in the individual patch
README file.  It is recommended that each individual patch readme is
reviewed before installing this cluster to determine if any additional
installation steps are necessary for a patch.  Otherwise it is possible
that an individual patch may still not be completely installed in all
respects after the cluster has been installed.

DISKLESS CLIENT SYSTEMS:
On server machines that service diskless clients, a
patch is NOT applied to existing clients or to the client root template
space.  Therefore, all client machines of the server that will need
this cluster will have to individually apply this cluster.  Install
this cluster on the client machines first, then the server.

A PATCH MAY NOT BE APPLIED:
Under certain circumstances listed below, a particular patch provided in
this cluster may not be installed if:

- The patch applies to a package that has not originally been installed
- The same or newer revision of the patch has already been installed
- The patch was obsoleted by another patch that has already been installed
- The package database is corrupt or missing

Use the 'showrev -p' command to compare the list of patches already
installed on the system with the patch list and revision levels provided
in this cluster.  During installation, the install process will indicate
if a patch was not applied and more detailed installation messages will
be logged to the installation log file.  The README file with each patch
also provides documentation regarding install and backout messages.

OLDER VERSIONS OF PATCHES ALREADY INSTALLED:
Backout of older versions of patches provided in the cluster is not
required in order for the newer version to be installed.  However
not backing out an older rev before installing a newer rev will
cause showrev -p to continue to show the older rev along with the
newer rev.  And, if the older rev was previously installed with
the save option, the older rev will continue to occupy disk space
in /var/sadm/patch even though it has been obsoleted by the new rev.
The patchrm command will only allow the most recently saved
objects to be restored, thus there are no serious risks associated
with leaving an older rev on the system.  It just may, however,
avoid confusion and be more economical to first backout an older
patch revision before installing a newer revision.

INSTALL INSTRUCTIONS:
---------------------

1) If the cluster was received as a .zip file it should be unzipped.

2) It is recommneded that services to be patched be stopped prior
   to patching them.

3) Decide on which method you wish to install the cluster:

   Recommended Method Using Save Feature:

   By default, the cluster installation procedure uses the patchadd
   save feature to save the original objects being patched.  Prior
   to installing the patches the cluster installation script will
   first determine if enough system disk space is available in
   /var/sadm/patch to save the objects and will terminate if not.
   Using the default save feature is recommended.

   Method Using No Save Option:

   It is possible to override the save feature by using the [-nosave]
   option when executing the cluster installation script.  Using the
   nosave option means that you will not be able to backout individual
   patches if the need arises.

4) Run the install_cluster script

        cd <patch cluster directory>
        ./install_cluster

   By default, a message warning the user to check for minimum disk
   space allowance (separate from the save feature) will appear
   and allow the user to abort if inadequate space exists.  To
   suppress this interactive message the "-q" (quiet) option can
   be used when invoking install_cluster.

   The progress of the script will be displayed on your terminal.
   It should look something like:

   # ./install_cluster

   Patch cluster install script for <cluster name>

   Determining if sufficient save space exists...
   Sufficient save space exists, continuing...
   Installing patches located in <patch cluster directory>
   Installing <patch-id>
   Installing <patch-id>
   .
   .
   .
   Installing <patch-id>

   For more installation messages refer to the installation logfile:
      /var/sadm/install_data/<cluster name>_log

   Use '/usr/bin/showrev -p' to verify installed patch-ids.
   Refer to individual patch README files for more patch detail.
   Rebooting the system is usually necessary after installation.
   #

5) Check the logfile if more detail is needed.

   If errors are encountered during the installation of this cluster,
   error messages will be displayed during installation.  More details
   about the causes of failure can be found in the detail logfile:

        more /var/sadm/install_data/<cluster name>_log

   If this log file previously existed the latest cluster installation
   data will be concatenated to the file, so check the end of the file.

6) Start or restart any services that were patched.

