For Installing Oracle Access Manager we need to fulfill the below pre-requisites:
- Install the Weblogic Server. (We are using WLS 10.3.2.0)
- Install the Database. (Please see the certification Matrix for the compatible database versions.)
We are using Oracle Database version 11.2.0.1.
- Create the Metadata Repository and necessary Schemas in the database required for the Oracle Identity Management components using RCU.
As we have used Oracle Weblogic 10.3.2.0, so we used RCU 111120 to create the necessary schemas into the database.
This will include the below components:
- Oracle Internet Directory
- Oracle Directory Integration Platform
- Oracle Virtual Directory
- Oracle Directory Services Manager
- Oracle Identity Federation
After above steps are complete we can Install the Oracle Access Manager.
Steps followed:
Start the Installer : ./Oracle_Access_Manager10_1_4_3_0_linux_Identity_Server -gui
Enter the OS username and Group name used for this installation.
Here, the username is : oamuser and group is oamgroup. Click Next.
Enter the Directory location for Identity Server Installation : /u01/app/oamIdentitySRV and click next.
Just click Next here:
In the Next screen You will be asked for the GCC run time library locations :
To find the library locations use the below command on another terminal window :
[websso@wbsso ~]$ find / -name "libgcc_s.so.1" 2>/dev/null
/lib64/libgcc_s.so.1
/lib/libgcc_s.so.1
[websso@wbsso ~]$ find / -name "libstdc++.so.5" 2>/dev/null
/usr/lib64/libstdc++.so.5
/usr/lib/libstdc++.so.5
Since we are using the 64 bit machine GCC run time library locations in our case will be :
/lib64/libgcc_s.so.1
/usr/lib64/libstdc++.so.5
Here We are selecting : Open Mode : No Encryption and Click Next :
enter the Server ID: IDServer148
Enter the hostname and Port and Click Next:
Check "Yes", if this is your First Identity Server and then Click next.
check the above boxes if your configuring the Identity Server to communicate with OID over SSL.
I am using the Non SSL configuration so, I will Next here:
Select the Option : Oracle Internet Directory , and Click Next:
As in my configuration oracle data is in the user directory and not in any separate directory, I selected the First option.
Click Next:
Click Next :
enter the Hostname : abc.testdomain.com
Port :3060
Root DN: cn=orcladmin
Password : weblogic123
Click Next :
So, the identity Server Installation is Finished .
No comments:
Post a Comment