Sun Java System Portal Server 7.1 Configuration Guide

Checking Hardware and Software Requirements

This section contains the requirements for installing Sun Java System Portal Server 7.1.


Note –

The installation instructions are specific to the Solaris platform. Refer to the Installation guide for Windows if you are installing Portal Server on the Windows.


Hardware and Operating System Requirements

The following table lists hardware and operating system requirements:

Table 1–1 Hardware and Operating System Requirements

Component 

Platform Requirement 

Supported platforms 

Sun BladeTM or comparable workstation or server

Operating system 

SolarisTM 9 or Solaris 10 on SPARC

Solaris 9 or Solaris 10 on x86 

Red Hat Enterprise Linux 3.0 Update 3 or 4.0 on x86 

Windows 

Note: Portal Server 7.1 on Windows can only be used as a developer platform or an evaluation platform. It can not be used as a deployment platform.

RAM 

1.5 Gbytes for regular deployment on Sun Java System Web Server 

2.0 Gbytes for regular deployment on Sun Java System Application Server 

Disk space 

1 Gbyte for Portal Server and associated applications 

Swap space 

Twice the amount of physical memory, for example, 2.0 Gbytes RAM and 4.0 Gbytes swap space. 

Before Installing on Linux

Software Requirements

Portal Server requires the following stack components:


Note –

Access Manager must be installed in legacy mode before installing Portal Server 7.1.


For detailed instructions for installing the stack components, see the Sun Java Enterprise System 5 Installation Reference for UNIX.

Miscellaneous Checks

  1. If the system on which you installed Portal Server does not have direct connectivity to the internet, an HTTP proxy needs to be specified. For example, for Sun Java System Application Server, specify the following in the domain.xml file:

    <jvm-options>-Dhttp.proxyHost=proxy-host</jvm-options>
    <jvm-options>-Dhttp.proxyPort=proxy-port</jvm-options>
    <jvm-options>-Dhttp.nonProxyHosts="portalserver-host"</jvm-options>

    For Web Server 7.0, add this options to server.xml of the configuration in which portal is deployed. For IBM WebSphere, add this to the server.xml of the node in which portal is deployed. For WebLogic, add this to startWeblogic.sh/startManagedWeblogic.sh depending on whether the portal is to be installed on administrator server or managed server.

    Where, proxy-host is the fully qualified domain name of the proxy host, proxy-port is the port on which the proxy is run, and portalserver-host is the fully qualified domain name of the Portal Server software host.

  2. Execute the command prtconf | grep Memory to check RAM.

  3. Use the command swap -l to see how much swap space your machine has. To temporarily increase your swap space by 4 Gbytes, you can use the following instructions:

     mkfile 4g /swap-filename
     swap -a /swap-filename
    

where swap-filename is an empty file to be used as a swap area.