6 Post Deployment Tasks

This chapter describes tasks you must perform after you have completed Oracle Identity and Access Management Deployment.

This chapter contains the following sections:

6.1 Post Deployment Tasks for Oracle Identity Manager

Complete the tasks described in the following sections:

6.1.1 Add an Oracle Identity Manager Property

As a workaround for a bug in the Oracle Identity and Access Management Deployment tools, you must add an Oracle Identity Manager property. Perform the following steps:

  1. Log in to the WebLogic Console in the IAMGovernanceDomain by using the following URL:

    http://IGDADMIN.mycompany.com/console

    Log in as the user weblogic.

  2. Navigate to Environment -> Servers.

  3. Click Lock and Edit.

  4. Click the managed server WLS_OIM1.

  5. Click the Server Start subtab

  6. Add the following to the Arguments field:

     -Djava.net.preferIPv4Stack=true
    
  7. Click Save.

  8. Repeat Steps 4-7 for the managed server WLS_OIM2.

  9. Click Activate Changes.

  10. Restart the managed WebLogic server.

6.1.2 Post-Deployment Steps for the E-mail Server Configuration

If you configured an e-mail server in Section 4.4.1.12, "Configure Oracle Identity Manager" and the mail server security is SSL, follow these additional steps:

  1. Ensure that the proxy is set for the environment

    a. Stop Administration and Managed Server

    b. Back up the IGD_MSERVER_HOME/bin/setDomainEnv.sh

    c. Modify the IGD_MSERVER_HOME/bin/setDomainEnv.sh to include the proxy settings

    d. Include the following command as part of the environment setup in the setDomainEnv.sh file:

    export PROXY_SETTINGS="-Dhttp.proxySet=true
     -Dhttp.proxyHost=www-proxy.mycompany.com -Dhttp.proxyPort=80
     -Dhttp.nonProxyHosts=localhost|$.mycompany.com|.mycompany.com|.mycompany.com"
    

    Example:

    export JAVA_PROPERTIES
    export PROXY_SETTINGS="-Dhttp.proxySet=true
     -Dhttp.proxyHost=www-proxy.mycompany.com -Dhttp.proxyPort=80
     -Dhttp.nonProxyHosts=localhost|${HOST}|*.mycompany.com"ARDIR="${WL_
    HOME}/server/lib"
    export ARDIR
    
  2. Remove DemoTrust store references from SOA environment. This would run SOA in non-ssl mode.

    a. Modify the IGD_MSERVER_HOME to remove the DemoTrust references

    b. Remove the following references from setDomainEnv.sh:

    -Djavax.net.ssl.trustStore=$<WL_HOME>/server/lib/DemoTrust.jks from EXTRA_JAVA_PROPERTIES
    

    c. Restart the Administration server and the Managed servers.

6.2 Post Deployment Task for Accessing Help on the WebLogic Administration Console

To access help on the WebLogic Administration Console, you must complete the following steps:

Note:

This section is not applicable if you selected the Oracle Identity Manager (OIM) Only option on the Select IAM Products screen when creating the deployment response file.
  1. Log in to the Oracle Access Manager Console using the following URL:

    http://hostname:port/oamconsole
    

    Note:

    If you have selected the Oracle Access Manager (OAM) Suite Only option on the Select IAM Products screen when creating the deployment response file, then use your WebLogic credentials to log in to the Oracle Access Manager Console.

    If you have selected the OIM-OAM Integrated and Oracle Unified Directory (OUD) option on the Select IAM Products screen when creating the deployment response file, then use your oamAdminUser credentials to log in to the Oracle Access Manager Console.

  2. In the Access Manager pane, click Application Domains.

  3. A Search Application Domains tab opens. In the Name field, enter IAM Suite, and click Search.

  4. In the Search Results, click IAM Suite.

  5. Click the Resources tab.

  6. Click New Resource and enter the following information:

    • Type: HTTP

    • Description: All resources for WLS console help

    • Host Identifier: IAMSuiteAgent

    • Resource URL : /consolehelp/**

    • Query: Name Value list

    • Operations Available: All

    • Protection Level: Excluded

  7. Click Apply.

6.3 Starting and Stopping Components

After the Identity and Access Management deployment is complete, it is important that various components of the deployment are started, stopped and restarted in the right order. The components can be started and stopped using a script or WLST commands. For more information, see section "Starting and Stopping Components" in the Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity and Access Management.