1 Planning Your Oracle Fusion Middleware Infrastructure Installation

This chapter helps to prepare you for your Oracle Fusion Middleware Infrastructure installation.

Various topics are covered that should be reviewed thoroughly to help ensure that you do not encounter any problems either during or after the product installation and domain configuration.

This chapter includes the following sections:

1.1 Using This Document

This section contains the following topics:

1.1.1 Using the Standard Installation Topology as a Starting Point

This guide will help you create the standard installation topology for Oracle Fusion Middleware Infrastructure (Figure 1-1). This topology can be extended to be highly available and secure, making it suitable for a production system.

The standard installation topology represents a sample topology for this product; it is not the only topology that is supported. For more information, see "Understanding the Standard Installation Topology" in Planning an Installation of Oracle Fusion Middleware.

1.1.2 Using this Document in an Upgrade Scenario

If you are installing Oracle Fusion Middleware Infrastructure as part of an upgrade procedure, follow the instructions in this book to install the software, but do not run the Configuration Wizard to create a WebLogic domain.

After the software is installed, refer to Upgrading Oracle WebLogic Server.

1.1.3 Using this Document to Extend a Domain

The instructions in this document describe how to create a new domain; the same instructions can be used to extend an existing domain. If you choose to do this, be sure to read "Installing Multiple Products in the Same Domain" in Planning an Installation of Oracle Fusion Middleware for important information.

If you are creating a new domain but your needs do not match the instructions given in the procedure, be sure to make your selections accordingly and refer to the supporting documentation for additional details.

1.2 Understanding the Oracle Fusion Middleware Infrastructure Standard Installation Topology

The standard installation topology for Oracle Fusion Middleware Infrastructure is shown in Figure 1-1.

Figure 1-1 Oracle Fusion Middleware Infrastructure Standard Installation Topology

Description of Figure 1-1 follows
Description of "Figure 1-1 Oracle Fusion Middleware Infrastructure Standard Installation Topology"

This topology represents a standard WebLogic Server domain that contains an Administration Server and a cluster containing two Managed Servers. The libraries and additional software required for deploying and managing Oracle ADF applications is installed and available on the Managed Servers. The domain is configured on a single host and requires a supported database where the required Fusion Middleware schemas are installed.

Note:

For 12c (12.1.2), only a certified Oracle database can be used for the Oracle Fusion Middleware Infrastructure standard installation topology. The Oracle Platform Security Services (OPSS) schema is not supported on third-party databases for this release.

Additionally, this database represents the Infrastructure database, which is accessed by Fusion Middleware products. This is not to be confused with the internal application database which is used by applications deployed in your environment. For examples, see the "Additional DB" tab in the certification document for your release on the Oracle Fusion Middleware Supported System Configurations page.

This standard installation topology is also used as a starting point for other documents; for example, Installing and Configuring Oracle HTTP Server extends this domain to include Oracle HTTP Server, and the High Availability Guide uses the Oracle HTTP Server and Infrastructure as a starting point for configuring the standard installation topology for high availability. More information about the documentation roadmap and related topologies for high availability can be found in "Understanding the Roadmap to High Availability" in Planning an Installation of Oracle Fusion Middleware.

All elements in this topology illustration are described in Table 1-1.

Table 1-1 Description of the Elements in the Oracle Fusion Middleware Infrastructure Standard Installation Topology

Element Description and Links to Additional Documentation

APPHOST

Standard term used in Oracle documentation referring to the machine that is hosting the application tier.

DBHOST

Standard term used in Oracle documentation referring to the machine that is hosting the database.

WebLogic Domain

A logically related group of Java components (in this case, the administration Server, Managed Servers, and other related software components).

For more information, see "What is an Oracle WebLogic Server Domain" in Understanding Oracle Fusion Middleware.

Administration Server

The central control entity of a domain which maintains the domain's configuration objects and distributes configuration changes to Managed Servers.

For more information, see "What is the Administration Server" in Understanding Oracle Fusion Middleware.

Enterprise Manager

Oracle Enterprise Manager Fusion Middleware Control. This is the main tool that can be used to manage your domain.

For more information, see "Oracle Enterprise Manager Fusion Middleware Control" in Understanding Oracle Fusion Middleware.

Cluster

A collection of multiple WebLogic Server instances running simultaneously and working together.

