Portal, V6.1
Prepare your Solaris operating system
- To prepare your Solaris kernel settings:
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/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.
- Type the sysdef -i command to review the configuration.
- Set shmsys:shminfo_shmmax (valid for Solaris Version 9 only) to 4294967295.
- Set shmsys:shminfo_shmmni (valid for Solaris Version 9 only) to 1024.
- Set semsys:seminfo_semaem (valid for Solaris Version 9 only) to 16384.
- Set semsys:seminfo_semmni (valid for Solaris Version 9 only) to 1024.
- Set semsys:seminfo_semmns (valid for Solaris Version 9 only) to 16384.
- Set semsys:seminfo_semmsl (valid for Solaris Version 9 only) to 100.
- Set semsys:seminfo_semopm (valid for Solaris Version 9 only) to 100.
- Set semsys:seminfo_semmnu (valid for Solaris Version 9 only) to 2048.
- Set semsys:seminfo_semume (valid for Solaris Version 9 only) to 256.
- Set msgsys:msginfo_msgmap (valid for Solaris Version 9 only) to 1026.
- Set msgsys:msginfo_msgmax (valid for Solaris Version 9 only) to 65535.
- Set rlim_fd_cur to 1024.
- Reboot the operating system to apply the updates.
- To prepare for non-global zone:
- Do not inherit package directories when you create the non-global zone because the inherited software packages will be read-only.
- Stop WebSphere Portal and all related processes before installing or uninstalling.
- Verify that the following processes are stopped:
- /opt/IBM/WebSphere/AppServer/java/bin/java
- /opt/IBM/WebSphere/AppServer/java/jre/bin/java
Parent topic
Preparing the operating system