OMEGAMON Collector subtask commands

You can issue commands to subtasks, such as COMMCOLL, H2WLMGR, or EVENTMGR, which run under the OMEGAMON Collector. The subtask commands must be preceded by the MODIFY command of the OMEGAMON Collector.

START subtask command

Starts a subtask under the OMEGAMON Collector. You can abbreviate START to S.

F cccccccc,S subtaskname,aaaaaaaa
where:
cccccccc
The OMEGAMON Collector started task name that you specified during configuration.
subtaskname
The subtask you want to start.
aaaaaaaa
The subcommand for the subtask.
For example, the following shows how to start the Near Term History Collector subtask to collect trace data for Db2 subsystem D41X:

F OMPESTC,S H2WLMGR,OPTION=COPTD41X

In this example:
OMPESTC
The OMEGAMON Collector started task name.
H2WLMGR
The Near Term History Collector subtask name.
COPTD41X
The NTH configuration file in RKD2PAR for the Db2 subsystem D41X.

STOP subtask command

Stops a subtask under the OMEGAMON Collector. You can abbreviate STOP to P.

F cccccccc,P subtaskID
where:
cccccccc
The OMEGAMON Collector started task name that you specified during configuration.
subtaskID
The subtask ID of the subtask you want to stop. To find the subtask ID, use the DISPLAY command or the LIST command.
aaaaaaaa
The subcommand for the subtask.
  • cccccccc is the started task name that you specify for the OMEGAMON Collector during the configuration within the Configuration Tool
  • subtaskID is the ID of the subtask that you want to stop

    To find the subtask ID, use the DISPLAY command or the LIST command.

For example, the following shows how to stop the Near Term History Collector subtask to collect trace data for Db2 subsystem D41X:

F OMPESTC,P H2D41X

In this example:
OMPESTC
The OMEGAMON Collector started task name.
H2D41X
The Near Term History Collector subtask ID.