The silent installer for UNIX reads the necessary input from a response file.
Silent installations are installations that use the --silent flag to run without a user interface. The responses to the UNIX installer prompts are supplied in a response file and provide the same answers that an interactive user would provide. The silent installer is useful if you want to add the installation of Platform Services to your own install script, or push out the installation on multiple machines.
To launch the silent installer on UNIX:
Y 8888 8090 8088 Y /usr/local/endeca/MDEX/6.1.5 YEach line answers a question that the installer asks:
Response | Description |
---|---|
Y | Accepts the Endeca End-User License Agreement. |
8888 | The port on which the Endeca HTTP Service listens. |
8090 | The shutdown port for the Endeca HTTP Service. |
8088 | The port number of the Endeca Control System JCD. |
Y | Indicates that you want to install EAC Central Server and Agent. |
/usr/local/endeca/MDEX/6.1.5 | The absolute path to the MDEX Engine root directory. If the MDEX Engine is not installed, use a newline or carriage-return to indicate that there is no MDEX Engine installed. |
Y | Indicates that you want to install the reference implementations. |
./platformservices_601_x86_64pc-linux.sh --silent --target /usr/local < silent.txt
source /usr/local/endeca/workspace/setup/installer_sh.ini
Generally this command should be placed in a script run at the startup of the shell so the variables are set for future use.
To start the Endeca HTTP Service, change to the endeca/PlatformServices/6.0.3/tools/server/bin directory and run the startup.sh script. (You can also run the script from another directory by using the absolute path to the script). For information on controlling this service, see the Endeca Application Controller Guide.
If you did not specify the MDEX Engine root directory in the response file, the com.endeca.mdexRoot setting (in the EAC eac.properties configuration file) will have a blank value. The file is located in the $ENDECA_CONF/conf directory. If you later install the MDEX Engine on your system, you must edit the file and add the absolute path of the MDEX Engine root directory in the setting. For more information on this file, see the Endeca Application Controller Guide.