Validating Oracle Directory Services Manager Validating Oracle Directory Integration Platform

8-10 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management Admin Server and EM Location console SetHandler weblogic-handler WebLogicHost ADMINVHN WeblogicPort 7001 Location Location consolehelp SetHandler weblogic-handler WebLogicHost ADMINVHN WeblogicPort 7001 Location Location em SetHandler weblogic-handler WebLogicHost ADMINVHN WeblogicPort 7001 Location Location odsm SetHandler weblogic-handler WebLogicCluster idmhost1.mycompany.com:7005,idmhost2.mycompany.com:7006 Location VirtualHost Restart the Oracle HTTP Server, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

8.5 Validating the Application Tier Configuration

This section includes steps for validating Oracle Directory Services Manager and Oracle Directory Integration Platform. This section contains the following topics: ■ Section 8.5.1, Validating Oracle Directory Services Manager ■ Section 8.5.2, Validating Oracle Directory Integration Platform

8.5.1 Validating Oracle Directory Services Manager

Follow these steps to validate the Oracle Directory Services Manager installation: 1. In a web browser, go to Oracle Directory Services Manager ODSM at: http:hostname.mycompany.com:portodsm For example, on IDMHOST1, enter this URL: http:idmhost1.mycompany.com:7006odsm and on IDMHOST2, enter this URL: http:idmhost2.mycompany.com:7006odsm 2. Access ODSM through the load balancer address: http:admin.mycompany.comodsm 3. Validate that Oracle Directory Services Manager can create connections to Oracle Internet Directory. Follow these steps to create connections to Oracle Internet Directory: Extending the Domain with Oracle Directory Integration Platform and ODSM 8-11 To create connections to Oracle Internet Directory, create a connection to the Oracle Internet Directory on each ODSM instance separately. Even though ODSM is clustered, the connection details are local to each node. Proceed as follows: a. Launch Oracle Directory Services Manager from IDMHOST1: http:idmhost2.mycompany.com:7006odsm b. Create a connection to the Oracle Internet Directory virtual host by providing the following information in ODSM: Server: oid.mycompany.com Port: 636 Enable the SSL option User: cn=orcladmin Password: ldap-password c. Launch Oracle Directory Services Manager from IDMHOST2. Follow Step b to create a connection to Oracle Internet Directory from IDMHOST2

8.5.2 Validating Oracle Directory Integration Platform

Validate the Oracle Directory Integration Platform installation by using the WLST dipStatus command. To run this command, follow these steps:

1. Set the ORACLE_HOME environment variable to the directory where you installed

the Identity Management binaries. For example: export ORACLE_HOME=IDM_ORACLE_HOME

2. Set the WLS_HOME environment variable to the directory where you installed the

WebLogic Server. For example: export WLS_HOME=u01apporacleproductfmwwlserver_10.3

3. Run the ORACLE_HOMEbindipStatus -h hostName -p port -D

wlsuser command. For example, on IDMHOST1, the command and output look like this: ORACLE_HOME bindipStatus -h idmhost1.mycompany.com -p 7006 -D weblogic [Weblogic user password] Connection parameters initialized. Connecting at idmhost1.mycompany.com:7006, with userid weblogic.. Connected successfully. ODIP Application is active at this host and port. For example, on IDMHOST2, the command and output look like this: ORACLE_HOME bindipStatus -h idmhost2.mycompany.com -p 7006 -D weblogic [Weblogic user password] Connection parameters initialized. Connecting at idmhost2.mycompany.com:7006, with userid weblogic.. Connected successfully. ODIP Application is active at this host and port. Note: Accept the certificate when prompted. 8-12 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management

8.6 Backing Up the Application Tier Configuration