Using a Response File

Use the silent installation response file to install Sybase Event Stream Processor on multiple computers.

If you do not specify a response file, the installer.properties file located in the same directory as the installation file is used. If an installer.properties file does not reside within this directory, the installer does not launch properly.

Run a response file as often as necessary to install the Sybase Event Stream Processor on the required number of machines.

On the target machine, for each installation, enter the following command at the command line:
setup.bin -i silent -f <response_file> -DRUN_SILENT=true -DAGREE_TO_SYBASE_LICENSE=true

where <response file> is the input response file. The specified file name must be an absolute path.

For security reasons, passwords are not saved to the response file. To run a silent installation with user-defined passwords, manually add the password parameters to the response file or at the command line.

Response file parameters for passwords are:

  • CACHE_PASSWORD is for the cluster password
  • PASSWORD is for the keystore password
  • CONFIG_SCC_CSI_SCCADMIN_PWD is for the SCC administrator password
  • CONFIG_SCC_CSI_UAFADMIN_PWD is for the SCC agent password

To set the password parameters from the command line, use:

setup.bin -i silent -f <response_file> -DRUN_SILENT=true -DAGREE_TO_SYBASE_LICENSE=true -DCACHE_PASSWORD=<cluster password> -DPASSWORD=<keystore password> -DCONFIG_SCC_CSI_SCCADMIN_PWD=<SCC admin password> -DCONFIG_SCC_CSI_UAFADMIN_PWD=<SCC agent password>

For security reasons, Sybase recommends that you either delete the response file, or delete the password parameters from the response file after the silent installation is complete.