Linux: Preparing the operating system
Prepare the operating system to ensure a successful installation.
- If we are using IBM GPFS file sharing, set the file system inodes limit to 25000 or higher. For example, run the mmchfs /dev/gpfs1nsd -F 250000 command. /dev/gpfs1nsd is the IBM WebSphere Portal installation file system.
- Set the file descriptor limit to 10240.
- ulimit -n 10240
- WCM only: Complete the following steps to remove any file size limits
Use the ulimit -f command to set the maximum size of files that can be created. Set this value to at least the size of the largest file we would upload to the content server. The ulimit -f unlimited command removes any limit on file size.
- Open a command prompt.
- Run the ulimit -a command to get a list of all the ulimit settings.
- Find the -f parameter. If the value is unlimited, no further action is required.
- If the -f parameter is not unlimited, choose one of the following options:
- Remove the file size limit permanently. For information about how to remove the file size limit see the system documentation.
- Run the ulimit -f unlimited command for each session.
- Install and configure X server on Linux (such as X Window System or GNOME) to use the graphical user interface the installation program provides. For information about adding packages, read the system documentation.
If we plan to install with a response file, X server is not required.
Parent Linux: Install WebSphere Portal and Web Content ManagerNext topic: Linux: Prepare the Installation Manager