+

Search Tips   |   Advanced Search

Prepare the Linux operating system

Prepare the operating system to ensure a successful HCL Portal installation.

  1. 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 HCL Portal installation file system.

  2. Set the file descriptor limit to 10240.

    • ulimit -n 10240

  3. HCL Web Content Manager 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 you would upload to the content server. The ulimit -f unlimited command removes any limit on file size.

    1. Open a command prompt.

    2. Run the ulimit -a command to get a list of all the ulimit settings.

    3. Find the -f parameter. If the value is unlimited, no further action is required.

    4. 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.

  4. 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.

    Note:

    • To install with a response file, X server is not required.

    • Install libXtst.i686 using yum, along with the required prerequisites is sufficient to get the IBM Installation Manager graphical user interface to run.

  5. Ensure that all non-root users have the appropriate permissions to the /tmp/javasharedresources directory. For example, the non-root users must have at least 770 permissions.

Parent topic: Linux system - HCL Portal installation