IBM Endpoint Manager, Version 9.0

Silent installation

Use the silent mode to install the Evaluation server or to run problem determination on a failed installation.

To run a silent installation run the following command:

./install.sh -f response_file

where response_file is the file containing the parameter values to use during the installation.

This is an example of response file:
##IEM GENERATED RESPONSE FILE
LA_ACCEPT="true"
IS_EVALUATION="false"
COMPONENT_SRV="true"
COMPONENT_WR="true"
SINGLE_DATABASE="true"
LOCAL_DATABASE="true"
DB2_ADMIN_USER="db2inst1"
DB2_ADMIN_PWD="Bigfix11"
BES_WWW_FOLDER="/var/opt/BESServer"
WR_WWW_FOLDER="/var/opt/BESWebReportsServer"
WR_WWW_PORT="80"
TEM_USER_NAME="IEMAdmin"
TEM_USER_PWD="Bigfix11"
CONF_FIREWALL="yes"
BES_SETUP_TYPE="authfile"
BES_AUTH_FILE="/tmp/ServerInstaller_9.0-rhel
                 /offlic/LicenseAuthorization.BESLicenseAuthorization"
SRV_DNS_NAME="temtest03"
BES_LICENSE_PVK_PWD="Bigfix11"
PVK_KEY_SIZE="min"
BES_LIC_FOLDER="/tmp/ServerInstaller_9.0-rhel/offlic"
SUBMIT_LIC_REQUEST="yes"
USE_PROXY="false"
ADV_MASTHEAD_DEFAULT="true"
DB2_PORT="50000"

You can create a response file during an installation by redirecting the installation parameters in a response file using the following command:

./install.sh -g response_file


Feedback