6 Installing the Software for an Enterprise Deployment

This chapter describes the software installations that are required for the Oracle Business Intelligence enterprise deployment reference topology. You install Oracle HTTP Server and Oracle Fusion Middleware.

Important:

Oracle strongly recommends that you read the Oracle Fusion Middleware Release Notes for any additional installation and deployment considerations before starting the setup process.

This chapter contains the following topics:

6.1 Overview of the Software Installation Process

The enterprise deployment software installation is divided into two parts. The first part covers the required web tier installations, while the second part addresses the required Oracle Fusion Middleware components. Later chapters describe the required configuration steps to create the reference topology for Oracle Business Intelligence.

Software to Install

Table 6-1 shows the software to install on each host or to be accessible from each host.

Table 6-1 Software To Be Installed on Each Host or Accessible From Each Host

Hosts Oracle HTTP Server
Oracle WebLogic Server
Oracle Business Intelligence

WEBHOST1

Yes

No

No

WEBHOST2

Yes

No

No

APPHOST1

No

Yes

Yes

APPHOST2

No

Yes

Yes


See Section 2.3, "Identifying the Software Components to Install" for information about software versions.

6.2 Installing Oracle HTTP Server

This section contains the following topics:

6.2.1 Prerequisites for Installing Oracle HTTP Server

Before installing Oracle HTTP Server, check that the computers meet the following requirements:

  • Ensure that the system, patch, kernel, and other requirements are met as specified in Oracle Fusion Middleware Installation Guide for Oracle Web Tier.

  • Because Oracle HTTP Server is installed on port 7777 by default, you must ensure that port 7777 is not used by any service on the nodes. To check if this port is in use, run the following command before installing Oracle HTTP Server:

    netstat -an | grep 7777
    

    You must free port 7777 if it is in use.

  • On Linux platforms, if the /etc/oraInst.loc file exists, then check that its contents are correct. Specifically, check that the inventory directory is correct and that you have write permissions for that directory. If the /etc/oraInst.loc file does not exist, then you can skip this step.

  • Before starting the installation, ensure that the following environment variables are not set:

    • LD_ASSUME_KERNEL

    • ORACLE_INSTANCE

6.2.2 Installing Oracle HTTP Server on WEBHOST1 and WEBHOST2

When you install Oracle HTTP Server, you install the web tier and you do not associate it with a domain. However, you must create a MW_HOME directory for the web tier, even though it is not associated with a domain.

As described in Chapter 4, "Preparing the File System for an Enterprise Deployment," you install Oracle Fusion Middleware in at least two storage locations for redundancy.

  1. Start the installer for Oracle HTTP Server from the installation media:

    ./runInstaller
    
  2. In the Specify Inventory Directory screen, perform the following steps:

    1. Enter HOME/oraInventory, where HOME is the home directory of the user performing the installation (this is the recommended location).

    2. Enter the OS group for the user performing the installation.

    3. Click OK.

    4. Follow the instructions on the screen to execute /createCentralInventory.sh as root, then click OK.

    The Specify Inventory Directory screen is displayed only on a UNIX operating system, for the first installation by Oracle Universal Installer. The installer uses the inventory directory to keep track of all Oracle products that are installed on the machine.

  3. In the Welcome screen, click Next.

  4. In the Select Installation Type screen, select Install Software - Do Not Configure, and click Next.

  5. In the Prerequisite Checks screen, verify that all checks complete successfully, and click Next.

  6. In the Specify Installation Location screen, specify the following values:

    • Oracle Middleware Home: ORACLE_BASE/product/fmw

    • Oracle Home Directory: Oracle_WT1

    Note that these are two separate volumes on WEBHOST1 and WEBHOST2, even though the directory names are the same.

    Click Next.

  7. In the Specify Security Updates screen, specify whether you want to receive security updates from Oracle Support and if you do, enter your e-mail address.

  8. In the Installation Summary screen, review the selections to ensure that they are correct. If they are not, then click Back to modify selections on previous screens. When you are ready, click Install.

    On UNIX systems, if prompted to run the oracleRoot.sh script, ensure that you run the script as the root user.

    The Oracle HTTP Server software is installed.

  9. In the Installation Progress screen, click Next.

  10. In the Installation Complete screen, click Finish to exit.

6.2.3 Backing Up the Oracle HTTP Server Installation

Back up the Middleware home for Oracle HTTP Server; ensure that you stop the server first:

WEBHOSTn> tar -cvpf fmwhomeback.tar ORACLE_BASE/product/fmw HOME/oraInventory

6.3 Installing Oracle Fusion Middleware

This section describes how to install the required Oracle Fusion Middleware software for the enterprise deployment reference topology for Oracle Business Intelligence. The software components to install consist of the WebLogic Server home (WL_HOME) and Oracle home (ORACLE_HOME). As described in Chapter 4, "Preparing the File System for an Enterprise Deployment," you install Oracle Fusion Middleware in at least two storage locations for redundancy.

Important:

Oracle strongly recommends that you read the Oracle Fusion Middleware Release Notes for any additional installation and deployment considerations before starting the setup process.

