The silent installer is useful if you want to add the CAS installation to your own install script, or push out the installation on multiple machines.

The silent installer is not interactive.

To run the silent installer:

  1. From a command prompt, navigate to the directory where you downloaded the installer.

  2. Create a response file with the appropriate properties. for example, cas_response.properties, and specify the response value for each prompt on its own line, in the order in which they appear in the interactive installer.

    Example:

    INSTALLDIR=C:/Endeca/CAS 
      CASPORT=8500 
      CASSHUTDOWNPORT=8506
      ENDECA_TOOLS_ROOT=C:/Endeca/ToolsAndFrameworks/11.2.0
      ENDECA_TOOLS_CONF=C:/Endeca/ToolsAndFrameworks/11.2.0/server/workspace
    
  3. Issue a command of the following form:

                         OCcas<version>-linux64.bin -i silent -f cas_response.properties  

Following installation:


Copyright © Legal Notices