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, such as the cluster and keystore passwords, are not saved to the response file. To run a silent installation with user-defined cluster and keystore passwords, manually add the password parameters to the response file, or add them at the command line using the -DCACHE_PASSWORD and -DPASSWORD options:

setup.bin -i silent -f <response_file> -DRUN_SILENT=true -DAGREE_TO_SYBASE_LICENSE=true -DCACHE_PASSWORD=MyPass123 -DPASSWORD=MyOtherPass123

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.

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