Skip Headers
Oracle® E-Business Suite Certified Configuration Installation Guide
Release 11i (11.5.10) for AIX Based Systems, hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating System (SPARC 32-bit)
Part No. B15721-03
  Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

4 Administration of Oracle E-Business Suite Certified Configuration

This chapter describes installation of existing Oracle Applications systems, and includes all the underlying scripts that are involved. It consists of the following topics:

4.1 Introduction to On Demand Utilities

This section introduces the features supported by Oracle E-Business Suite On Demand utilities. The Oracle E-Business Suite Certified Configuration On Demand utilities enable the following features on an Oracle E-Business Suite Certified Configuration:

Administration Features

Applications Support Features

4.2 Using the Oracle E-Business Suite Certified Configuration Utility Pack

The Oracle E-Business Suite Certified Configuration Utility Pack contains the wizard.sh script which is the user interface for performing all administrative tasks.

The following is the complete command summary for the wizard.sh script:

wizard.sh mode=install/config/valid
        dest_mntpt=Destination mntpt
        {src_host=Source host
         src_mntpt=Source mntpt}   
- For mode install, config, or valid
        {apps_serv_host=Apps db hostname apps_mntpt=Apps mount point}
        [ dbype=prod/vision/bfal ]
- For mode=install, with either Oracle or Application Tier
           [ bigd=true|false,Url ] 
           [ porttype=mntpt for new port range]
           [ dbtype=vision/prod/bfa]

In the preceding syntax, text in brackets [ ] is optional, and text in braces { } is mandatory. Note the following syntax terminology:

In addition, the syntax contains the following variables:

To prevent accidental termination because running the wizard.sh script might take a long time, Oracle recommends running the wizard.sh script in the background with the UNIX nohup command as follows:

$ nohup wizard.sh arguments &

4.3 Installation of an Environment from the Stage Location

This section describes the steps required to install Oracle Applications Release 11i (11.5.10) from a stage directory. Installation is the action of creating a new instance from the stage directory. The installation process has four phases. Each phase is controlled by a separate script. The following list describes each phase:

The wizard.sh script enables the following tasks for installation of the components:

4.3.1 Prerequisites for Installation of Oracle Components

The prerequisites for the installation is as follows:

  • Valid display

  • Unzip 5.42 or higher

  • ld, make, cc, and ar

All preceding utilities should be present in the PATH statement.

4.3.2 Installing the Database-Tier and the Applications-Tier on the Same Node

Use the following procedure to install the database-tier and the applications-tier on the same node:

  1. Change directory to the admin directory, using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the appropriate command.

    • For local file systems:

      $ ./wizard.sh mode=install  dest_mntpt=pabcdi tier=all
      
      
    • For systems using the Business Flow Accelerator shiphome:

      $ ./wizard.sh mode=install dest_mntpt=pabcdi tier=all dbtype=bfa
      
      
  3. When prompted, enter the NetApps partition.

4.3.3 Installing the Database-Tier on One Node

Typically, if you are performing a two-node installation, the database-tier is installed on one node, and the applications-tier is installed on another node. You must install the database-tier before you install the applications-tier.

Use the following procedure to install the database-tier on one node.

  1. Change directory to the admin directory using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the appropriate command.

    • For local file systems:

      $ ./wizard.sh mode=install  dest_mntpt=pabcdi tier=oracle \
      mnode=ple-bol0,ple-bol1,ple-bol1,ple-bol1,ple-bol1
      
      

      In the preceding command:

      • ple-bol0 is the database node

      • ple-bol1 is the applications node

    • For systems using the Business Flow Accelerator shiphome:

      $ ./wizard.sh mode=install dest_mntpt=pabcdi tier=all dbtype=bfa \
      mnode=ple-bol0,ple-bol1,ple-bol1,ple-bol1,ple-bol1
      
      

      In the preceding command:

      • ple-bol0 is the database node

      • ple-bol1 is the applications node

4.3.4 Installing the Applications-Tier on One Node

Typically, if you are performing a two-node installation, the database-tier is installed on one node, and applications-tier is installed on another node. Install the applications-tier after you have installed the database-tier.

Use the following procedure to install the applications-tier on one node:

  1. Change directory to the admin directory using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the following:

    $ ./wizard.sh mode=install  dest_mntpt=pabcdi tier=apps \
    mnode=ple-bol0,ple-bol1,ple-bol1,ple-bol1,ple-bol1
    
    

    In the preceding command:

    • ple-bol0 is the database node

    • ple-bol1 is the applications node

4.4 Configuring a New Environment

This section describes the steps to configure the Oracle Applications Server 11i. Configuration is the process of making all of the services available for a given environment.

The configuration process has two phases:

The wizard.sh script enables the following tasks for cloning the components:

If the database-tier and the applications-tier are not on the same node, then you need to specify the value of the mnode parameter.

4.4.1 Configuration Requirements

The following is a list of system requirements for target systems:

  • Perl version 5.6.1

  • Unzip 5.42 or higher

  • ld, make, cc, and ar

All preceding utilities should be present in the PATH statement.

4.4.2 Configuring the Applications-Tier and Database-Tier

Use the following procedure to configure the applications-tier and the database-tier on a given node:

  1. Change directory to the admin directory using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the following command:

    $ ./wizard.sh mode=config src_mntpt=pabcdi dest_mntpt=tabcdi src_ \
    host=ple-bol0 tier=all
    
    

4.4.3 Configuring the Database-Tier

Use the following procedure to configure the database-tier on a given node as the oracle user:

  1. Change directory to the admin directory, using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the following command:

    $ ./wizard.sh mode=config src_mntpt=pabcdi dest_mntpt=tabcdi src_ \
    host=ple-bol0 tier=oracle
    
    

4.4.4 Configuring the Applications-Tier

Use the following procedure to configure the applications-tier on a given node as the apps user.

  1. Change directory to the admin directory, using the following command:

    $ cd $EBSO_HOME/admin 
    
    
  2. Run the wizard.sh script using the following command:

    $ ./wizard.sh mode=config src_mntpt=pabcdi dest_mntpt=tabcdi src_ \
    host=ple-bol0 tier=apps