Using a Response File

Use the silent installation response file to install SAP 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 SAP 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:
setupConsole.exe -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:

setupConsole.exe -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, SAP recommends that you either delete the response file, or delete the password parameters from the response file after the silent installation is complete.

Tip: If Studio does not start, try manually deleting the .metadata folder within the workspace directory.