This section covers the following topics:

6.3.1 Installing Oracle WebLogic Server and Creating the Middleware Home

If you install Oracle WebLogic Server on 64-bit platforms using a 64-bit JDK, then follow the steps in "Installing WebLogic Server on 64-Bit Platforms Using a 64-Bit JDK" in Oracle Fusion Middleware Installation Guide for Oracle WebLogic Server instead of the steps in this section.

Perform these steps to install Oracle WebLogic Server on APPHOST1 and APPHOST2:

  1. Start the installer for Oracle WebLogic Server from the installation media.

  2. In the Welcome screen, click Next.

  3. In the Choose Middleware Home Directory screen, do the following:

    • Select Create a new Middleware Home.

    • For Middleware Home Directory, enter ORACLE_BASE/product/fmw.

      Note:

      ORACLE_BASE is the base directory under which Oracle products are installed. The recommended value is /u01/app/oracle. See Section 4.3, "About Recommended Locations for the Different Directories" for more information.

      Note that these are two separate volumes on APPHOST1 and APPHOST2, even though the directory names are the same.

    Click Next.

  4. In the Register for Security Updates screen, specify whether you want to receive security updates from Oracle Support and if you do, enter your e-mail address.

    Click Next.

  5. In the Choose Install Type screen, select Typical and click Next.

  6. In the Choose Product Installation Directories screen, accept the directory ORACLE_BASE/product/fmw/wlserver_10.3. Also accept the default directory for Oracle Coherence (ORACLE_BASE/product/fmw/coherence_3.7).

  7. Click Next.

  8. In the Installation Summary screen, click Next.

    The Oracle WebLogic Server software is installed.

  9. In the Installation Complete screen, clear the Run Quickstart option and click Done.

  10. Validate the installation by verifying that the following directories and files exist in the ORACLE_HOME directory after installing Oracle WebLogic Server:

    • coherence_version

    • modules

    • registry.xml

    • utils

    • domain-registry.xml

    • logs

    • ocm.rsp

    • registry.dat

    • wlserver_10.3

6.3.2 Installing Oracle Business Intelligence

Perform the following steps to install Oracle BI EE 11g (11.1.1.7.0) on APPHOST1 and APPHOST2. Note that because the installation is performed on a shared storage, the MW_HOME is accessible and used by the Oracle BI Servers in APPHOST1 and APPHOST2.

  1. On Linux platforms, if the /etc/oraInst.loc file exists, verify that its contents are correct. Specifically, check that the inventory directory is correct and that you have write permissions for that directory. If the /etc/oraInst.loc file does not exist, then you can skip this step.

  2. Start the installer for Oracle Business Intelligence from the installation media:

    ./runInstaller
    
  3. In the Specify Inventory Directory screen, perform the following steps:

    1. Enter HOME/oraInventory, where HOME is the home directory of the user performing the installation (this is the recommended location).

    2. Enter the OS group for the user performing the installation.

    3. Click Next.

    Follow the instructions on screen to execute /createCentralInventory.sh as root, then click OK.

    The Specify Inventory Directory screen is displayed only on a UNIX operating system, for the first installation by Oracle Universal Installer. The installer uses the inventory directory to keep track of all Oracle products that are installed on the computer.

  4. In the Welcome screen, click Next.

  5. In the Install Software Updates screen, specify whether to skip software updates, search My Oracle Support for software updates, or search the local directory for updates. When you are ready to proceed, click Next.

  6. In the Select Installation Type screen, select Software Only Install and click Next.

  7. In the Prerequisite Checks screen, verify that all checks complete successfully, and click Next.

  8. In the Specify Installation Location screen, select the previously installed Middleware home from the drop-down list. For the Oracle home directory, enter the directory name (Oracle_BI1).

    Click Next.

  9. In the Application Server screen, verify that WebLogic Server has been selected and click Next.

  10. In the Specify Security Updates screen, specify whether you want to receive security updates from Oracle Support and if you do, enter your e-mail address and click Next.

  11. In the Summary screen, click Install.

    The Oracle Business Intelligence software is installed.

  12. In the Installation Progress screen, click Next.

  13. In the Complete screen, click Finish.

  14. Validate the installation by verifying that the following directories and files exist in the ORACLE_HOME directory after installing both Oracle WebLogic Server and Oracle Business Intelligence:

    • coherence_X.X

    • jrockit-jdkY.Y

    • modules

    • oracle_common

    • registry.xml

    • utils

    • domain-registry.xml

    • logs

    • ocm.rsp

    • registry.dat

    • Oracle_BI1

    • wlserver_10.3

6.3.3 Backing Up the Oracle Fusion Middleware Installation

At this point, back up the Middleware home. Ensure that you stop the servers first.

To back up the Middleware home, run the following command:

APPHOSTn> tar -cvpf fmwhomeback.tar ORACLE_BASE/product/fmw HOME/oraInventory

This command creates a backup of the installation files for both Oracle WebLogic Server and the Oracle Fusion Middleware components, including Oracle Business Intelligence.