OID in 10g Application Server (Standalone or with Apps) is quite important so today I am going to discuss how you should troubleshoot OID and related Issues .
How to Check if OID is UP ?
First check if OID/Oracle Internet Directory is Up or now. Following are few ways you can confirm if OID is up or not.
Method 1 :
opmnctl status (Execute it at Infra Oracle_HOME)
You should see output like
Processes in Instance: INFRA01.teachmeoracle.com
——————-+——————–+———+———
ias-component process-type pid status
——————-+——————–+———+———
OID OID 2355 Alive
Which means OID is up (Please note sometime if OID ports are not binded you will still see OID up but no OID ldap process. This is because opmn monitors/starts only oidmon - OID monitor process which in turn starts oid ldap process so opmn is not aware that oidmon was not able to start oid ldap server)
Method 2
Check if OID ports are listening or not
OID by default starts on both SSL (636) & Non SSL port (389) so check it with unix command netstat like
$ netstat -an grep 636 more
$ netstat -an grep 389 more
Troubleshoot OID
If you see OID process are not running then try to start OID , steps are
1. Make sure OID database & listener are up & running , If not start them . Sometime it happens that there might be more than 1 database in your system (one for E-Business, one for portal, one for disco and one for OID/Infra MR) and if you wish to find which database is used by OID–
open opmn.xml in ORACLE_HOME/opmn/conf
category id=”oidmon-parameters”
data id=”connect” value=”INFRA”/
data id=”host” value=”teachmeoracle.com”/
data id=”run-oidctl” value=”true”/
Which means OID database is on machine teachmeoracle.com & connect value is INFRA
2. After starting database you can try starting OID via opmn like
opmnctl startproc ias-component=OID or
opmnctl startall
Check for any error messages in $ORACLE_HOME/ldap/log
oidmon.log - OID monitor process log file
oidldapdXXXX.log - OID Ldapd server process log file
odisrvXXX.log - OID Integration & Provisioning Server log file
Check for error message in Metalink
If you see any error message in above log file & don’t understand feel free to leave comment on this blog.
Related Posts for OID
- Oracle Internet Directory OID
- Oracle Internet Directory - Basics II
- Integrate OID with AD Part I
- 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”
Popularity: 15% [?]




Good hands-on exercises (installation, patching, cloning), very experienced trainer worth every penny
7 users commented in " Oracle Internet Directory , OID Troubleshooting "
Follow-up comment rss or Leave a Trackback11.5.10.2
Unable to validate Identity management Realm for this Oracle Internet Directory. Please verify that Oracle Internet Directory, its database and listener are running, you have entered the host name and SSL port number correctly , and there is a valid Identity management Realm available.
What are you trying to achieve ?
check if OID is up by running
netstat -an | grep
netstat -an | grep
you should see LISTEN against oid port
Can you please let me know the difference between OID-Status is Stopped and OID-Status is Down?
This is my status in xml file.No such entry like data id=”host” value=”teachmeoracle.com”/.
what does it mean?im newbie to this.
Hi,
//
//
This is my status in xml file.No such entry like data id=”host” value=”teachmeoracle.com”/.
what does it mean?im newbie to this.
I am trying install OID in 2 servers with single metadata. 1st server is successful and allowing to do any operation from ldap client..
2nd OID instance installation success but configuration is failting at step “Infrastructure instance Configuration assistant” failed.. when i retry also have the same issue.. when check the server its installaed and running also.. but its running on readonly mode.. How can i change the status to write mode or how can i fix the issue while configuration..
Appreciated your help..
-Srinivas
Leave A Reply