In this series we shall see installation and configuration of OAM / OID
Before starting with installation make sure you meet below requirements:
System Requirements for Oracle Access Management 11g R2(11.1.2.0.0)
1)Minimum physical memory: 2 GB
2)Minimum available memory: 1 GB
3)Operating systems : Solaris 10, Solaris 11
4)Temp space: At least 80 MB
5)Swap space: At least 150 MB6
6)Java version : 1.6.0_26 and later.
Note :
1)Choose correct java version as incorrect version of java might lead to issues at configuration stage.
2)Please install are required OS level patches.
High Level Steps:
1)Install and configure Oracle
Database 11.2.0.3 on Solaris 10 Platform
2)Run Repository Creation Utility (RCU)
against Oracle Database to seed components schema.
Note: Make sure RCU version should
be same as product version i.e 11.1.2.2.0
3)Install Oracle Weblogic Server
10.3.6 for Oracle Identity and Access Management suite
(oam_server)
4)Install Oracle Identity and
Access Management suite (oam_server) 11.1.2.2.0
5)Install Oracle Weblogic Server
10.3.6 for Oracle Identity management (oid_server)
6)Install Oracle Identity Management
suite (oid_server)
7)Configure Oracle Identity and
Access Management suite (oam_server)
8)Configure Oracle Identity
Management suite (oid_server)
9)Install Oracle HTTP server (OHS)
10)Install Webgate Agent
Note:In this we shall create two
domains (best practice)
1)Oracle Identity and Access
Management suite (oam_domain)
2)Oracle Identity Management
suite (oid_domain)
Part 1:
Repository Creation Utility (RCU)
Before starting with RCU make sure below requirements are fulfilled:
-->Database character is set AL32UTF8 (Unicode)
–>Database initialization parameters: processes > 500, open_cursors > 500
–>Database initialization parameters: processes > 500, open_cursors > 500
-->Database and listener should be up and running.
Step 1) Unzip and run RCU from <RCU_CD>/bin/rcu.bat
Step 2) Select Create radio button then click Next
Step 3) Provide Database connection details on
below screen and click Next
Hostname: Hostname of server where database is installed.
Port : Port no where database is listening.
Service Name: Instance name of database
Username : sys
Password : *****
Step 4) Ensure RCU prerequisites is successful and click Next
Step 5) Select Identity management and click Next
(by default it selects dependent components also)
Note: Since we have specified prefix as DEV,all the schema will have DEV prefix appended to it.
Step 6) Again it will check prerequisites for
each product. Once successful please click OK and proceed.
Step 7) Provide schema passwords for all
schemas
Note : Here we have used same password for all schemas.
Step 8) This page displays all components
related information ,click Next
Step 9) Click Next for create table space
creation.
Step 10) Click Create to confirm with tablespace creation .
Steps 11) Login on database and check whether all the schemas have been created with below query.
"select USERNAME,DEFAULT_TABLESPACE,TEMPORARY_TABLESPACE from dba_users"
Steps 11) Login on database and check whether all the schemas have been created with below query.
"select USERNAME,DEFAULT_TABLESPACE,TEMPORARY_TABLESPACE from dba_users"
No comments:
Post a Comment