LDAP Server Is Down
When you are navigating your Oracle Internet Directory (OID) using Oracle Directory manager, you receive an error message “LDAP Server is Down”.
The possible reason why you receive this error “LDAP Server is Down” was the OID process might not be up on the server side.

LDAP Server Status Check
Issue opmnctl status command on the server to check the OID process.
$ORACLE_HOME/opmn/bin/opmnctl status Processes in Instance: OID.oracle.internet.directory.com -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | N/A | Down LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | N/A | Down OC4J | OC4J_SECURITY | 1472 | Alive HTTP_Server | HTTP_Server | 1445 | Alive OID | OID | N/A | Down
To bring up the OID process using opmnctl command: -
$ $ORACLE_HOME/opmn/bin/opmnctl startproc ias-component=OID
$ $ORACLE_HOME/opmn/bin/opmnctl status Processes in Instance: OID.oracle.internet.directory.com -------------------+--------------------+---------+--------- ias-component | process-type | pid | status -------------------+--------------------+---------+--------- DSA | DSA | N/A | Down LogLoader | logloaderd | N/A | Down dcm-daemon | dcm-daemon | N/A | Down OC4J | OC4J_SECURITY | 1472 | Alive HTTP_Server | HTTP_Server | 1445 | Alive OID | OID | 4741 | Alive
You may refer on the more on Oracle E-Business Suite With OID/SSO for integration and LDAP configuration details.
Leave a Comment


Recent Comments