Clone Agent Configuration

Posted By Sagar Patil
  1. If you have a working EM grid console configuration, you can TAR a client configuration and clone it at other nodes.

  2. Tar the working agent at node
  3. $ cd /opt/oracle/product

    $ ls -l
    total 8
    drwxr-xr-x  65 oracle9    oinstall      2048 Oct 10  2006 9.2.0
    drwxrwx—   3 oracle9    oinstall        96 Nov 19 13:29 agent_10g

    $ tar –cvf agent.tar agent_10g

  4. Set the ORACLE_HOME to /opt/oracle/product/agent10g< ?xml:namespace prefix = o />

$export ORACLE_HOME=/opt/oracle/product/agent10g

4. Run the installer as shown below -

$cd $ORACLE_HOME/oui/bin Or

$cd /opt/oracle/product/agent10g/oui/bin

$./runInstaller -clone -forceClone ORACLE_HOME=$ORACLE_HOME ORACLE_HOME_NAME=agent10g -noconfig –silent

5. Run the root.sh as root user

/opt/oracle/product/agent10g/agent10g/root.sh

6. Amend the REPOSITORY_URL and emdWalletSrcUrl parameters in the <AGENT_HOME>/sysman/config/emp.properties configuration file to make the agent point to right grid server

7. Run the agent configuration assistant

$cd $ORACLE_HOME/bin or

$cd /opt/oracle/product/agent10g/bin

$./agentca -f

8. Secure the agent

$./emctl secure agent <password>

9. Start the agent, if not already

$./emctl start agent

Leave a Reply

You must be logged in to post a comment.

Top of Page

Top menu