Step 3 - Run RCU and Create domain

In this blog we will run RCU for creating required database tables for OAM and OIG(OIM) & post that will create domain.

This blog is part of bigger series.  I have divided OIM-OAM installation in 5 posts.  It is 3rd post of this series. 

Below are the steps 

1.Installation and Configuration of Oracle Database 12c for OIG - OAM

2.  Download binaries, install JDK, setup env variables and run quick installer for WebLogic-SOA-OIM-OAM infra

3. Run RCU and Create domain.

4. Post installation configurations

5. Start Services and issue faced


This blog has 2 sections:-

A. Run RCU
B Create Domain

Run RCU

12c onward RCU  is not a separate component, it is bundled with binaries and available in oacle_common. So navigate to bin directory in oracle_common and run rcu as administrator.

 
Click Next on Welcome screen


Select 'Create Repository' and 'System load and Product Load' option



Provide database parameters



It will check for pre-requisites 


It is most important step, first give some prefix or better keep it as Dev and select Oracle Identity Manager and Oracle Access Manager in IDM Schemes, rest would get auto selected



It will check for pre-requisites




Select same password for all schemas, may have simple password as Password1


In Custom Attribute screen, set SOA Infrastructure value as 'Medium' & HealthCare Integration as 'No'


Click Next on Map Tablespace screen


Confirm as Ok


It will show popup once created.


That is fro



Click on Create


Close


Create Domain

Navigate to bin directory of Oracle_Home/oracle_common/common and run config file as administrator.


Select create a new domain and give domain location <it will be under Oracle_Home>


Select Oracle Identity Manager and Oracle Access Management Suite, rest would get auto selected.


Select Default Persistent Store and JMS File Store


Select application domain in same Oracle_Home


Set Password for weblogic user. For Local setup, you may set it as simple as Password1


Domain mode would be Deployment and also verify JDK location as it must be correct, in case it is not correct, browse and select right JDK that we installed.


Provide Database details and In schema Owner change prefix that you set during rcu creation, default prefix is Dev.


In Datasources, update schema owner of all components  from DEV_OIM to yourprefix_OIM etc.



Do JDBC Test, make sure Test is successful


In Credentials screen - set passwords for Keystore, OIMSchemaPasswoed, Sysadmin, weblogicAdminkey. We may change default usernames too. But for our local setup better keep them default and also set same password for all these parameters.


Click Next


Make no change in Advance configuration


On configuration Summary page click create. You may see error CFGFWK-40326: Invalid coherence server address, ignore that.

Next


End of Configuration - Click Finish and don't select Start Admin server option.


That's from this post. Please comment if you have any query, click here for next step.

Comments

Popular posts from this blog

Step - 1 Installation and Configuration of Oracle Database 12c for OIG - OAM

Step - 2 Download binaries, install JDK, setup env variables and run quick installer for WebLogic-SOA-OIM-OAM infra