Agent restarted

Everything about Control-M agents installation or setup.
Post Reply
User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

Agent restarted

Post by satish » 09 Jun 2009 6:05

Hello,

Our control-M server agent get restarted automatically.
where do we find the logs of agent restarted? It is an aix server.
Any one can help me in this regard?

Regards,

Satish

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 10 Jun 2009 11:21

here is what is really done :
nohup ./$agent_dir/ctm/exe/p_ctmag > $CONTROLM/proclog/start_AG_$$.log 2>&1 &

so if you want to keep the log:

nohup ./$agent_dir/ctm/exe/p_ctmag > $CONTROLM/proclog/start_AG_$$.log

then the file stay in ~/ctm/proclog

have to modify for that the start-ag / shut-ag scripts in ~/ctm/scripts

regards
philmalmaison

User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

Post by satish » 18 Jun 2009 5:29

Thankyou for your nice reply.

Have a nice day.

satish.

Post Reply