Search found 473 matches

by Walty
16 May 2011 7:34
Forum: Job Definition
Topic: command and post command
Replies: 1
Views: 1793

Hi,

Yes, the Post Command is executed immediately after running the job (OK or NOTOK)
The return code of the Post Command is ignored
Not valid for Group Scheduling Tables
by Walty
30 Apr 2011 9:27
Forum: Control-M Enterprise Manager
Topic: Gateway stay down after creation
Replies: 4
Views: 7577

Hi, Perhaps the status for this Gateway was not registered correctly in the COMMREG table in Control-M/EM db Try to delete the bad entry for this Gateway in the COMMREG table of Control-M/EM db 1) Put specific Gateway in DOWN status from Administration Facility 2) Execute SQL query like this to disp...
by Walty
29 Apr 2011 10:11
Forum: Control-M Enterprise Manager
Topic: Gateway stay down after creation
Replies: 4
Views: 7577

Hi, On < emuser > enter the < root_menu > command (Unix only) and check if your defined EM components are OK If i remember for v6.2 : - Gateway --> running - GCS --> registered (if defined) - GUI_Server --> alive - GAS ---> alive - Maint_Agent ---> alive - Orbix ---> running If not try: - Stop Orbix...
by Walty
28 Apr 2011 5:01
Forum: Job Definition
Topic: Does Control-M support web services calls to import the XML
Replies: 8
Views: 8936

Hi sandu,

Look this post
Only autorized users can used this tool
by Walty
28 Apr 2011 10:01
Forum: Job Definition
Topic: Does Control-M support web services calls to import the XML
Replies: 8
Views: 8936

Hi, We work in a manner quite similar to the sandu approach. - XML input file generated for ' deftable' utility in a directory monitored by a File Watcher - Definition (Table or Scheduling Group) created in CONTROL-M/EM database using the ' deftable ' utility. - Uploading definitions to Control-M/Se...
by Walty
28 Apr 2011 9:06
Forum: Job Definition
Topic: Doubt with agent alert
Replies: 9
Views: 8442

Hi futre25, The NS process logs are located on $HOME/ctm_server/proclog Try this actions: 1) Put the agent 'clh_mas3' in status Disable (CCM or ctm_menu) 2) Search in the AJF if you have jobs on agent 'clh_mas3' select * from CMR_AJF where NODEID = 'clh_mas3' or NODEGRP = 'clh_mas3' If yes , Hold an...
by Walty
27 Apr 2011 4:59
Forum: Monitoring
Topic: audit of windows users connected to EM
Replies: 2
Views: 4442

Hi,

You can use also this commands from <emuser> from Unix:

ecs ctl -U <emuser> -P <password> -M <hostname> -C GUI_Server -name <logical_datacenter> -cmdstr "PGUI"

ecs ctl -U <emuser> -P <password> -M <hostname> -C GUI_Server -all -cmdstr "PGUI"
by Walty
27 Apr 2011 1:06
Forum: Monitoring
Topic: audit of windows users connected to EM
Replies: 2
Views: 4442

2 suggestions: 1) Open a command prompt window and specify the < ccmcli > command C:\>ccmcli '-cmd' and '-ctlcmd' options are mandatory fields, but mutual exclusive. You must specify one of them, but not both. Description: ccmcli The ccmcli utility enables to perform basic management operations on C...
by Walty
27 Apr 2011 11:34
Forum: Job Definition
Topic: Doubt with agent alert
Replies: 9
Views: 8442

After discovery has been performed, the agent is known to CONTROL-M/Server by its node ID (hostname or alias). The CONTROL-M/Server uses the TCP/IP protocol to communicate with all agents. It maintains a list of all agents to which it submits requests and assigns a status to each agent. $ HOME / ctm...
by Walty
27 Apr 2011 8:24
Forum: Reporting
Topic: If a job doesn't start or complete by a specific time
Replies: 17
Views: 32490

Very strange. I use Shout Destination tables for multiple actions without particular problems (v6.3.01.700) Your Shout Destination table used is it active ? (ctmshtb) I tried 2 executions (Exectime & Late Time) and it's work without problem Shout Destination table (SYSTEM): 11 P S KILLJOB /tmp/killj...
by Walty
26 Apr 2011 3:15
Forum: Job Definition
Topic: Doubt with agent alert
Replies: 9
Views: 8442

Hi futre25, Sometimes this happens if you asked an agent with an incorrect name. 1) List of mistaken agent : ctm_agstat -list "*" | grep unavailable 2) Check the following directory: $ HOME / ctm_server / data / AGSTAT $ HOME / ctm_server / data / AGPRM $ HOME / ctm_server / data / AGSTAT_RJX If a f...
by Walty
26 Apr 2011 12:17
Forum: Reporting
Topic: If a job doesn't start or complete by a specific time
Replies: 17
Views: 32490

Hi futre25, In your script: echo "Lanzado KILL JOB: $2" > /tmp/prueba_kill.txt & ctmkilljob -ORDERID $2 & ctmshout -DEST ECS -SEVERITY U -MESSAGE "JOB with ORDERID=$2 was Killed " & The ampersand ( & ) sign must be present at the end of each command The <ctmshout> utility send alerte to GAS In PostP...
by Walty
08 Apr 2011 4:07
Forum: Reporting
Topic: What is the utility of TASK_TYPE=[b]DETACHED[/b] (Job type)
Replies: 2
Views: 5922

Hi,

Other post here or there
by Walty
08 Apr 2011 1:29
Forum: Control-M Server
Topic: HELP:Upload impossible. Internal error returned from server
Replies: 8
Views: 10837

Hi futre25, The location of the Gateway log file : - Windows = home_directory\log - UNIX = home_directory/log/ The full file name of this file is: gtw_log.data_center.date.seq_num - data_center = Name of the data center. - date = current date in yyyymmdd format. - seq_num = Sequential number for the...
by Walty
08 Apr 2011 9:45
Forum: Control-M Server
Topic: Command line utility to Order/Force a Scheduling Group ?
Replies: 3
Views: 6824

Hi,

You can run those utilities in command line or in a script :

- ctmorder
- ctmudly
- cli