Provisioning Oracle Identity Navigator on IDMHOST1 Configuring Oracle HTTP Servers to Access OIN Console Validating Oracle Identity Navigator

13-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 1. Oracle WebLogic Server 2. Oracle Identity Management

13.1.2 Configuring Oracle Identity Navigator on IDMHOST1

Start the configuration wizard by executing the command: MW_HOME oracle_commoncommonbinconfig.sh Then proceed as follows:

1. On the Welcome Screen, select Extend an Existing WebLogic Domain. Click Next

2. On the screen Select a WebLogic Domain, using the Navigator, select the domain

home of the Administration Server, for example: u01apporacleplusadminIDMDomainaserverIDMDomain Click Next 3. On the Select Extension Source screen, select Oracle Identity Navigator. Click Next 4. The Configure RAC Multi Datasources screen shows the Multi Datasources for previously configured components in your domain. Do not make any changes. Click Next. 5. On the Select Optional Configuration screen, do not make any selections. Click Next

6. On the Configuration Summary screen, click Extend to extend the domain.

7. On the Extending Domain screen, click Done to exit the Configuration Wizard.

13.1.3 Stopping and Starting the Administration Server IDMHOST1

Stop and Start WebLogic Administration Server on IDMHOST1 as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

13.1.4 Provisioning Oracle Identity Navigator on IDMHOST1

In this Enterprise Deployment Topology, Oracle Identity Navigator is deployed to the Administration Server in an active-passive model. Since Oracle Identity Navigator is failed over along with the Administration Server, there is no need to provision Oracle Identity Navigator on IDMHOST2. Follow the steps in Section 6.14, Manually Failing Over the WebLogic Administration Server .

13.1.5 Configuring Oracle HTTP Servers to Access OIN Console

On each of the web servers on WEBHOST1 and WEBHOST2, a file called admin.conf was created in the directory ORACLE_ INSTANCE configOHScomponentmoduleconf. See Section 6.9, Configuring Oracle HTTP Server for the WebLogic Administration Server . Edit admin.conf and add the following lines in the virtual host definition: Location oinav SetHandler weblogic-handler WebLogicHost ADMINVHN WebLogicPort 7001 Extending the Domain with Oracle Identity Navigator 13-3 Location After editing the file should look like this: NameVirtualHost :80 VirtualHost :80 ServerName admin.mycompany.com:80 ServerAdmin youyour.address RewriteEngine On RewriteOptions inherit 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 apm SetHandler weblogic-handler WebLogicHost ADMINVHN WebLogicPort 7001 Location Location oinav SetHandler weblogic-handler WebLogicHost ADMINVHN WebLogicPort 7001 Location VirtualHost Restart the Oracle HTTP Server, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

13.1.6 Validating Oracle Identity Navigator

Validate the implementation using the Oracle Identity Navigator Console at http:admin.mycompany.comoinav. The Oracle Identity Navigator login page is displayed. Log in using the WebLogic administrators credentials.

13.2 Backing Up the Application Tier Configuration