This post covers overview of Oracle Directory Service Manager (ODSM) , new tool to manager Oracle Internet Directory (OID) and Oracle Virtual Directory (OVD)
JNDI – Java Naming and Directory Interface
LDAP – Lightweight Directory Access Protocol
ODM – Oracle Directory Manager (10g OID)
ODSM- Oracle Directory Services Manager (11g OID)
OID – Oracle Internet Directory
OVD – Oracle Virtual Directory
WLST- WebLogic Scripting Tool
.
Oracle Directroy Service Manager (ODSM) - is Java application (introduced in 11g OID/OVD) to manage OID and OVD.
a) ODSM is java application which runs on WebLogic Server (Managed Server – wls_ods1)
b) Oracle Directory Manager (tool to manage OID in 10g) is now deprecated in 11g OID.
c) ODSM uses JNDI to connect to OID & OVD
d) You can install and configure ODSM with OID/OVD during installation or later
.
How to find ODSM URL ?
Option 1 – $Fusion_Middleware_Home/ Oracle_Identity_Management_domain/ servers/ wls_ods/ data/ nodemanager/ wls_ods1.url
Option 2 – Identify Managed Server (wls_ods1) port and use URL http://host:port/odsm
.
How to access ODSM ?1. Start Managed Server wls_ods1
startManagedWebLogic.sh wls_ods1
2. Access ODSM from URL – http://host:port/odsm where default managed server (wls_ods1) port is 7005 (cn=orcladmin)
.
.
References
- ODSM Concept
- Use ODSM to Manage OID
- Troubleshooting Directory Services Manager
- Installing and Configuring Oracle Directory Services Manager
Related Posts for OID
- Oracle Internet Directory OID
- Oracle Internet Directory – Basics II
- OID to OID/Active Directory/iPlanet other LDAP Server Integration
- Multi Master OID Replication
- OID Architecture
- Oracle Internet Directory , OID Troubleshooting
- Server Chaining in OID
- OID Quesries/ Scripts FAQ
- OIDADMIN Client
- Oracle Identity Management (OID) 11g installation Issues on Linux
- OID 11g – Oracle Directory Services Manager (ODSM)
- DIP : Synchronization, Provisioing, Connectors, DSS in Oracle Directory Services (ODS) 11g
- OID Replication – Suppliers, Consumers, DRG, ASR/LDAP based replication
- ASR setup has failed – Error occurred while dropping database link : ORA-02084 : database name is missing a component while Configuring Multi Master OID replication using “remtool -asrsetup”
- OID 11g Down : Unable to Start OID 11g using OPMN (ODS schema locked ORA-28002)
- OID/Directory Services 11g – Schema, Object Class, Attributes
- OID 11g Distributed Install : DIP/ODSM (Java Component) & OID (LDAP/REPLD) on different machine
- OID Server Mode R, RW, RM: LDAP: error code 53 – Server currently in read only mode
- How to change OID 11g database schema (ODS) password
- How to add custom attribute, Object Classe in OID from command line or GUI
- Oracle Internet Directory (OID) and Real Application Cluster (RAC) database : Things you must know
- How to Update User Password in OID (single account or bulk) – command line or GUI
- Error starting OID 11g during configuration stage of OID installation on Windows Server “ProvisionException: Failed to start the component”
- How to delete Entries in OID 11g in Bulk – Delete Failed : Ldap Error Code 66 Not allowed on Non-Leaf
- How to find latest changelog number (or changes) in OID ?
- Context Initialization Error on running ldapsearch commands on OID Server
- How to find OID version and patches applied on OID Home ?
- How to change OID 11g LDAP/LDAPS listen port
- How to find/audit Failed Login Attempts in OID 11g
- Step by Step configuration of OID Multi Master Replication – LDAP based in OID 11g
- OID 11g LDAP based Multi Master replication : Configuration Entries you must know
- Configure SSL for Oracle Internet Directory (OID)
- How to backup Oracle Internet Directory (OID) 11g – Data : Full / Partial





Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny 
29 users commented in " OID 11g – Oracle Directory Services Manager (ODSM) "
Follow-up comment rss or Leave a TrackbackAtul Kumar I want touch you,can you tell me your mail id? or msn? Thanks!
Atul,
wls_ods1 is up and running. But the URL http://host:port/odsm is not working. What could be the possibility of this?
Your help is appreciated
Thanks
[...] can use a) Oracle Directory Services Manager (More on ODSM here) or b) command line tool (ldapXXXX) to add/modify/delete Object [...]
[...] (command line tool) or ODSM/OIDMON (graphical user interface) in OID 11g/10g resp. More on ODSM here Q.How to use command line (ldapmodify) to change OID server mode A. 1. Create change_mode.ldif [...]
[...] ODSM more here, is a Graphical Tool to create/view/manage Attributes/Object Classes (Select tab Schema & [...]
[...] OVD (If you have installed OVD with default settings then use SSL port 8899 for OVD). More on ODSM here 2.2.2 Select Adapter tab in ODSM 2.2.3 Click Create Adapter button 2.2.4 In new Adapter Wizard [...]
[...] Using ODSM (for OID 11g) or OIDMON (for OID [...]
Hi Atul,
We are implementing OID 11g (11.1.1.3) for the identity store.We have created users using ODSM tool.
When we are trying to login to ODSM using the newly created users,it is throwning error Invalid credentials..
Please suggest a solution..
Thanks
Rajendra
@ Rajendra Prasad,
Login to odsm (as of today) is supported only via cn=orcladmin .
If you wish to test your users which you created use ldapbind like
ldapbind -h oid_host -p oid_port -d “cn=your_user,cn=users,dc=[domain or oid_realm]” -w [your_user_password]
ldapbind -h oid_host -p oid_ssl_port -d “cn=your_user,cn=users,dc=[domain or oid_realm]” -w [your_user_password] -U 1
where default oid_port in oid 11g is 3060 and oid_ssl_port is 3131
Hi Atul,
Thanks for your quick response.
I have tested using ldapbind command they are working.
Regards
Rajendra
[...] value to 1 for entry cn=oid1, cn=osdldapd, cn=subconfigsubentry). This can be done via ODSM or using FMW Enterprise Manager Control or LDIF file as explained here. More on anonymous bind in [...]
[...] can delete an entry OID 11g using ODSM http://onlineappsdba.com/index.php/2009/09/30/oid-11g-oracle-directory-services-manager-odsm/ but if you try to delete an entry which contains sub-entry (leaf) then you will get error message [...]
Hi Atul,
We have current OID version 9.2.0.7 and we want it to be upgraded to 11g. Is this possible?
Also i need to know the impact of not running OID 11g in weblogic.
Are there any other middlewares other than weblogic lik tomcat which can be used and is it better compared to weblogic.
What are the advantages & disadvantages of using weblogic for OID 11g.
Regards,
Raghu
@ Raghu,
To upgrade OID to 11gR1, you should be on atleast 10.1.2 or 10.1.4.0.1 else first upgrade OID to one these version .
http://download.oracle.com/docs/cd/E21764_01/upgrade.1111/e10129/starting_points.htm#BABHFGFG
WebLogic in OID used only for DIP or to manage OID using GUI.
If you are not using DIP (EBS Integration, 10g/11g Portal or sync with AD or other directory) or can manage OID from command line (LDAP commands) then WebLogic is not required.
Thanks Atul for your information.
Hi Atul i want to install the OIDDAS component sepeartely to manage the OID 11g,now i mange it by odsm but i want OIDDAS its doable or not
thank in advance, aslo is there any web app can manage OID ????
Hi Atul,
I purchase the e-book “Oracle E-Business Suite (R12) Integration with OID/OAM for Single Sign-On but I do not know how to download or where to download. I was expecting I will be sent an email with download instructions.
Please, send me the link to download the book. I paid with Pay Pal.
Thanks.
@ vicosobase,
Please drop mail to email address mentioned in eBook with payment ID with things you would like to see in document. You will get updated copy with required content in 3 days.
Hi Atul,
i have a requirement in OID. we have created a seperate realm unlink “users” , so under the new relam i have created a new user , this user i have privileged (OracleDASCreateUser,OracleDASDeleteUser,OracleDASEdit,OracleDASUserPriv)him to create other users as we have some restrictions on not sharing orcladmin password to all, so we have done like this., Now if i login with odsm with that User it will say invalid credentials ( it would allow only with orcladmin), so how do a user will create another user in OID 11g ??
@ Sanjeev,
In OID 11.1.1.3 (or 11.1.1.4 as well not sure) and lower, only cn=orcladmin can login to ODSM.
What version of OID/ODSM you are using . Did you try with OID/ODSM 11.1.1.5 or 11.1.1.6 ?
Hi Atul,
Thanx for reply
We are currently using IDM 11.1.1.5 at our environment.
Thanx
Sanjeev
@ Sanjeev,
Could you please confirm that your requirement is to create user in new realm in OID and login using that realm ?
If Yes , what is DN of user which you created in different realm ?
What username you are using in ODSM ?
Did you check logs for wls_ods1 managed server.
Uesr Interface of (ODSM)in OID 11.1.1.1 that lets you to interact with Oracle Internet Directoy is allowed only to superuser in OID, my question is that can the access to User Interface of ODSM be allowed to all the users, if yes, please let me us know the mechanism. or has it been allowed in 11.1.1.2 and 11.1.1.5 (not sure whether released or not).
I think from ODSM 11.1.1.4 everyone can login as access to ODSM (they will have to use DN : distinguished name) . This works for sure in 11.1.1.5. You can also integrate ODSM to SSO so you can login using SSO account http://docs.oracle.com/cd/E23943_01/oid.1111/e10029/getting_started.htm#CIHBJGHA
[...] When you connect to OVD using ODSM , you use Admin Gateway Port as shown below – I changed OVD admin gateway port from 8899 to [...]
Hi Atul,
I have done Fresh Installed Entire Security Stack 11.1.1.6.0. I am able to access weblogic & managed server is also up & running & but still unable to access ODSM.
After successfully connection to ODSM, i would like to create some tree & than I will be doing OIM configuration with ldap sync.
What can be the possibility ?
Help Appreciated.
@IgnitedMind,) ?
Is ODSM managed server up and running ? Is there a process listening on ODSM managed server port (netstat -an | grep
Check ODSM managed server log file for issues
I am following the install guide for installing OID and integrating with R12.
I have registered the Instance with OID and registered EBS with OID and set the SSO profile options.
When I create a user in the ODSM the same is not being synchronized with EBS. The other way is working fine. Any new user added EBS is showing up in ODSM.
Can you tell me what I am missing ?
@ Predeep,
If you have our eBook http://onlineappsdba.com/index.php/book/ then there is step to enable debug via profile option and check messages in FND_LOG_MESSAGES table.
Few things I can think of two check
a) What options were used to integrate EBS with OID (was two way sync used)
b) Is DIP (managed server on OID) up and running, do you see any error in this managed server ?
Leave A Reply