Sun Java System Application Server Enterprise Edition 8.1 2005Q2 High Availability Administration Guide

ProcedureTo Upgrade Components Without Loss of Service

You can use the load balancer and multiple clusters to upgrade components within the Application Server without any loss of service. A component can, for example, be a JVM, the Application Server, or a web application.

This approach is not possible if:


Caution – Caution –

Upgrade all server instances in a cluster together. Otherwise, there is a risk of version mismatch caused by a session failing over from one instance to another where the instances have different versions of components running.


  1. Stop one of the clusters using the Stop Cluster button on the General Information page for the cluster.

  2. Upgrade the component in that cluster.

  3. Start the cluster using the Start Cluster button on the General Information page for the cluster.

  4. Repeat the process with the other clusters, one by one.

    Because sessions in one cluster will never fail over to sessions in another cluster, there is no risk of version mismatch caused by a session’s failing over from a server instance that is running one version of the component to another server instance (in a different cluster) that is running a different version of the component. A cluster in this way acts as a safe boundary for session failover for the server instances within it.

See Also