INSTALLATION AND CONFIGURATION OF OAM 11gR2
In this post I will cover detail configuration steps for Oracle Access Manager 11 g R2.
Check the dependency to install Oracle Access Manager 11gr2
1) Oracle Database must be installed
2) Run Oracle Fusion Middleware Repository Creation Utility (RCU) to create and load the appropriate schema for Oracle Identity and Access Management products.
3) Install weblogic and create Middleware home.
4) Start the Oracle Identity and Access Management Installer
5) Install the Oracle Identity and Access Management 11gsoftware
Configuration of OAM in new Domain
After successfully installation of Identity and Access Management product and review the prerequisites configure the OAM in new domain. To do that goes to following location F:\Oracle\Middleware\Oracle_IDM1\common\bin And run the config.bat file
Check the create a new weblogic domain and click Next button.
Select the Oracle Access Manager .you can select other appropriate product as well, in my case
1) Oracle Identity Manager
2) 2) Oracle soa Suite
3) 3) Oracle Adaptive Access manger –server
4) Oracle Adaptive Access manager –Admin server
5) Oracle Enterprise Manger
And click next
Specify the domain name and location where domain created. And click next
Enter the user password (in my case: Welcome1) and click next
Select the mode (in my case Development mode and check the variable JDks and click next button.
Select all the schemas and change the required field as follows
DBMS/service: ORADB (your database service name)
Host Name: localhost
Port: 1521
Schema Password: Welcome1
Click next
Click next
Select Admin server,
JMS distributes destination
Managed servers
Deployment and services and JMS file store and click next
Click next
Check the SSL listen port and SSl state and click next
Click next
Click next
Select all servers and click next
Click next
Click next
Click next
Click create
DO not start the Admin server .In OAM 11gr2. There are some extra steps need to be done before running the Admin server.
Create the policy store in database Process of create Policy store in database
1) Navigate to ../Oracle\Middleware\oracle_common\common\bin
2) Execute the following commands. For each command it will show you the success messages as below screen shots.
Run this command
wlst.cmd F:\Oracle\Middleware\Oracle_IDM1\common\tools\configureSecurityStore.py -d F:\Oracle\Middleware\user_projects\domains\base_domain -c IAM -p Welcome1 –m create
It will show the bellow message
Info: diagnostic credential created in the credential store.
Info: Create operation has completed successfully.
F:\Oracle\Middleware\oracle_common\common\bin>
Start the servers
1) Admin server
2) OAM server
for more details refer the bellow document
http://docs.oracle.com/cd/E27559_01/install.1112/e27301/install.htm#CIHEDAJE





















thanks tushar it was really a great help for beginners
ReplyDelete