iPlanet Portal Server 3.0
Service Pack 1
Installation
These installation instructions provide steps to install iPlanetTM Portal Server 3.0 Service Pack 1 (iPS3.0SP1-01).
This document contains the following sections:
Refer to the iPlanet Portal Server 3.0 Service Pack 1 Release Notes for the most recent information.
For document information about the iPlanet Portal Server 3.0 products, visit:
- http://docs.iplanet.com/docs/manuals/portal.html
For iPlanet Portal Server 3.0 software packages, visit:
- http://iplanet.com/downloads/
System Requirements
This section describes the system requirements for Service Pack 1 software.
Table 1 System Requirements for Service Pack 1
|
Component
|
Description
|
|
Operating environment
|
Service Pack 1 updates iPlanet Portal Server 3.0 software, and runs in the SolarisTM 2.6, Solaris 7, and Solaris 8 operating environments.
|
|
Memory
|
All Server components of the iPlanet Portal Server 3.0 product should each have a minimum of 256 Mbytes of memory.
|
|
Disk space
|
iPlanet Portal Server 3.0 iPS3.0SP1-01.tar (compressed) file is 259Kbytes.
iPlanet Portal Server 3.0 iPS3.0SP1-01 (uncompressed) is 5Mbytes.
|
Service Pack 1 Installation Overview
The iPlanet Portal Server 3.0 Service Pack 1 (iPS3.0SP1-01.tar) software is downloaded from the iPlanet web page and is a tar file. The following directories and files are included in iPS3.0SP1-01.tar:
INSTALLiPS3.0SP1-01.htm
INSTALLiPS3.0SP1-01.pdf
REL_NOTEiPS3.0SP1-01.htm
REL_NOTEiPS3.0SP1-01.pdf
Install.info
installpatch
backoutpatch
postbackout
postpatch
prepatch
SUNWwtnf
SUNWwtnm
SUNWwtds
SUNWwtsdd
SUNWwtdt
SUNWwtsvd
SUNWwtgwd
Installation Instructions
iPlanet Portal Server 3.0 Service Pack 1 software package is available from the iPlanet.com web page:
- http://iplanet.com/downloads/patches
|
Note
|
If the iPlanet Portal Server 3.0 installation contains Gateway and Platform servers, the iPS3.0SP1-01 package must be installed on both servers.
|
Download the Service Pack 1 package to the computer where the service pack will be installed.
In a terminal window, become root.
Run the tar command to extract the package contents.
|
# tar xf iPS3.0SP1-01.tar
|
|
Change directories and run the installpatch command (shown in bold text), to install the software on the system.
|
# cd iPS3.0SP1-01
|
# ./installpatch .
|
|
WARNING: /usr/sbin/patchadd is being used to install this patch.
|
Installpatch will be removed from Solaris patches in
|
the next release of Solaris.
|
|
New versions of /usr/sbin/patchadd and /usr/sbin/patchrm exist
|
that provide essential bug fixes and a speed enhancement.
|
Please install patch 106125 for significant patch
|
installation improvements.
|
|
|
Checking installed patches...
|
Verifying sufficient filesystem capacity (dry run method)...
|
Installing patch packages...
|
|
Patch number iPS3.0SP1-01 has been successfully installed.
|
See /var/sadm/patch/iPS3.0SP1-01/log for details
|
Executing postpatch script...
|
updating domain URL list...
|
Operation completed successfully.
|
updating iwtGateway schema...
|
Operation completed successfully.
|
updating iwtGateway attributes...
|
Operation completed successfully.
|
|
Patch packages installed:
|
SUNWwtds
|
SUNWwtdt
|
SUNWwtgwd
|
SUNWwtnf
|
SUNWwtnm
|
SUNWwtsdd
|
SUNWwtsvd
|
|
Restart the servers.
# /etc/init.d/ipsserver start
# /etc/init.d/ipsgateway start
|