Sun Java logo     Previous      Contents      Index      Next     

Sun logo
Sun Java Enterprise System Upgrade Guide for HP-UX  

Chapter 16
Portal Server Remote Access

This chapter describes how to upgrade Portal Server Secure Remote Access to Java ES 2005Q4 (Release 4): Sun Java System Portal Server Secure Remote Access 6 2005Q4.

The chapter provides a general overview of upgrade issues and procedures for the different upgrade paths supported by Java ES Release 4.


Note

File locations in this chapter are specified with respect to a directory path referred to as PortalServer-base. It is the same directory path used for Portal Server file locations. At least part of this path might have been specified as an installation directory when Portal Server was initially installed. If not, the Java ES installer assigned a default value.

The default value of PortalServer-base is /opt/sun/portal_svr.



Overview of Portal Server Secure Remote Access Upgrades

This section describes the following general aspects of Portal Server Secure Remote Access that impact upgrading to Java ES 2005Q4 (Release 4):

About Java ES Release 4 Portal Server Secure Remote Access

Java ES Release 4 Portal Server Secure Remote Access mostly represents bug fixes. There is no major new functionality with respect to Release 3.

Portal Server Secure Remote Access Upgrade Roadmap

Table 16-1 shows the supported Portal Server Secure Remote Access upgrade paths to Java ES Release 4.

Table 16-1  Upgrade Paths to Java ES Release 4: Sun Java System Portal Server Secure Remote Access 6 2005Q4

Java ES Release

Component

General Approach

Re-configuration Required

Release 3

Sun Java System Portal Server Secure Remote Access 6 2005Q1

Direct upgrade:
Performed by applying patches.

None

Portal Server Secure Remote Access Data

The following table shows the type of data that could be impacted by an upgrade of Portal Server Secure Remote Access software.

Table 16-2  Portal Server Secure Remote Access Data Usage

Type of Data

Location

Usage

Configuration data

/etc/PortalServer-base/

/var/PortalServer-base

Configuration of Portal Server Remote Access

Directory schema

User data

Directory Server

Portal Server Secure Remote Access depends on user profile data that is stored in the directory.

Dynamic application data

None

Portal Server Secure Remote Access does not persistently store application data such as session state.

Compatibility Issues

Release 4 Portal Server Secure Remote Access does not introduce any interface changes. Portal Server Secure Remote Access is backwardly compatible with earlier versions.

Portal Server Secure Remote Access Dependencies

Portal Server Secure Remote Access dependencies on other Java ES components can impact the procedure for upgrading and re-configuring Portal Server Secure Remote Access software. Changes in Portal Server Secure Remote Access interfaces or functions, for example, could require upgraded version of components upon which Portal Server Secure Remote Access depends. The need to upgrade such components depends upon the specific upgrade path.

Portal Server Secure Remote Access has dependencies on the following Java ES components:


Upgrading Portal Server Secure Remote Access from Java ES Release 3

This section includes information about upgrading Portal Server Secure Remote Access from Java ES 2005Q1 (Release 3) to Java ES Release 4. The section covers the following topics:

Introduction

When upgrading Java ES Release 3 Portal Server Secure Remote Access to Release 4, consider the following aspects of the upgrade process:

Portal Server Secure Remote Access Upgrade

This section describes how to perform an upgrade of Portal Server Secure Remote Access from Java ES Release 3 to Java ES Release 4. The section covers the following topics:

Pre-Upgrade Tasks

Before you upgrade Portal Server Secure Remote Access you should perform the tasks described below

Table 16-3  Portal Server Version Verification Outputs1

Java ES Release

Portal Server Version Number

Release 3

6.3.1

Release 4

6.3.1

1The only difference between Release 3 and Release 4 is a patch. You can check for the Release 4 patches using the swlist <patch_ID>.

Upgrade Portal Server Dependencies

It is generally recommended that all Java ES components on a computer system (and in a computing environment) be upgraded to Java ES Release 4. However, Portal Server has a hard upgrade dependency only on the Mobile Access Core (MA Core) shared component. Upgrading of other Java ES Release 3 components upon which Portal Server depends is therefore optional.

