Search found 46 matches

by Manii
30 May 2013 3:55
Forum: Job Definition
Topic: To plane a job
Replies: 3
Views: 3806

Hi olivier2c, Here is the solution for this. Set maximum rerun under execution tab to 1 In step tab of job On stmt=* CODE= COMPSTAT>0 Do = rerun On stmt=* CODE=RERUNNO=1 Do Condition = JOB-OK ODAT + Also you need to out condition under condition tab , so if job completed ok it will add the condition...
by Manii
29 May 2013 8:15
Forum: Control-M Enterprise Manager
Topic: SNMP TRAP - shout
Replies: 2
Views: 4720

Hi Nero1981, you need to update the General parameters in Control-M/EM parameters through CCM SnmpSendActive =1 SnmpHost = hostname SendSnmp =1 you need to get in touch with your system admin for snmp host configuration to send alert to destination Alternatively there is a way of sending alert to pa...
by Manii
29 May 2013 7:50
Forum: Job Definition
Topic: How to plan a special job
Replies: 1
Views: 2758

Hi olivier2c, what I understand your requirement , you want to re-run a job once it is completed OK and want to add condition . You need to schedule a job with Maximum Rerun value =1 under Execution tab ( to restrict rerun only only once ) Under Step tab On Stmt=* Code =OK Do Rerun Do Condition Name...
by Manii
27 May 2013 6:34
Forum: Job Definition
Topic: scheduling and prequiste conditions
Replies: 2
Views: 3358

Hi jstarkw, You can use a LATE SUBMIT shout to Thursday Job, to notify Operation team , if Thursday job does not get started on time . and moreover you can ask Application/development team to notify monitoring team to update on status of failed job so that they can either rerun or force completed it...
by Manii
17 May 2013 2:38
Forum: Control-M Control Module
Topic: Control-M for SAP log error
Replies: 4
Views: 12870

yes for windows agent you need to stop and start the services from service panel in windows Sometime on CCM it takes time to reflect the status of agent status however it does not affect anything , as its showing in your output of commands ag_diag_comm and ctm_diag_comm --- Recycling agent form CCM ...
by Manii
16 May 2013 5:34
Forum: Control-M Control Module
Topic: Control-M for SAP log error
Replies: 4
Views: 12870

This error indicate that load balancing is set to XAL in BMC control-M for SAP configuration --- You need to change the load balancing algorithm from XAL to SAP default using CCM Go CCM right click on CM (SAP) for the problematic agent/host and select configuration management to change the load bala...
by Manii
16 May 2013 5:20
Forum: Control-M Enterprise Manager
Topic: Control - M scheduling a job hourly
Replies: 5
Views: 12760

Hi anirudhp, Create a Dummy Job - D which is running when you need to run the sequence of A--> B --> C For Job D - IN() OUT (C+) -- C is dummy job which is time dependent and adding condition C+ to start the Job A Now setup would be as follow :- Then condition should be as below For job A - IN(C+) O...
by Manii
15 May 2013 4:30
Forum: Control-M Enterprise Manager
Topic: Control - M scheduling a job hourly
Replies: 5
Views: 12760

Hi, If you want to run Job in sequence A--> B --> C Then condition should be as below For job A - IN() OUT(A+) -- cyclic job set for every 5 mins For job B - IN(A+) OUT(B+,A-) -- cyclic job set for every 0 mins For job C - IN(B+) OUT(B-) -- cyclic job set for every 0 mins Now A is independent and wi...
by Manii
13 May 2013 7:03
Forum: Job Definition
Topic: New Daily
Replies: 4
Views: 4780

you can Change below parameter using CCM Go to Tools --> Control-M/EM System Parameters then Parameter type --> gtw Name --> MaxOldDay --> ( number of days) name --> MaxOldTotal --> ( Number of days) I prefer to have 7 days data .. because it will be save in DB and can cause DB used warning if you w...
by Manii
09 Apr 2013 9:51
Forum: Job Definition
Topic: Old Logs in control-m
Replies: 1
Views: 3479

Hi, It depends on how the parameters are set for CTM server see in system parameters on Control-M server 7) Maximum Days to Retain Sysout Files : 4 Sysout will be kept for above mentioned days , however if you want to keep the sysout of jobs for long time than you can schedule job with post -proc pr...
by Manii
08 Apr 2013 8:45
Forum: Control-M Agents
Topic: How to rename a unix agent
Replies: 6
Views: 14072

Hi ,

You can update the CONFG.dat file for agent in below path

~<controlm>/ctm/data/CONFIG.dat

LOCALHOST <New>
LOGICAL_AGENT_NAME <New>

Then u can verify it by ctmagcfg

after this restart the agent services to know gateway know the new name

Thanks,
Mani
by Manii
08 Apr 2013 7:13
Forum: SQL Scripts
Topic: Script do know info from Agents
Replies: 3
Views: 10629

you can run the following command on Control-M Server DB to get all Nodes associated to it and used in Jobs


select distinct NODEID from CMS_JOBDEF ;
by Manii
04 Apr 2013 10:19
Forum: SQL Scripts
Topic: Script do know info from Agents
Replies: 3
Views: 10629

Hi, If you are using same ports ( Server-to-agent & Agent-to-server ) in new version 8, then you need to update 2 parameter in agent configuration Update the config.dat file under <agent>/ctm/data First 2 parameters are CTMSHOST and CTMPERMHOSTS, here you need to replace/add the new control_M server...
by Manii
04 Apr 2013 10:01
Forum: General News
Topic: Control-M DB utilities is failing
Replies: 1
Views: 13779

HI

if you are using Control-M V7
Then u can check the DB space first , as per WD log it shows that it low in space

Go to CTM_MENU --> Option 2 --> Option 3 (Reports) --> Option 3 (Database Storage Report)

This will show the used percentage of DB, if required u can extend the sizie of your DB
by Manii
15 Mar 2013 5:09
Forum: Exploitation / Operation
Topic: Job submitted but not started
Replies: 2
Views: 4680

its seems that SL process or TR process hung for sometime or the status directory was not updated for job id, thats the reason job hung . as soon as you held the job it initiated the CS process again and which result in status directory to change the status of job and it refreshed the SL and TR proc...