RESTART - UCMD Manager configuration option
Description
The RESTART option specifies whether or not this execution of the UCMD Manager is a restart of a previous manager fault tolerant UCMD Manager.
(See Manager Fault Tolerance - Universal Command for details on the manager fault tolerant feature.
Usage
Method | Syntax | IBM i | UNIX | Windows | z/OS |
Command Line, Short Form | -R option |
|
|
| |
Command Line, Long Form | -restart option |
|
|
| |
Environment Variable | UCMDRESTART option |
|
|
| |
Configuration File Keyword | restart option |
|
|
|
|
STRUCM Parameter | RESTART(*option) |
|
Values
option is the specification for whether or not this execution of UCMD Manager is a restart.
Valid values for option are:
- yes
UCMD Manager is restarting an existing unit of work represented by a command ID.
The COMMAND_ID and MANAGER_FAULT_TOLERANT options are required. - no
UCMD Manager is not restarting. - auto
UCMD Manager checks to see if the Universal Broker is executing an existing unit of work, identified by COMMAND_ID. If a matching command ID is found, the UCMD Manager attempts a restart. If a matching command ID is not found, the UCMD Manager does not attempt a restart.
The COMMAND_ID and MANAGER_FAULT_TOLERANT options are required. However, auto cannot be used if the COMMAND_ID value is *, which specifies that the UCMD Manager will generate a unique command ID for each run.
Default is no.