2014. 9. 24. 18:33
1. RDA for weblogic
-----------------------
RDA is shipped with Oracle Fusion Middleware 11g. You will find it in two places
  • MW_HOME/ORACLE_SOA/rda
  • MW_HOME/oracle_common/rda

RDA has two phases, setup and run. Setup needs to done one time, In which RDA will ask several Questions.
It will store those answers in setup.cfg file in the same directory from where you are running rda.
Once setup is done, subsequent runs will use the information in setup.cfg

KM note 1352181.1 describes all questions asked for the SOA module.

Running RDA for weblogic Server:
Go to your domain home/bin directory and set:
. ./setDomainEnv.sh

Go to MW_HOME/oracle_common/rda
Here first time you need to run:

Use the following RDA command for setup - no security filter:
Unix:
rda.sh -S -p WebLogicServer

MS Windows:
rda.cmd -S -p WebLogicServer

 

2. RDA Health Check : ./rda.sh -HCV

Posted by 아도니우스