Monday 27 July 2015

OID Connector Installation in Oracle Identity Manager11gR2

Download the OID-11.1.1.6.0.zip from here OID-11.1.1.6.0.zip.

1)    Install the OID connector in OIM
2)    Configure IT Resource
3)    Create Sandbox and perform below operation and Publish the Sandbox-
a)    Create Form Designer
b)    Create Application Instance

4)     Run Catalog Synchronization Job
5)    Run LDAP Connector OU Lookup Reconciliation
=================================================================
Copy the OID connector (OID-11.1.1.6.0.zip) from local machine to server in Connector Default Directory and unzip the OID-11.1.1.6.0.zip file-

D:\OIM\OIMInstall\Oracle\Middleware\Oracle_IDM1\server\ConnectorDefaultDirectory

1)      Login to sysadmin console & click on manage connector
















2) Click on Install





















3) Select the Connector ODSEE/OUD/LDAPV3 Connector 11.1.1.6.0 and click on Load























4)      Click on Continue






















5)      Connector Installation is Success, Click on Exit Button






















Connector Configuration Steps-

IT Resource Configuration-

1)      Click on IT Resource in Sysadmin Console
















2) In IT Resource Type select LDAP and click on Search button, Click on Edit button in DSEE Server

















3)      Provide the below configuration Parameter in IT Resource

Configuration Lookup—Lookup.LDAP.OUD.Configuration
baseContext—“dc-dev,dc=com” (Note-double quotes required in Windows Installed OIM if you have installed on Linux the Double quotes not required)
Credential—“Password of OUD Connector”
Host—localhost
Port-- 2389
Principal—cn=Directory Manager
Ssl-- no






















4)      Click on Update-

















Create Sandbox for creating the Form and Application Instances

5) Click on Sandbox on right top corner and provide the below details-
Sandbox Name= OUD_APPInst
Sandbox Description== OUD_APPInst
Click on Save and Close.
















Form Creation through Form Designer

1)      Click on Form Designer in Sysadmin console















2)      Click on Create Button 
















3)      Click on search button on Resource Type and select LDAP User

















4)      After selecting the Resource Type LDAP User, available form fields would be displayed
Provide the Form Name=OUDForm
Click on Create button on top right corner
















Application Instance Creation

1)      Click on Application Instance in Sysadmin console-














2)      Click on Create Button
















3)      Provide the below details-
Name- LDAP
Display Name- LDAP (it will show in Catalog during request)
Description- LDAP App
Resource Object= LDAP User as per screenshot1.1
IT Resource Instance- DSEE Server as per screenshot1.2
Form= OUDForm (select from dropdown which will be created through Form Designer)

Screenshot1.1 (Selecting Resource Object)

















Screenshot1.2 (Selecting IT Resource)

















Below is the details on Application Instance and click on save button
















Below are the Application Instance details















4)      publish the sandbox.

5)      Run Catalog Synchronization Job to show the newly created App instance in catalog

a)     Click on Scheduler on Sysadmin Console



















b)     Search Catalog Synchronization Job and click to open

































c) Click on Run Now















6)      Run The LDAP Connector OU Lookup Reconciliation job





















Click on Open and Run Now-
















 OUD Resource is created and configured in OIM, now create the new user and assign the OUD (LDAP User) through Catalog.

Part2- Oracle Unified Directory 11.1.1.5.0 (OUD) Configuration

Oracle Unified Directory 11.1.1.5.0 (OUD) Configuration Steps, Connection with JXplorer, Start, Stop and Status of OUD Server

1)   Browse the below path where OUD is Installed
    C:\Users\CB SINGH\Oracle\Middleware\Oracle_OUD1
    cd C:\Users\CB SINGH\Oracle\Middleware\Oracle_OUD1
















2)    Run “oud-setup.batch” file














 
3)      In below screen OUD configurator are invoked















4)    Click on Next-




















5)      Provide the OUD Details- (LDAP Listener Port you can change anything) and click on Next-
      Save the Username/Password. (Use password - Welcome1) so that it would be easy to remember.





















6)      Select the Radio button and Click on Next-




















7)      In below screen you can select any option, I have selected the for automatically generate the 200 random data (You can change any number)




















8)      Select below option and Click on Next-



















9)      Provide the memory allocation as per availability in your system and Click on Next-




















10)      Below are the Review page whatever details I have provided- (Always copy & save this page for future use because these details required in IT Resource page for OID connector), Click on Finish-




















11)      OUD configuration is in Progress-



















12)      OUD Configuration is completed, Click on Close-



















=================================================

Connect OUD with LDAP Browser/JXPlorer

1)      Download the JXplorer from below link-


2)      Install the JXplorer

3)      Connect the OUD with JXplorer

Open the JXplorer--File--Connect and provide the below OUD details for connecting with JXplorer-

























4)      After Connecting with JXplorer it looks like below-



















==============================================================

Start, Stop and check the Status of OUD

1) Start the OUD

a) Go to the path where OUD is Installed and 

C:\CB\OUD\asinst_1\OUD\bat

b) provide the same path on command prompt, below is the path

C:\CB\OUD\asinst_1\OUD\bat> start-ds.bat


























2) Stop the OUD Server

 cd C:\CB\OUD\asinst_1\OUD\bat

C:\CB\OUD\asinst_1\OUD\bat> stop-ds.bat

3) Status of OUD Server

 cd C:\CB\OUD\asinst_1\OUD\bat

C:\CB\OUD\asinst_1\OUD\bat> status.bat

This is the Complete Installation and Configuration of OUD,Connection with JXplorer, Start, Stop, Status of OUD server.