Validating the Installation Backing up the Web Tier Configuration

5-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management IfModule Restart the Oracle HTTP Server, as described in Section 20.1, Starting and Stopping Oracle Identity Management Components.

5.4 Validating the Installation

Once the installation is completed check that the it is possible to access the Oracle HTTP Server through the following URLs. http:webhost1.mycompany.com:7777 http:webhost2.mycompany.com:7777 https:sso.mycompany.com http:oiminternal.mycompany.com

5.5 Backing up the Web Tier Configuration

It is an Oracle best practices recommendation to create a backup after successfully completing the installation and configuration of each tier, or at another logical point. Create a backup after verifying that the installation so far is successful. This is a quick backup for the express purpose of immediate restoration in case of problems in later steps. The backup destination is the local disk. You can discard this backup when the enterprise deployment setup is complete. After the enterprise deployment setup is complete, you can initiate the regular deployment-specific Backup and Recovery process. For more details, see the Oracle Fusion Middleware Administrators Guide. To back up the web tier installation, follow these steps, 1. Shut down the instance as described in Section 20.1, Starting and Stopping Oracle Identity Management Components. 2. Back up the Middleware home on the web tier. On Linux, use the following command, as root: tar -cvpf BACKUP_LOCATIONweb.tar MW_HOME 3. Back up the Instance home on the web tier using the following command, as root: tar -cvpf BACKUP_LOCATIONweb_instance.tar ORACLE_INSTANCE 4. Start the instance as described in Section 20.1, Starting and Stopping Oracle Identity Management Components. For information about backing up the application tier configuration, see Section 20.4, Performing Backups and Recoveries. Note: Create backups on all machines in the web tier by following the steps shown. 6 Creating the WebLogic Server Domain for Identity Management 6-1 6 Creating the WebLogic Server Domain for Identity Management This chapter describes how to create a domain using the Configuration Wizard, Oracle WebLogic Server Administration Console and Oracle Enterprise Manager Fusion Middleware Control. You can extend the domain to add Oracle Fusion Middleware components such as Oracle Identity Manager and Oracle Access Manager. This chapter contains the following sections. ■ Section 6.1, Enabling ADMINVHN on IDMHOST1 ■ Section 6.2, Running the Configuration Wizard on IDMHOST1 to Create a Domain ■ Section 6.3, Creating boot.properties for the WebLogic Administration Server on IDMHOST1 ■ Section 6.4, Starting Node Manager on IDMHOST1 ■ Section 6.5, Updating the Node Manager Credentials ■ Section 6.6, Validating the WebLogic Administration Server ■ Section 6.7, Disabling Host Name Verification for the Oracle WebLogic Administration Server ■ Section 6.8, Stopping and Starting the WebLogic Administration Server ■ Section 6.9, Configuring Oracle HTTP Server for the WebLogic Administration Server ■ Section 6.10, Registering Oracle HTTP Server with WebLogic Server ■ Section 6.11, Setting the Front End URL for the Administration Console ■ Section 6.12, Enabling WebLogic Plug-in ■ Section 6.13, Validating Access Through Oracle HTTP Server ■ Section 6.14, Manually Failing Over the WebLogic Administration Server ■ Section 6.15, Backing Up the WebLogic Domain Note: Oracle strongly recommends that you read the release notes for any additional installation and deployment considerations prior to starting the setup process. 6-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management

6.1 Enabling ADMINVHN on IDMHOST1