Preparing the primary computer for installation

When you are ready to install RICOH ProcessDirector, use this procedure to make final configuration updates and verify that the system configured correctly.
    Note:
  • If you are using a copy of DB2 installed on a different computer instead of the version of DB2 that is included with RICOH ProcessDirector, make sure that you complete Installing and configuring your own copy of DB2 on a different computer before you start this procedure.
  • Setting the umask to use strict permissions might cause read or write issues on the installation folder. Therefore we recommend setting umax to 022, the default set of permissions.
To prepare the primary computer:
  1. Make sure that the planning checklist is complete and the required hardware and software are available and installed. See Planning for installation.
  2. Make sure that /etc/hosts on this computer has an entry for its IP address and the fully qualified host name.
  3. Log in as the root user.
      Important:
    • You must log in as a user with UID 0. If you must log in as a different user, you can use sudo su - or su - to become the root user. However, do not use sudo or the su command in any other way to become the root user.
  4. We recommend that you set user resource limits for the maximum number of open files, number of processes, and stack size.
    All systems perform better with the new settings. Systems with areas of high volume require the settings.
    1. Edit the /etc/security/limits.conf file with a text editor to set these limits:
      * soft nofile 16384
      * hard nofile 32768
      * soft nproc 16384
      * hard nproc 65536
      * soft stack 16384
      * hard stack 32768
    2. Save the file and exit the editor.

      The new limits do not take effect until you log out and log back in.

  5. Optional: If you plan to use IBM DB2 as the RICOH ProcessDirector database, check to see whether DB2 or a DB2 client is installed on this computer. Enter this command to see if a separate copy of DB2 or a DB2 client is installed:
    • db2ls
    The results show whether DB2 is installed and the level of that installation. If there are no results, DB2 is not installed outside of RICOH ProcessDirector. If DB2 is installed, take one of the following actions to use either the installed copy or the RICOH ProcessDirector version.
    • If DB2 11.5.8 or higher is installed, continue installing RICOH ProcessDirector.
    • If there is a DB2 version lower than 11.5.8, update to DB2 version 11.5.8 or higher.
  6. Disable your antivirus software. Antivirus software sometimes quarantines files that databases use, causing operation errors. If you are using RICOH ProcessDirector with a PostgreSQL database, make sure to exclude the folder from the virus scans.
  7. If your IT department does not let you disable antivirus software, set up exceptions within your antivirus software for these paths:
    • /aiw/aiw1/db2
    • /aiw/aiw1/db2_logs
    • /home/aiwinst/sqllib
    • /opt/infoprint/ippd/db
    • /var/psf
    • /var/lib/docker
  8. Disable Security Enhanced Linux (SELinux). Installation errors occur on Linux systems when you run the RICOH ProcessDirector installation program with SELinux enabled. To verify the SELinux mode and disable it:
    1. Open a command line and type this command to view the current SELinux mode: getenforce
    2. If the result of the command is Enforcing, disable SELinux. Open /etc/selinux/config in a text editor and find the SELINUX line. Change that line to:
      SELINUX=disabled

      Save and close the file.

    3. Run the getenforce command again to make sure SELinux is disabled.