JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Business Intelligence Enterprise Edition Guide     Oracle Solaris Cluster
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring HA for Oracle BI EE

HA for Oracle BI EE Overview

Clustering Capabilities of Oracle Business Intelligence Enterprise Edition

Overview of Installing and Configuring HA for Oracle BI EE

Planning the HA for Oracle BI EE Installation and Configuration

Configuration Requirements

Installing and Configuring Oracle Business Intelligence Enterprise Edition

How to Install and Configure Oracle BI EE

Installing the HA for Oracle BI EE Packages

How to Install the HA for Oracle BI EE Packages

Registering and Configuring HA for Oracle BI EE

Determining Which Services You Need

Presentation Services Configuration

How to Define a Failover Configuration for Presentation Services

How to Define a Multi-Master Configuration for Presentation Services

BI Server Configuration

How to Define a Failover Configuration for BI Server

How to Define a Multi-Master Configuration for BI Server

BI Cluster Controller Configuration

How to Define a Highly Available BI Cluster Controller Configuration

BI Scheduler Configuration

How to Define a Failover Configuration for BI Scheduler

How to Define a Multi-Master Configuration for BI Scheduler

Verifying the HA for Oracle BI EE and Configuration

How to Verify the HA for Oracle BI EE Installation and Configuration

Tuning the HA for Oracle BI EE Fault Monitors

Debugging HA for Oracle BI EE

How to Activate Debugging for HA for Oracle BI EE

A.  HA for Oracle BI EE Extension Properties

Index

Installing and Configuring Oracle Business Intelligence Enterprise Edition

Installing and configuring Oracle Business Intelligence Enterprise Edition involves the following steps. For detailed instructions on installing Oracle BI EE, see Oracle Business Intelligence Infrastructure Installation and Configuration Guide. For additional information about configuring clustering, see Oracle BI EE Deployment Guide.

How to Install and Configure Oracle BI EE

  1. Create a Solaris user to own the software installation, for example, user obiee, group obiee.
  2. Set the maximum number of files that a process can open to 10,240.

    Use the projmod command to alter the setting for the default project, for example. If the resource group or resource is bound to a different project, then that project definition also requires updating.

    $ cat /etc/project 
    system:0:::: 
    user.root:1:::: 
    noproject:2:::: 
    default:3::::process.max-file-descriptor=(priv,10240,deny) 
    group.staff:10::::
  3. Download the Oracle Business Intelligence Enterprise Edition and WebLogic software bundles from the Oracle download site.

    Note - This data service supports version 10.1.3.x of the Oracle Business Intelligence Enterprise Edition (Oracle BI EE) software running only on SPARC systems.

    The instructions in this section assume that you are using BEA WebLogic Server with Oracle BI EE. Other web servers are supported, but are not documented in this guide.


  4. (Optional) Install the WebLogic Server software.

    For more information, see Oracle WebLogic Server 10.3 Installation Guide.

  5. Verify that a Java 1.5.0 JDK is installed and that the JDK files and directories are writable.
    $ chmod -R a+rwx /usr/j2sdk1.5.0_04

    For more information, see Oracle Business Intelligence Infrastructure Installation and Configuration Guide.

  6. Extract (unzip) the Oracle BI EE software into a temporary location (for example, /download).
  7. Go to the Solaris/Server/Oracle_Business_Intelligence subdirectory of the location into which the Oracle BI EE software was extracted.
  8. (Optional) If you plan to run a failover configuration, configure Oracle Solaris Cluster for the failover component:
    1. Create a resource group for the failover component.
    2. Create a LogicalHostName resource for the failover component.
    3. Create the highly available local file system.
    4. Create an HAStoragePlus resource for the highly available local file system.
    5. Bring the resource group online.

    For detailed information about these steps, see the appropriate failover configuration section.

  9. Run the UnixChk.sh shell script and specify the intended installation directory for the Oracle BI EE software.
    • For a failover configuration, use a command similar to the following example:
      $ ./UnixChk.sh /failover/obiee 
      SUCCESS!! - This machine is configured for Oracle BI EE 10.1.3.4
    • For a multi-master configuration, use a command similar to the following example where the path points to a local disk:
      $ ./UnixChk.sh /export/home/obiee 
      SUCCESS!! - This machine is configured for Oracle BI EE 10.1.3.4
  10. Set the DISPLAY environment variable if required, then run the setup.sh script.
  11. Specify the installation and data directory names.
    • For a failover configuration, the directories should both be on a highly available local file system.

    • For a multi-master configuration, the directories should be on a local file system.

  12. Select the Oracle BI EE Presentation Services or BI Server installation option depending on which tier is being installed.
  13. Type the path to the JDK directory and provide a password for oc4jadmin.

    Note - This information is important only if you are using Oracle Containers for Java. If you are using BEA WebLogic Server, it does not matter what you enter in this step and you should stop the oc4j process after installation finishes.


  14. If you are using Oracle WebLogic Server, when the installation completes, go to the setup directory and shut down oc4j.

    Note - The port number might vary from what is shown in the following example.


    $ cd /failover/obiee/OracleBI/setup 
    $ ./oc4j -shutdown -port 23791 -password password-supplied
  15. Install the ORCLscobiee package.

    For more information, see Installing the HA for Oracle BI EE Packages.