Search found 76 matches

by sharas
18 Mar 2015 4:29
Forum: Job Definition
Topic: Kill a "currently running" job
Replies: 2
Views: 4340

Re: Kill a "currently running" job

Hi You could send an outage if the job is running longer than expected time to send a SHOUT to a script on Control-M server which in turn runs a ctmkilljob utility . Please note you could also pass order id as parameter in SHOUT . usage: ctmkilljob [ -ORDERID <unique order ID> ] [ -NODEID <name> ] [...
by sharas
18 Mar 2015 4:24
Forum: Job Definition
Topic: How to make a job Dummy in active environment 4 certain time
Replies: 7
Views: 11910

Re: How to make a job Dummy in active environment 4 certain

Hi I don't think you can change the task type but alternatively you could dummy out the command line by prefixing a # or by amending the command to a simple sleep or echo etc . You could do it interactively manually or using ctmpsm ctmpsm -UPDATEAJF <orderid> <HOLD|FREE|DELETE|UNDELETE|RERUN|CONFIRM...
by sharas
20 Nov 2014 4:59
Forum: Exploitation / Operation
Topic: Patrol for control-m
Replies: 1
Views: 5434

Re: Patrol for control-m

Its a monitoring tool from BMC . You can monitor FS space , DB space , particular error codes in logs etc .
by sharas
13 Nov 2014 8:17
Forum: Control-M Server
Topic: invalid characters in node groups and node ids
Replies: 0
Views: 21603

invalid characters in node groups and node ids

Hi All Our CMS is crashing very often . When checked logs , there are many errors for invalid characters in nodegroup and node id names . I am looking to delete them . I can't see any special character from CTM server ctmnodegrp menu. I can see in CCM node manager but it does not allow me to delete ...
by sharas
26 Mar 2014 2:56
Forum: Control-M Agents
Topic: Should Control-M job owner be part of remote desktop group ?
Replies: 1
Views: 5080

Should Control-M job owner be part of remote desktop group ?

Hi All

Should Control-M job owner be part of remote desktop group which allows user to log on to the agent box using terminal sevices to be able to run jobs ? I did not find it anywhere in the agent admin doc though .

Thanks,
Sharas
by sharas
06 Feb 2012 2:13
Forum: Exploitation / Operation
Topic: script to distribute ControlM agent install/upgrade via SCCM
Replies: 0
Views: 21697

script to distribute ControlM agent install/upgrade via SCCM

Hi , Any one has ever tried to distribute Control-M agent install / upgrade using MS SCCM tool ? If yes , what would be the procedure batch file / VB scripts required for implementation ? We chose to follow this as we have hundreds of windows agents to be upgraded and manual upgrade would tedious ta...
by sharas
06 Feb 2012 2:11
Forum: Scripts
Topic: script to distribute ControlM agent install/upgrade via SCCM
Replies: 0
Views: 24299

script to distribute ControlM agent install/upgrade via SCCM

Hi , Any one has ever tried to distribute Control-M agent install / upgrade using MS SCCM tool ? If yes , what would be the procedure batch file / VB scripts required for implementation ? We chose to follow this as we have hundreds of windows agents to be upgraded and manual upgrade would tedious ta...
by sharas
16 May 2011 5:43
Forum: Scripts
Topic: Is there a script to reppoint Control-M unix agents
Replies: 3
Views: 8569

Is there a script to reppoint Control-M unix agents

Hi scripting experts, I was wondering if there is a script for switching the Control-M agent's environment ( primary host ) . For example , we have two Control-M servers ctmapp and ctmtools . We sometimes need to point the agent to ctmtools from ctmapp and back when the testing is done . I know we c...
by sharas
25 Apr 2011 10:10
Forum: Control-M Server
Topic: DataStage with Control-M
Replies: 3
Views: 9150

Hi, There should be a command in datastage that triggers a job basing on the parameters we pass to it . basically it requires datastage admin user name, password and datastage job name and project name . datastage admin can develop a custom script to hardcode the constants and just pass the required...
by sharas
23 Feb 2011 1:21
Forum: Control-M Server
Topic: how to unconfigure a remotehost
Replies: 2
Views: 3459

how to unconfigure a remotehost

Hi, We had a remotehost and now that we have installed local agent on the server, I want to unconfigure the remotehost and want to use it as local agent . I ran the command ctmhostmap -action delete -node <remote> Action 'delete' ended successfully. But it appears in the list after some time and the...
by sharas
22 Feb 2011 12:52
Forum: Control-M Enterprise Manager
Topic: Is there a way to disconnect inactive sessions of GUI users
Replies: 0
Views: 9820

Is there a way to disconnect inactive sessions of GUI users

Hi All, This would be extremely useful in our environment so any inputs will be highly appreciated . Question 1) Is there any paramater or any way or way around that can disconnect the GUI session of EM users ? let us say after 1 hour of inactivity ? Quetion 2) where exactly audit files GUI users lo...
by sharas
07 Jan 2011 10:48
Forum: Reporting
Topic: Failed to Load Back End Name
Replies: 7
Views: 17281

Hi, I also facing same error . Below is the job's log. Job is not submitted and no sysout is created . 06/01/11 20:00:08 TR5080 FAILED TO SUBMIT JOB LHSKPMPS04. Message from Agent follows 06/01/11 20:00:08 TR5167 Failed to Load Back End Name 'OS' 06/01/11 20:00:08 TR5134 ENDED NOTOK 06/01/11 20:00:0...
by sharas
28 Dec 2010 9:23
Forum: Exploitation / Operation
Topic: Is there any utlity in EM to view GAS alerts ?
Replies: 11
Views: 7084

hi, for your reference . I have copied below the command I ran against database . SQL> select to_char(HOST_TIME, 'YYYYMMDDHH24MISS') as "HOST_TIME",SERIAL,UPD_TIME from ALARM where HOST_TIME between '20101228' and '20101228' order by SERIAL; select to_char(HOST_TIME, 'YYYYMMDDHH24MISS') as "HOST_TIM...
by sharas
28 Dec 2010 7:37
Forum: Exploitation / Operation
Topic: Is there any utlity in EM to view GAS alerts ?
Replies: 11
Views: 7084

Hi Kevin/Phil, Yes. Both of you are true . Kevin, Your suggestion was very helpful for me and I appreciate your help . As you said I have selected the HOST_DATE in YYYYMMDDHH24MISS format. The selection part works well now. But when I try to perform a between operation to select alerts of a range ( ...
by sharas
24 Dec 2010 7:56
Forum: Exploitation / Operation
Topic: Is there any utlity in EM to view GAS alerts ?
Replies: 11
Views: 7084

Hi Kevin,

My problem is that HOST_TIME attribute gets only alert date like 24-DEC-2010 , But I need alert time as well . You have any idea ?

Thanks in advance,
Sharas .