Valid for
Manager
Description
The AUTOSTART parameter specifies the processes to be automatically started by Manager. When Manager starts up it scans the list and attempts to start any listed process that is not already running. To activate changes to the list, stop and restart the Manager process.
Syntax
AUTOSTART [group_type] {group_name | process_name} [, ALLPROCESSES]
group_typeThe type of group to be started. This is an optional entry, but if used must be one of the following.
EXTRACT or EXT
REPLICAT or REP
ER (Extract and Replicat)
LOGGER
SYNCFILE or SYNC
COORD (Coordinator)
group_nameThe group name. Required entry for group types other than Logger. Wildcards can be used for part or all of the name.
Note: TASK groups that match the wildcard will not be started. To start a TASK group either specify a group without a wildcard or use the ALLPROCESSES option.
process_nameThe Logger process name in the format $xxnnn. Required entry for the LOGGER group_type. Wildcards can be used for all or part of the name.
ALLPROCESSESSpecifies that TASK groups should be included in wildcarded groups to be started.
Examples
The following will start all Replicat processes that begin with R20.
AUTOSTART REPLICAT R20*
The following will start all Extracts.
AUTOSTART EXT *
The following will start the logger named $ABC01.
AUTOSTART LOGGER $ABC01
The following will start all groups that begin with R20 except TASK groups.
AUTOSTART R20*
The following will start all groups, including TASK groups, that begin with R20.
AUTOSTART R20*, ALLPROCESSES