Previous Topic

Next Topic

Book Contents

Book Index

ctmcreate - create a job in Active Jobs (simple) example

The following command contains the minimum parameters required to create a job in Active Jobs:

ctmcreate -TASKTYPE command -subapplication em\
        -application test -cmdline "ls -l /etc/passwd"

You can get the same result by using the -input_file parameter as follows:

ctmcreate -input_file ~<controlm_owner>/ctm_server/data/ctmcreate_delfr.txt

The referenced file contains the following lines:

-tasktype command

-subapplication em

-application test

-cmdline "ls -l /etc/passwd"

Parent Topic

ctmcreate