For more information, see "Understanding Managed Servers and Managed Server Clusters" in Understanding Oracle Fusion Middleware.

Machine

Logical representation of the computer that hosts one or more WebLogic Server instances (servers). Machines are also the logical glue between WebLogic Managed Servers and the Node Manager; in order to start or stop a Managed Server with Node Manager, the Managed Server must be associated with a machine.

Managed Server

Host for your applications, application components, Web services, and their associated resources.

For more information, see "Understanding Managed Servers and Managed Server Clusters" in Understanding Oracle Fusion Middleware.

Infrastructure

Collection of services that include the following:

  • Metadata repository (MDS)

    This contains metadata for Oracle Fusion Middleware components, such as the Oracle Application Developer Framework.

    For more information, see "What is the Metadata Repository" in Understanding Oracle Fusion Middleware.

  • Oracle Application Developer Framework (Oracle ADF)

  • Oracle Web Services Manager (OWSM)


A roadmap describing the necessary steps to arriving at this topology can be found in Section 1.3.

1.3 Roadmap for Installing and Configuring the Standard Installation Topology

This guide provides all the steps required to install and configure the standard Fusion Middleware Infrastructure topology. Within the procedures, the guide also provides references to additional information you can use if you want to create a modified version of this topology.

Table 1-2 show the steps required to install and configure the topology.

Table 1-2 Oracle Fusion Middleware Infrastructure Installation Roadmap

Task Description Documentation

Verify your system environment

Before beginning the installation, verify that the minimum system and network requirements are met.

See Section 1.4.

Obtain the appropriate distribution

To create the topology described in this guide, obtain the Oracle Fusion Middleware Infrastructure distribution (fmw_infra_121200.jar).

See Section 1.5.

Determine your installation directories

Verify that the directories that will need to be created can be created or accessed by the installer, and exist on systems that meet the minimum requirements.

See Appendix B.

Install the software

Run the installation program to install the software. This transfers the software to your system and creates the Oracle home directory.

See Chapter 2.

Create a WebLogic domain

Use the configuration wizard to create and configure the WebLogic domain.

See Chapter 3.

Administer and prepare your domain for high availability

Discover additional tools and resources to administer your domain and configure your domain to be highly available.

See Chapter 4.


1.4 Roadmap for Verifying Your System Environment

This section (Table 1-3) contains important information that you must read and understand prior to beginning the installation and configuration process. It identifies important tasks and checks to perform to make sure your environment is properly prepared for installing and configuring Oracle Fusion Middleware Infrastructure.

Table 1-3 Roadmap for Verifying Your System Environment

Task Description Documentation

Verify certification and system requirements.

Verify that your operating system is certified and properly configured for Oracle Fusion Middleware Infrastructure installation and configuration.

See "Verifying Certification and System Requirements" in Planning an Installation of Oracle Fusion Middleware.

Identify a proper installation user.

Verify that the installation user has the proper permissions to install and configure the software.

See "Selecting an Installation User" in Planning an Installation of Oracle Fusion Middleware.

Select the installation and configuration directories on your system.

Verify that you are able to create the necessary directories for installation and configuration, according to the recommended directory structure.

See "Selecting Directories for Installation and Configuration" in Planning an Installation of Oracle Fusion Middleware.

Install a certified JDK.

The installation program for the distribution requires a certified JDK present on your system.

See "Installing a JDK" in Planning an Installation of Oracle Fusion Middleware.

Install and configure an Oracle database.

To configure your WebLogic domain, you must have access to a certified database that is properly configured for schemas required by the Oracle Fusion Middleware Infrastructure.

For 12c (12.1.2), only a certified Oracle database can be used.

See "Installing and Configuring a Certified Database" in Planning an Installation of Oracle Fusion Middleware.


1.5 Understanding and Obtaining the Oracle Fusion Middleware Infrastructure Distribution

The Oracle Fusion Middleware Infrastructure distribution is available as a .jar file. You must have a certified JDK already installed on your system in order to install and configure this distribution.

Tip:

For more information about distributions, see "Understanding and Obtaining Product Distributions" in Planning an Installation of Oracle Fusion Middleware.

The distribution contains the products and feature sets described in Appendix A.

For information on how to obtain the distribution, see "Obtaining Product Distributions" in Planning an Installation of Oracle Fusion Middleware.