Filewatcher as utility in ctm gui interface

Everything about Control-M agents installation or setup.
Post Reply
LordOfAfford

Filewatcher as utility in ctm gui interface

Post by LordOfAfford » 08 Jun 2010 9:31

Hi,

Did any of you already use the gui interface of the filewatcher on CTM 6.3.01 for windows ?
I imported it as a tab on the job definition and I'm trying to fill in the mandatory fields now.
I seem to lack information on the File Name = File containing job Script 30 chars ??? What is this ???
I also need to specify the -agent switch but where do I do that ?

Tnx

LordOfAfford

User avatar
rchkevin
Nouveau
Nouveau
Posts: 67
Joined: 29 Oct 2007 12:00
Location: Chennai

Post by rchkevin » 16 Jun 2010 7:55

Hi,

If you want to use the -agent switch you do not need the FW panel. You can mention it in the command line of General Tab.

ctmfw -agent %%NODEID \\fileserver01\net\apps\arch*.dat 0 60 3 10 0

The parmaters are shown below.

ctmfw FILE
<mode> {CREATE|DELETE} Default: CREATE
<min_size> minimum detected size [|Bytes(B)|Kilo(K)|Mega(M)|Giga(G)] Default: 0
<sleep_int> between file search (seconds) Default: 60
<mon_int> between filesize comparison iterations (seconds) Default: 10
<min_detect> number of iterations while the size is static Default: 3
<wait_time> time limit for the process (minutes). Default: 0 (no time limit)
Effective while the file does not exists or, the file size is static and the minimum size was not reached
<mon_flag> monitor file size when wildcard is used Default: N
<start_time> <starting> Default: NOW
<stop_time> absolute stop time (HHMM or YYYYMMDDHHMM > Default: 0 ( No stop time )
<min_age> minimal age of file ( modified time ) format:xxxxYxxxxMxxxxDxxxxHxxxxMin > Default: 0

Post Reply