Search found 46 matches

by Manii
23 Dec 2016 2:38
Forum: Control-M Server
Topic: Adding NodeID's to the NodeGroup
Replies: 3
Views: 15096

Re: Adding NodeID's to the NodeGroup

Hi , Could not find direct command to do that , however this can be done with small for loop script . step 1 Create a file.txt which contain nodes to be added to nodegroup step 2 Write a shell script addnode.sh as below ================================ for node in $(cat read.txt) do ctmnodegrp -EDIT...
by Manii
01 May 2014 2:12
Forum: Exploitation / Operation
Topic: Suspend All New Day Jobs for 24 Hours
Replies: 6
Views: 11065

Hi,

You can ask some one from admin team to suspend the control-m server by ctmsuspend utility
in this case jobs will come into AJF but will not run untill the ctmsuspend utility run again to reinstat the normal processing .

THanks,
Chandramani
by Manii
30 Jan 2014 10:37
Forum: General News
Topic: How to check the db utilisation
Replies: 1
Views: 6605

Hi Surya,

you can use command (on Control-m Server) ctmdbused or ctmdbcheck command to check the current DB use

you can also find the same in ctm_menu --> DB maintainance --> report

Regards ,
Mani :D
by Manii
08 Jan 2014 7:54
Forum: Job Definition
Topic: Embedded script
Replies: 1
Views: 2914

Hi Mathieu, These are in Control-M DB under table CMS_JOBDEF in INSTREAM_SCRIPT you can run query select JOBNAME , INSTREAM_SCRIPT from CMS_JOBDEF ; Sample output :--- jobname | instream_script ------------+----------------- FIN6 | TEST1 | #!/bin/sh : : echo "this is test script " : echo "for checki...
by Manii
08 Jan 2014 7:33
Forum: Job Definition
Topic: Node Group
Replies: 3
Views: 13292

Hi Gopi, Node groups are for load balancing . You can define nodes/agent server under a node group for same application . by doing this you are balancing load on one server . also in CTM V7 you can define node restriction under a node such as CPU usage and Number of concurrent execution on node for ...
by Manii
16 Dec 2013 3:58
Forum: Monitoring
Topic: How to remove environment from Enterprise Manager?
Replies: 1
Views: 4889

you can delete gateway information from CCM of your old environment
by Manii
11 Dec 2013 12:31
Forum: Job Definition
Topic: Email from Step Tab
Replies: 3
Views: 3649

hi ANirudh,

from server its CMS_MAIL and in EM its DEF_DO_MAIL for for getting list of step tab email ID's


Thanks,
Mani :)
by Manii
11 Dec 2013 12:02
Forum: Monitoring
Topic: How to monirot Control/M
Replies: 2
Views: 5440

Hi, You can use ctmdbcheck utility to monitor the control-m server DB usage and it will trigger a shout to GAS on alert screen if DB size more than the specified limit Syntax ctmdbcheck 50 in this example , control-m will send an shout message if DB is 50% full of its capacity . You can create an cy...
by Manii
11 Dec 2013 11:52
Forum: Exploitation / Operation
Topic: table name to list out all the calendars in control-m
Replies: 2
Views: 5423

Hi Anirudh,

you can run below query in control-m server DB to list out all calender in control-m server .

select CALNAME from CMS_DATEMM ;


or from desktop use calender manager and export the list of calenders.

Thanks,
Mani :)
by Manii
11 Dec 2013 11:48
Forum: Control-M Control Module
Topic: Failed to connect Control-m/CM for SAP error
Replies: 2
Views: 8181

Hi Scott, you can increase the value of time-out for SAP connection from CCM to avoid this error . This is because of when Control-M tries to connect to SAP server and didnt get response in 120 sec ( Default value ) then jobs failed at submit stage itself and never started in SAP side . you need to ...
by Manii
11 Dec 2013 11:30
Forum: Job Definition
Topic: send email when the job is running longer
Replies: 4
Views: 4210

Hi Anirudh, You need to define a shout destination table and new destination in control-m server system parameter . you can add an destination and email type in your default shout table SYSTEM as follow, then while defining job in post-proc "TO" value you can give this email shout table logical name...
by Manii
11 Dec 2013 11:20
Forum: General News
Topic: Where are the entries of the old AJF stored?
Replies: 1
Views: 6886

Hi, CMR_IOALOG_X where x is an number is the table which contain archived log data of AJF , however for a month it might not be there its depend on how many days you are keeping archive data. for creation data which you have referred (number of executed jobs, number of jobs with status N, and so on....
by Manii
25 Nov 2013 9:03
Forum: Control-M Control Module
Topic: Control-M SAP
Replies: 4
Views: 7235

Hi Nick, test SAP account using CCM test utility also check in proclog directory cmsap* log file and see if any time out is occurring for the particluar SAP account or any other RFC error ... Also from CCM for SAP module configuration increase the time out for SAP from 180 to 300 Make sure while you...
by Manii
23 Oct 2013 7:42
Forum: Job Definition
Topic: Doubts about how updating the alarm
Replies: 4
Views: 4010

Hi,

Start and stop the GAS service from CCM, This would refresh the GAS

Make sure to check emgasrv process is not running in EM before starting up the GAS again

Regards,
Mani
by Manii
08 Oct 2013 3:35
Forum: Control-M Agents
Topic: Getting Agent Version
Replies: 3
Views: 6900

Hi ,

You can export the list from CCM also ,
It will give you agent version with fix pack also the OS platform information.
Hope this will help

This usually work on agent version 6.4 onward.

Thanks,
Mani