OIM 11g R2 Installation High level steps


OIM 11g R2 Installation & Configurations
High Level Steps :
  1. Install the Database
  2. Alter DB system properties
  3. Run RCU to create the OIM specific schema .
  4. Install Weblogic
  5. Install SOA
  6. Install OIM
  7. Create Weblogic Domain
  8. Configure OIM .
  9. Restart the Server’s.
  10. Create full client jar and add to respective locations
  11. Configure Design Console.
  12. Set compiler path
  13. Version of Components Used:
    Component
    Component Version
    Oracle Database
    11.2.0
    RCU
    11.2
    Oracle Identity Manager
    IAM 11.1.2.0.0
    SOA Suite
    11.1.1.6
    Weblogic
    10.3.6
    Jdk
    Sun JDK 1.6 Update 34 (jdk1.6.0_34)
          

Alter DB system properties ( Step 2)

Increase the number of cursors cached and processes in the DB
alter system set session_cached_cursors=100 scope=spfile;
alter system set processes=500 scope=spfile;

 For 11gR2 the DB needs more resources and instead make the following increases
alter system set aq_tm_processes=1 scope=both;
alter system set db_cache_size=150994944 scope=both;
alter system set java_pool_size=125829120 scope=both;
alter system set shared_pool_size=183500800 scope=both;
alter system set open_cursors=800 scope=both;


Restart Admin Server and start Managed servers by
D:\Oracle\Middleware\user_projects\domains\oim_domain\bin >
 startManagedWebLogic.cmd soa_server1
startManagedWebLogic.cmd oim_server1
Access the consoles by :


Creating full client jar :
  1. Set Java in classpath and then open cmd prompt
  2. cd D:\Oracle\Middleware\wlserver_10.3\server\lib
  3. java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
  4. copy the jar to design console folder /ext D:\Oracle\Middleware\Oracle_IDM1\designconsole\ext
  5. start design console

Comments

Popular posts from this blog

OIM Interview Questions -Collections Part 1

OIM Interview Questions -Real Interview based Question