Triggers From Non-Control M Processes

Tools and several solutions to manage Control-M products
Post Reply
User avatar
fbladmin
Nouveau
Nouveau
Posts: 15
Joined: 28 Apr 2009 12:00
Location: Iowa

Triggers From Non-Control M Processes

Post by fbladmin » 24 Sep 2009 11:11

I'm fairly new to working with Control M so I'm hoping some of you can offer a suggestion.

I'm trying to figure out if there is a tool within Control M that would allow us to trigger jobs from processes not running in Control M. In particular we have back-up processes running in CommVault and Netbackup that I would love to be able to have trigger other Control M events.

Any thoughts out there?

Thanks.

User avatar
gglau
Nouveau
Nouveau
Posts: 317
Joined: 13 Jun 2007 12:00

Post by gglau » 25 Sep 2009 2:36

A commonly use trigger is file creation. When a process is done, it creates a file. When a process detects the existence of the right file, it can start execution.

User avatar
huoviman
Nouveau
Nouveau
Posts: 14
Joined: 15 Nov 2007 12:00

Post by huoviman » 25 Sep 2009 11:08

Take a quick look on utilities ctmcreate and ctmorder.
With them you can order jobs from ctm via cmdline (ctmorder) or even create totally new jobs dynamically (ctmcreate).

User avatar
markf
Nouveau
Nouveau
Posts: 134
Joined: 13 Jul 2006 12:00
Location: Switzerland
Contact:

Post by markf » 25 Sep 2009 1:46

We use 2 methods -

1. File Watcher is great at seeing file creation/deletion (as mentioned above) and that can then trigger Control-M jobs.
2. If you have a SNMP framework tool (Tivoli or ITO/OpenView etc) then they can send conditions through (I think the CM utility is ctm_contb) which, in turn, trigger jobs.

Post Reply