However, if you choose to upgrade all Portal Server Secure Remote Access dependencies, they should be upgraded in the following order, all before you upgrade Portal Server Secure Remote Access. You can skip any that might already have been upgraded.

  1. Shared Components. Instructions for upgrading Java ES shared components to Release 4 are provided in Upgrading Java ES Shared Components.
  2. Directory Server. Instructions for upgrading Directory Server to Release 4 are provided in Directory Server and Administration Server.
  3. Access Manager (Access Manager SDK). Instructions for upgrading Access Manager to Release 4 are provided in Access Manager.
  4. Portal Server. Instructions for upgrading Portal Server are provided in Chapter 15, "Portal Server".
Back Up Release 3 Portal Server Secure Remote Access Configuration Information

Upgrade of Portal Server Secure Remote Access to Release 4 does not require the re-configuration of Portal Server Secure Remote Access software. However, as a safety measure you can back up the following directories where configuration information is stored:

/etc/PortalServer-base/

/var/PortalServer-base

Upgrading Portal Server Secure Remote Access

This section discusses considerations that impact the upgrade procedure for Portal Server Secure Remote Access followed by a description of the procedure itself.

Upgrade Considerations

The upgrade of Portal Server Secure Remote Access software to Java ES Release 4 takes into account the following considerations:

Table 16-4  Patches1 to Upgrade Portal Server Secure Remote Access

Component

Patch-ID

Portal Server Core

121519-01

1Patch revision numbers are the minimum required for upgrade to Java ES Release 4. If newer revisions become available, use the newer ones instead of those shown in the table.

Upgrade Procedure

The procedure documented below applies to Portal Server Secure Remote Access on the computer where the upgrade is taking place.

  1. Obtain the required patches, based on Table 16-4.
  2. Patches can be downloaded from:

    http://sunsolve.sun.com.

  3. Log in as superuser.
  4. su root

  5. Stop Portal Server Secure Remote Access processes.
  6. /sbin/init.d/gateway stop

    /sbin/init.d/netletd stop

    /sbin/init.d/rwproxyd stop

  7. If you have not already done so, upgrade the MA Core shared component and any others you wish to upgrade.
  8. Apply the appropriate Portal Server patches in Table 16-4.
  9. swinstall -s <absolute-location>/<patch_ID> <patch_ID>.

  10. Confirm that the patch upgrade was successful:
  11. swlist <patch_ID>

    The output should return the versions of patch IDs applied in Step 5.

  12. Restart Portal Server Secure Remote Access processes.
  13. /sbin/init.d/gateway start

    /sbin/init.d/netletd start

    /sbin/init.d/rwproxyd start

Verifying the Upgrade

The upgrade of Portal Server Secure Remote Access to Release 4 is verified by confirming that the upgrade patches have been properly applied. The steps for this verification were included in Verifying the Upgrade.

In addition, you can use the following commands:

See Table 16-3 for output values.

Beyond these tests of the patch upgrade you can verify that what previously worked still works and that bug fixes of interest have actually been fixed.

Post-Upgrade Tasks

There are no post-upgrade tasks beyond the steps described in Upgrade Procedure.

Rolling Back the Upgrade

This section describes considerations that impact the upgrade rollback procedure for Portal Server Secure Remote Access followed by the procedure itself.

Rollback Considerations

The procedure for rolling back the upgrade to Release 4 of Portal Server Secure Remote Access is pretty much the reverse of the procedure for upgrading to Release 4. The re-configurations are rolled back and the patches are removed.

Rollback Procedure
  1. Log in as superuser.
  2. su root

  3. Stop Portal Server Secure Remote Access processes.
  4. /sbin/init.d/gateway stop

    /sbin/init.d/netletd stop

    /sbin/init.d/rwproxyd stop

  5. Remove the patches in Table 16-4.
  6. swremove <patch_ID>

  7. Restart Portal Server Secure Remote Access processes.
  8. /sbin/init.d/gateway start

    /sbin/init.d/netletd start

    /sbin/init.d/rwproxyd start

Multiple Instance Upgrades

In some deployment architectures Portal Server Secure Remote Access is deployed on multiple computer systems to provide for scalability and to improve availability. For example, you might have Portal Server Secure Remote Access components running on multiple computers with a load balancer to distribute the load.

In the case of load-balanced instances of Portal Server Secure Remote Access, you can perform a rolling upgrade in which you upgrade the Portal Server Secure Remote Access instances sequentially without interrupting service. You upgrade each instance of Portal Server Secure Remote Access while the others remain running. You perform the upgrade of each instance as described in Portal Server Secure Remote Access Upgrade.



Previous      Contents      Index      Next     


Part No: 819-4460-10.   Copyright 2006 Sun Microsystems, Inc. All rights reserved.