New day procedure

Everything about Control-M Server installation or setup.
Post Reply
User avatar
gwr_d
Nouveau
Nouveau
Posts: 12
Joined: 25 Jan 2010 12:00

New day procedure

Post by gwr_d » 30 Mar 2010 2:55

Hi All,

Is there a way to check the when new day procedure is running

User avatar
nicolas_mulot
Nouveau
Nouveau
Posts: 149
Joined: 07 Jan 2010 12:00

Post by nicolas_mulot » 30 Mar 2010 3:29

1°)By menu:
ctm_menu --> Parameter Customization --> System Parameters and Shout Destination Tables --> System Parameters --> Day Time

2°)By SQL request against ctm DB
select DAYTIME from CMS_SYSPRM

User avatar
nicke
Nouveau
Nouveau
Posts: 18
Joined: 22 Oct 2007 12:00

Post by nicke » 31 Mar 2010 8:35

If you mean that you want to check in your active enviroment you can always issuing the ctmlog command as Server admin account and then grep for "NEW DAY PROCEDURE STARTED".... another option is if you want to check what the New Day Time parameter is set to is to check from the EM CCM if you have your Control-M Server set to Managed...

User avatar
catchtony
Nouveau
Nouveau
Posts: 50
Joined: 12 Sep 2008 12:00
Contact:

Post by catchtony » 21 May 2010 2:35

To add to this question , how can we get to know that the NDP processing has finished in our control-M without having to check for the jobs individually in the ODAT section ?

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 25 May 2010 4:49

use the ctmlog list , and grep the corresponding number messages, as start of new day procedure, cleanup if it's requiered, agent clenup, and userdaily's
exemple of messages :
ctmlog list `date '+%y%m%d'` 0350 `date '+%y%m%d'` 0500 \
| grep "${owner}" \
| egrep "\|CD\|5040\||\|CD\|5011\||\|CD\|5006\||\|CD\|5043\||\|CD\|5061\||\|CD\|5103\||\|CD\|5062\||\|CD\|5041\||\|CD\|5103\|"

this is in case of new day procedure at 0400

regards
philmalmaison

Post Reply