Status Summary from command line

A lot of scripts ans example to extract information from Control-M tools.
Post Reply
User avatar
Deano
Nouveau
Nouveau
Posts: 42
Joined: 03 Jul 2006 12:00
Location: London´

Status Summary from command line

Post by Deano » 24 Jul 2009 10:39

Hi Guys,

I would like to be able to set-up a cyclic job that extracts the same info as performing a 'right click', 'Status Summary' on a server node.

Any ideas if there is an ctm... exe that does this?

many thanks
Deano

User avatar
rahulsehgal
Nouveau
Nouveau
Posts: 148
Joined: 19 Mar 2009 12:00
Location: Delhi
Contact:

Post by rahulsehgal » 24 Jul 2009 12:45

Hi Deano,

Are you talking about statistical data of the jobs?

If yes, then we can use ctmstats utility to list statistical data.

For Ex:- ctmstats -list 20090721000000 20090721235959

For more info on this utility check in Control-M Server Adminstator book, thanks.

regards,

User avatar
Deano
Nouveau
Nouveau
Posts: 42
Joined: 03 Jul 2006 12:00
Location: London´

Post by Deano » 31 Jul 2009 1:41

rahulsehgal wrote:Hi Deano,

Are you talking about statistical data of the jobs?

If yes, then we can use ctmstats utility to list statistical data.

For Ex:- ctmstats -list 20090721000000 20090721235959

For more info on this utility check in Control-M Server Adminstator book, thanks.

regards,
No, I am not referring to job stats. If you open a view point and then right click on either a Control-M Server or Application - you can then select Status Summary. This opens a window that contains percentage info on all jobs within that selection.

I want to be able to get that same information within a Control-M job, so that I can mail the users the status of their batch.

Many thanks for your feedback.

Deano

User avatar
rahulsehgal
Nouveau
Nouveau
Posts: 148
Joined: 19 Mar 2009 12:00
Location: Delhi
Contact:

Post by rahulsehgal » 31 Jul 2009 5:02

Hi Deano,

For this you can use uility ctmpsm but you need to write a small script to modify it as per your requirement, as in this utility you can find all the information for Ended Ok jobs, waiting etc on particular server.

For more information on this utility you can check in
Control-M Server Administrator guide, thanks.

http://www.scheduler-usage.com/modules. ... ad&cid=203

Regards,

Post Reply