File name
opeconfig.properties |
Use
Specify the parameters to which the process refers when the operation components are executed.
When parameters are specified as option in operation components, this file is not effective, and the definition in operation components is effective.
When the values other than regulated values are specified, or if a value is not set, the default value is effective.
File Location
Management Server
Windows | %SWRBA_SHARE_HOME%\rbaope\opeparts |
Linux | /opt/FJSVswrbam/etc/share/rbaope/opeparts |
File Format
TIMEOUT = <value> RETRY = <value> RETRY_INTERVAL = <value> |
Parameter
This parameter is timeout period when process waits for execution of operation components.
When you omit timeout option in the operation components, this parameter is effective.
The unit of time is a second (s).
Default: 300
Effective range: 300-86400
This parameter is frequency to which the process retries the execution of the operation components.
When you omit retry option in the operation components, this parameter is effective.
Default: 0
Effective range: 0-5
This parameter is interval to which the process retries the execution of the operation components.
When you omit retry_interval option in the operation components, this parameter is effective.
The unit of time is a second (s).
Default: 60
Effective range: 1-14400
Note
When the values other than the above-mentioned item are specified for the parameter, the default value becomes effective.
Example
Under the following description, the timeout is 600 seconds, retry frequency is 5 times, and retry interval is 300 seconds.
TIMEOUT = 600 |
Under the following description, the timeout is 1000 seconds, retry frequency is default, and retry interval is default.
TIMEOUT = 1000 |