Preparing your Solaris machine

 


 

Checking your network setup

Proper network configuration is essential when installing WebSphere Portal. Verify you have a fully qualified host.name.

ping yourserver.setgetwebmpany.com

 

Preparing the installation directory tree

Before installing WebSphere Portal on Solaris ensure that the installation UserID has write access to all directories in the installation target directory tree.

 

Preparing Solaris kernel settings before installing

Several Solaris kernel values are typically too small for the messaging requirements of WebSphere Portal. Starting the internal JMS server or client with insufficient kernel resources produces a First Failure Support Technology (FFST) file in the

/var/mqm/errors

Before installing WebSphere Portal, review the machine's configuration.

The values described here are a starting point for messaging in WebSphere Portal only. If your system has other applications installed, the value requirements will likely be different. For example, if values that are already set are higher than the settings listed here, the values should not be lowered. Be sure to check the requirements made on /etc/system by other already-installed applications before altering existing values.

To review the configuration, type the following command:

sysdef -i

The kernel values are set in the /etc/system file. The values shown here are the minimum values that must be specified before installing WebSphere Portal.

Parameter Minimum Value
set shmsys:shminfo_shmmax = 4294967295
set shmsys:shminfo_shmseg = 1024
set shmsys:shminfo_shmmni = 1024
set semsys:seminfo_semaem = 16384
set semsys:seminfo_semmni = 1024
set semsys:seminfo_semmap = 1026
set semsys:seminfo_semmns = 16384
set semsys:seminfo_semmsl = 100
set semsys:seminfo_semmsl = 100
set semsys:seminfo_semmnu = 2048
set semsys:seminfo_semume = 256
set msgsys:msginfo_msgmap = 1026
set msgsys:msginfo_msgmax = 65535
set rlim_fd_cur= 1024

 

See also

  1. AIX
  2. HP-UX
  3. Linux
  4. Windows
  5. Supported hardware and software

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.