Installing Content Collector Text Search Support in silent mode

Complete these steps to install Content Collector Text Search Support in silent mode.

Procedure

To install Content Collector Text Search Support in silent mode:

  1. Create a response file with the following installation options.
    The values shown are examples only.
    #Has the license been accepted
    #-----------------------------
    LICENSE_ACCEPTED=TRUE
    #Specify Installation Folder
    #--------------------––––––-
    #For UNIX and Linux environments:
    USER_INSTALL_DIR=/opt/IBM/ICCIndexer
    #For Windows (32-bit):
    #USER_INSTALL_DIR=C:\\Program Files\\IBM\\ICCIndexer
    #For Windows (64-bit):
    #USER_INSTALL_DIR=C:\\Program Files(x86)\\IBM\\ICCIndexer
    #On Linux or UNIX, specify the DB2 administrator ID.
    #---------------------------------------------------
    USER_INPUT_DB2ADMIN=\"db2inst1\"
    
  2. Save the response file to your disk.
  3. Insert the product DVD into the computer on which you want to install the text-search component. You can also download and extract the appropriate installation package.
  4. Open a Command Prompt window and start the installer in silent mode:
    • On Linux®, Linux on System z®, and UNIX environments, run:
      install.bin -i SILENT -f <full_path_to_response_file>
      which is in the directory /CM8Text/operating_system. operating_system stands for the name of the operating system, for example, AIX, Linux, or Linux on System z.
    • On Windows, run:
      install.exe -i SILENT -f <full_path_to_response_file>
      which is in the directory \\CM8Text\WIN.

    <full_path_to_response_file> is the full path to the response file, for example, c:\temp\myresponse.txt.

    Important: Specify SILENT in uppercase characters.