Sun Java System Portal Server 7.1 Update 1 Release Notes

ProcedureTo Upgrade Portal Server 7.1 to 7.1 Update 1 on the Linux Platform

  1. Download the following patch from Sunsolve:

    124303-01

  2. Change the directory to the patch location and run the update script.

  3. (Optional) If you want to upgrade to the localized version of Portal Server 7.1 Update 1, download the patch, 125302-02 , and install it.

    1. Install each rpm file using the following command:

      rpm -Fvh /patch-id/file-name.rpm

      For example, rpm -Fvh /125302-02/sun-portal-base-l10n-7.1-1.1.i386.rpm

  4. Restart the web container.

  5. Restart common agent container.

    /opt/sun/cacao/bin/cacaoadm stop

    /opt/sun/cacao/bin/cacaoadm start

  6. Run the following command to ensure that the common agent container is working.

    /opt/sun/cacao/bin/cacaoadm status

  7. If the localization packages have been upgraded, set the Portal Server console JVM's locale to en_US.UTF-8.

    export LC_ALL=en_US.UTF-8

    export LANG=en_US.UTF-8

  8. Run the following command to update Portal Server to 7.1 Update 1.

    PortalServer-base/opt/SUNWportal/bin/psupdate -a

  9. Restart the common agent container and web container.