STATUS REPLICAT
Use STATUS REPLICAT
to determine whether or not Replicat
is running. There are the following four possible statuses:
- Abended
-
The process abnormally ended.
- Running
-
Means one of the following:
-
Active: Running and processing (or able to process) data. This is the normal state of a process after it is started.
-
Suspended: The process is running though suspended due to an
EVENTACTIONS SUSPEND
action. In a suspended state, the process is not active, and no data can be processed, but the state of the current run is preserved and can be continued by issuing theRESUME
command in GGSCI. The RBA in theINFO
command reflects the last checkpointed position before the suspend action. To determine whether the state is active or suspended, issue aSEND EXTRACT|REPLICAT
group_name
STATUS
command. For more information, see SEND EXTRACT or SEND REPLICAT.
-
- Starting
-
The process is starting.
- Stopped
-
The process was stopped.
Syntax
STATUS REPLICAT group_name
[, TASKS]
[, ALLPROCESSES]
-
group_name
-
The name of a Replicat group or a wildcard (*) to specify multiple groups. For example,
T*
shows status for all Replicat groups whose names begin with T. -
TASKS
-
Displays status only for Replicat tasks. By default, tasks are not displayed unless you specify a single Replicat group (without wildcards).
-
ALLPROCESSES
-
Displays status for all Replicat groups, including tasks.