Agent Config Through Opmn

3
Create agent in ODI Studio Edit the odiparam.bat file Test the agent by starting from command prompt 1. cd %ODI_HOME%\Agent\bin agent –NAME=Localagent

description

ODI standalone Agent configuration using OPMN

Transcript of Agent Config Through Opmn

Create agent in ODI Studio

Edit the odiparam.bat file

Test the agent by starting from command prompt

1. cd %ODI_HOME%\Agent\bin agent NAME=Localagent

Configure the agentcreate.properties file

Set the environment variables in odi_opmn_addagent.bat file

Add the agent to opmn using the following command from command prompt.

cd %ODI_HOME%\Agent\bin odi_opmn_addagent agentcreate.properties

Once the agent is added check the status of opmn as follows.

cd %ORACLE_INSTANCE%\bin opmnctl status

If the odiagent is down, then start it using the command,

opmnctl startproc ias-component=Localagent

Again check the opmn status.