2-Install10gAS Middle Bi

download 2-Install10gAS Middle Bi

of 18

Transcript of 2-Install10gAS Middle Bi

  • 8/8/2019 2-Install10gAS Middle Bi

    1/18

    Installing the OracleAS 10 g Business Intelligence and Forms Install Option on Linux

    Creating group and user

    su rootgroupadd dbauseradd -g dba miduser mkdir p /d01/ oracle/middlechown miduser :dba /d01/oracle/middle

    Oracle Application Server 10 g Install Overview

    Oracle Application Server 10 g is a scalable, secure, application server. It enables you to

    deliver Web content, host Web applications, connect to back-office applications, andaccess your data on wireless devices.

    Oracle Application Server 10 g applications run on the middle tier. The OracleApplication Server 10 g installation offers the following install types:

    J2EE and Web Cache: Provides a Web server that enables you to develop and deploy Java 2 Enterprise Edition(J2EE) applications, use J2EE and Simple Object Access Protocol (SOAP) based Webservices, and accelerates Web site performance with OracleAS 10 g Web Cache.Portal and Wireless:

    Enables the deployment of enterprise portals and wireless applications. Includes allOracle Application Server 10 g components available in the J2EE and Web Cacheinstall type. Requires OracleAS 10 g Infrastructure Install.Business Intelligence and Forms:Enables personalization of applications, use of forms-based applications, anddeployment of Decision Support System and Web-based reports. Includes all OracleApplication Server 10 g components available in the Portal and Wireless install type.This middle-tier option requires OracleAS 10 g Infrastructure Install.

  • 8/8/2019 2-Install10gAS Middle Bi

    2/18

    Oracle Application Server 10 g Install Components

    The following table lists the components installed with each type of installation

    Component J2EE andWeb Cache

    Portal andWireless

    Business Intelligenceand Forms

    Oracle HTTP Server Yes Yes YesOracle Application Server 10 g Container for J2EE Yes Yes Yes

    OracleAS 10 g Web Cache Yes Yes YesOracle Enterprise Manager Yes Yes YesOracleAS 10 g Portal Yes YesOracleAS 10 g Wireless Yes Yes

    OracleAS 10 g Personalization YesOracleAS 10 g Discoverer (includes Discoverer Plus,Discoverer Viewer, and Discoverer Portlet Provider)

    Yes

    OracleAS 10 g Forms Services YesOracleAS 10 g Reports Services Yes

    su miduservi .bash_profileexport ORACLE_HOME=/d01/oracle/middleexport PATH=$PATH:$ORACLE_HOME/bin

    ./runInstaller

  • 8/8/2019 2-Install10gAS Middle Bi

    3/18

  • 8/8/2019 2-Install10gAS Middle Bi

    4/18

  • 8/8/2019 2-Install10gAS Middle Bi

    5/18

  • 8/8/2019 2-Install10gAS Middle Bi

    6/18

  • 8/8/2019 2-Install10gAS Middle Bi

    7/18

  • 8/8/2019 2-Install10gAS Middle Bi

    8/18

  • 8/8/2019 2-Install10gAS Middle Bi

    9/18

  • 8/8/2019 2-Install10gAS Middle Bi

    10/18

  • 8/8/2019 2-Install10gAS Middle Bi

    11/18

  • 8/8/2019 2-Install10gAS Middle Bi

    12/18

  • 8/8/2019 2-Install10gAS Middle Bi

    13/18

  • 8/8/2019 2-Install10gAS Middle Bi

    14/18

  • 8/8/2019 2-Install10gAS Middle Bi

    15/18

  • 8/8/2019 2-Install10gAS Middle Bi

    16/18

  • 8/8/2019 2-Install10gAS Middle Bi

    17/18

    su - miduser

    [miduser@linux1 ~]$ cd /d01/oracle/middle/opmn/bin/[miduser@linux1 bin]$ lsargus opmn opmnconfig opmnctl opmnctl.tmp opmndep

    [miduser@linux1 bin]$ ./opmnctl status

    Processes in Instance: bi.linux1.com-------------------+--------------------+---------+---------ias-component | process-type | pid | status-------------------+--------------------+---------+---------DSA | DSA | N/A | DownLogLoader | logloaderd | N/A | Downdcm-daemon | dcm-daemon | 28710 | Alive

  • 8/8/2019 2-Install10gAS Middle Bi

    18/18

    OC4J | home | 6588 | AliveOC4J | OC4J_BI_Forms | 6602 | AliveOC4J | OC4J_Portal | 6616 | AliveWebCache | WebCache | 6569 | AliveWebCache | WebCacheAdmin | 6504 | Alive

    HTTP_Server | HTTP_Server | 6505 | AliveDiscoverer | ServicesStatus | 6533 | AliveDiscoverer | PreferenceServer | 6537 | Alivewireless | performance_server | 6661 | Alivewireless | messaging_server | 6663 | Alivewireless | OC4J_Wireless | 6664 | Alive

    To Start BI (middle tier components)

    cd $ORACLE_HOME/opmn/bin./opmnctl startall

    To Stop BI (middle tier components)

    cd $ORACLE_HOME/opmn/bin./opmnctl stopall

    To fine the status BI (middle tier components)

    cd $ORACLE_HOME/opmn/bin./opmnctl status