Move to the following directory under your Oracle Home for Webgate: On the command line, run the following command to copy the required bits of

10-26 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle WebCenter 3. In the Specify Installation Location screen, specify the Middleware Home and Oracle Home locations. Click Next. 4. In the Specify GCC Library screen, specify the directory that contains the GCC libraries, and click Next. 5. In the Installation Summary screen, verify the information on this screen and click Install to begin the installation. 6. In the Installation Progress screen, you may be prompted to run the ORACLE_ HOMEoracleRoot.sh script to set up the proper file and directory permissions. Click Next to continue. 7. In the Installation Complete screen, click Finish to exit the installer.

10.3.3.3 Post-Installation Steps

Complete the following procedure after installing Oracle HTTP Server 11g Webgate for Oracle Access Manager:

1. Move to the following directory under your Oracle Home for Webgate:

cd Webgate_HomewebgateohstoolsdeployWebGate

2. On the command line, run the following command to copy the required bits of

agent from the Webgate_Home directory to the Webgate Instance location: .deployWebgateInstance.sh -w Webgate_Instance_Directory -oh Webgate_Oracle_ Home Where Webgate_Oracle_Home is the directory where you have installed Oracle HTTP Server Webgate and created as the Oracle Home for Webgate, as in the following example: MW_HOME Oracle_OAMWebGate1 The Webgate_Instance_Directory is the location of Webgate Instance Home, which is same as the Instance Home of Oracle HTTP Server, as in the following example: MW_HOME Oracle_WT1instancesinstance1configOHSohs1 3. Run the following command to ensure that the LD_LIBRARY_PATH variable contains Oracle_Home_for_Oracle_HTTP_Serverlib: export LD_LIBRARY_PATH=LD_LIBRARY_PATH:Oracle_Home_for_Oracle_HTTP_ Server lib 4. From your present working directory, move up one directory level: cd Webgate_HomewebgateohstoolssetupInstallTools Note: The Middleware Home contains an Oracle Home for Oracle Web Tier. Note: an Instance Home for Oracle HTTP Server is created after you configure Oracle HTTP Server. Integration With Oracle Identity Management 10-27 5. On the command line, run the following command to copy the apache_ webgate.template from the Webgate_Home directory to the Webgate Instance location renamed to webgate.conf and update the httpd.conf file to add one line to include the name of webgate.conf: .EditHttpConf -w Webgate_Instance_Directory [-oh Webgate_Oracle_Home] [-o output_file ] Where WebGate_Oracle_Home is the directory where you have installed Oracle HTTP Server Webgate for Oracle Access Manager and created as the Oracle Home for Webgate, as in the following example: MW_HOME Oracle_OAMWebGate1 The Webgate_Instance_Directory is the location of Webgate Instance Home, which is same as the Instance Home of Oracle HTTP Server, as in the following example: MW_HOME Oracle_WT1instancesinstance1configOHSohs1 The output_file is the name of the temporary output file used by the tool, as in the following example: Edithttpconf.log

10.3.4 Register the WebGate Agent

This section describes the procedures for registering the WebGate Agent.

10.3.4.1 The RREG Tool

The RREG tool is part of the OAM 11g installation. If it is not already available, extract it using the following procedure: 1. After installing and configuring Oracle Access Manager, navigate to the following location: IDM_Home oamserverrregclient 2. On the command line, untar the RREG.tar.gz file using gunzip, as in the following example: gunzip RREG.tar.gz tar -xvf RREG.tar The tool used to register the agent is located in the following location: RREG_Home binoamreg.sh RREG_Home is the directory to which you extracted the contents of RREG.tar.gzrreg. Note: The -oh WebGate_Oracle_Home and -o output_file parameters are optional.