How to check ODI agent is running or die ?
677729Apr 20 2010 — edited May 13 2010Hi..
Based on our scenario process, we have about 40 scearios process running and 5 ODI agent and the agent as below:-
nv2am 9202 1 0 Apr 15 ? 0:00 /bin/sh /acec/nv2am/bin/agent.sh -PORT=20912 -NAME=TFM_Agent -V=1
nv2am 9198 1 0 Apr 15 ? 0:00 /bin/sh /acec/nv2am/bin/agent.sh -NAME=NV2_Agent -V=1
nv2am 9210 1 0 Apr 15 ? 0:00 /bin/sh /acec/nv2am/bin/agent.sh -PORT=20913 -NAME=RND_Agent -V=1
nv2am 9206 1 0 Apr 15 ? 0:00 /bin/sh /acec/nv2am/bin/agent.sh -PORT=20911 -NAME=TdC_Agent -V=1
nv2am 9213 1 0 Apr 15 ? 0:00 /bin/sh /acec/nv2am/bin/agent.sh -PORT=20923 -NAME=Neax_Agent -V=1
Each of the ODI agent or java agent will be handle a few number of scenarios.
But, sometime the scenario process become hang and its will running back after i restart the scenario process. Why it is become like that ?.
I have asked our technical, and below is their respone:-
Unfortunately, once the process has been restarted it difficult to determine why it hung, but from your email it appears that java
had an error. If the agent, which runs as java, had an error then any process that is associated with the agent is very likely to
either die or hang, if java is not responding
As you modified how the agent are run, we had a single agent, you have added several additional agents, I suggest you look at
how you have the agents and java configured. Also how you have the different scenarios assigned to the agents you set up.
Could some somebody guide me, how to check either the ODI java agent is running or not or hang or die ?
Thank you,
Baharin