Tuesday, July 8, 2008

Cloning of Agent





This is an example on how to clone agent, Install it on all other nodes that you need to manage.
******************************************

tar -cvf agent10g_bin.tar agent10g

scp agent10g_bin.tar.gz /Dest-Server/u01/oracle

cd /u01/oracle gunzip agent10g_bin.tar.gz

tar -xvf agent10g_bin.tar

cd /u01/oracle/agent10g/oui/bin ./runInstaller -clone -forceClone ORACLE_HOME=/u01/oracle/agent10g ORACLE_HOME_NAME=agent10g -noconfig -silent



/u01/oracle/agent10g/root.sh

vi $AGENT_HOME/sysman/config/emd.properties --->as described in previous post
/u01/oracle/agent10g/bin/agentca -f

/u01/oracle/agent10g/bin/emctl secure agent

0 comments: