This section explains the format of and parameters that can be set in the installation file.
Format
Below is a definition example of the installation file - it consists of the line types below:
A parameter definition line has the parameterName=specifiedValue format, where the value on the right side is assigned to the parameter on the left side. Tabs and spaces at the beginning and end of the line or around the equals sign (=) are ignored.
A blank line consists of spaces and tabs only. The entire line is ignored by the Installer.
Example
Below is a definition example of the installation file.
BDCEP_USER_NAME=isbdcep
BDCEP_GROUP_NAME=isbdcep
BDCEP_INITIAL_ENGINE_NAME=CepEngine
List of parameters that can be set
A list of the parameters that can be set is shown below (all of them are mandatory):
Parameter name | Item name | Explanation | Allowed values | Mandatory/ |
---|---|---|---|---|
BDCEP_USER_NAME | Engine execution user name | User name of the engine execution user. | Registered user name, up to 8 alphanumeric characters. | Mandatory |
BDCEP_GROUP_NAME | Group name | Group name of the group to which the engine execution user belongs. | Registered group name, up to 8 alphanumeric characters. | Mandatory |
BDCEP_INITIAL_ENGINE_NAME | Initial CEP engine name | Name of the CEP engine to be created at initial setup. | Up to 20 alphanumeric characters. | Mandatory |
Note
Before executing unattended installation, ensure that the user and group specified in the installation file are registered in the system.