Download the following patches from Sunsolve:
For SPARC: 124301-01 and for the x86 platform: 124302-01.
If you need to upgrade to the localized version of Portal Server 7.1 Update 1, download the patch, 125301-02.
If you have upgraded Portal Server 7.0 to Portal Server 7.1, use the following localization patches:
On the Solaris platform: 123254-03
On the x86 platform: 124590-03
Change the directory to the patch location and run the following command to add the patch or patches:
patchadd patch-id
Restart the web container.
For Sun Java System Application Server:
/ApplicationServer_base/Appserver/bin/asadmin stop-domain domain1
/ApplicationServer_base/Appserver/bin/asadmin start-domain --user admin --password password domain1
For Sun Java System Web Server:
/var/opt/SUNWwbsvr7/https-host.domain-name/bin/stopserv
/var/opt/SUNWwbsvr7/https-host.domain-name/bin/startserv
Restart common agent container.
/usr/share/bin/cacaoadm stop /usr/share/bin/cacaoadm start |
Run the following command to ensure that the common agent container is working.
/usr/share/bin/cacaoadm status
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
Run the following command to update Portal Server to 7.1 Update 1.
PortalServer-base/opt/SUNWportal/bin/psupdate -a
Refer to the following table for more information on how to run the psupdate script.
Question |
Action |
Have you restarted all your servers (cacao, web container)? |
Type Y if you have restarted the common agent container and the web container. Type N if you have not restarted the common agent container and the web container. If you type N, the script aborts. You need to restart the common agent container and the web container, and invoke the psupdate script. |
Please enter the host name on which this installation resides (excluding domain name): |
Enter the host name on which the installation resides. For example, i-planet-14. |
Please enter the fully qualified host name on which this installation resides: |
Enter the fully qualified host name on which the installation resides. For example, i-planet-14.red.iplanet.com |
Please enter the name of the Portal configuration directory: |
Default name of the configuration directory is /etc/opt/SUNWportal. |
Are Portal web applications installed using the web container name? |
The script automatically detects the web container that you used to install Portal Server 7.1. |
Please enter the port of the web container's Administration Server |
For Sun Java System Application Server, default value is 4849. For Sun Java System Web Server, default value is 8989. |
Please enter the name of the web container's administrator |
Type the administrator ID. |
Please enter the web container's administrator's password: |
Type the administrator's password. |
Please enter the Access Manager administrator's id: |
Type the Access Manager administrator's id. By default, the administrator ID is amadmin. |
Please enter the Access Manager administrator's password: |
Type the Access Manager administrator's password. |
Do you wish redeployment to be constrained to local Portal instances? |
Type Y if you want redeployment to occur only on Portal Server instances hosted on this machine. Portal installations using web container clusters should not select this option. Type N if you wish redeployment to occur on all instances of all Portals for which this machine hosts at least one instance. This option is required for those Portal installations that are using a web container cluster. |
Do you wish to (re)install the Enterprise Sample? |
Type Y if you wish to reinstall Enterprise Sample. Default value is N. If you have customized your sample and select Y, the sample will be overwritten. |
Please enter the Access Manager LDAP User password: |
Type Access Manager LDAP User password. Default value is N. If you have customized your sample and select Y, the sample will be overwritten. |
Do you wish to (re)install the Developer Sample? |
Type Y if you wish to reinstall Developer Sample. Default value is N. If you have customized your sample and select Y, the sample will be overwritten. |
Do you wish to (re)install the Community Sample? |
Type Y if you wish to reinstall Developer Sample. Default value is N. If you have customized your sample and select Y, the sample will be overwritten. |
Is the Community database running? |
Type Y if the community database is running. |
Restart the common agent container and web container.