Example dccmd commands
Shows how to perform more common DataChannel component management tasks with dccmd.
Start Individual Applications
The following table lists the DataChannel components and their start commands.
| Application | Command |
|---|---|
| CME | dccmd start -app cme |
| Bulk Collector | dccmd start -app bcol |
| FTE | dccmd start -app fte |
| Hourly Loader | dccmd start -app ldr |
| Daily Loader | dccmd start -app dldr |
View DataChannel Status
To view the status of a DataChannel, use the dccmd utility with the following syntax:
$ ./dccmd status pattern
For example:
$ dccmd status all
$ dccmd status -app "disc"
$ dccmd status cme.1.1
$ dccmd status "*.1.*"