1 Install Gas Infra

  • Upload
    amey

  • View
    216

  • Download
    0

Embed Size (px)

Citation preview

  • 8/3/2019 1 Install Gas Infra

    1/18

    Pre-installation Tasks on Linux

    Creating group and user

    su rootgroupadd dbauseradd -g dba -d /d01/oracleAS/asinf asinfmkdir p /d01/oracleASchown asinf :dba /d01/oraceAS

    Preinstallation Tasks

    The following are the kernel parameters and their appropriate values as per the OracleApplication Server 10gInstallation Guide.

    cd /proc/sys/kernel

    echo 256 32000 100 142 > semecho 2097152 > shmallecho 2147483648 > shmmaxecho 4096 > shmmniecho 8192 > msgmax

  • 8/3/2019 1 Install Gas Infra

    2/18

    echo 65535 > msgmnbecho 2878 > msgmni

    cd /proc/sys/fsecho 131072 > file-max

    cd /proc/sys/net/ipv4echo 20000 65000 > ip_local_port_range

    Run sysctl p or reboot the server

    Checking Kernel Packages

    glibc-2.2.4-32.3.rpm gcc-2.96-108.1.rpm pdksh-5.2.14-13.rpm openmotif-2.1.30.rpm sysstat-4.0.1.rpm compat-glibc-6.2-2.1.3.2.rpm libstdc++-2.96-108.18.1.rpm binutils-2.11.90.0.8-12.i386.rpm libaio-devel-0.3.13-3.i386.rpm libgcc-3.0.4-1.i386.rpm gcc-c++-2.96-118.7.2.i386.rpm gcc-objc-2.96-118.7.2.i386.rpm jdk-1.3.1_02.i386.rpm procinfo-18-2.i386.rpm kdegraphics-2.2.2-4.i386.rpm sane-backends-1.0.5-4.1.i386.rpm sox-12.17.1-4.i386.rpm XFree86-devel-4.2.1-21.oracle.0.rh21.i386.rpm XFree86-doc-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-xf86cfg-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-Xnest-4.2.1-21.oracle.0.rh21.i386.rpm* XFree86-Xvfb-4.2.1-21.oracle.0.rh21.i386.rpm*

    If a package is not installed, download it as shown in step 3. After downloading therequired package, use the following command to install it.

  • 8/3/2019 1 Install Gas Infra

    3/18

    # rpm -i

    for example: # rpm -i glibc-2.2.4-32.3.rpm

    If you get a dependency error while installing any of the packages, use the following

    command to overcome it:

    # rpm -Uivh --nodeps

    for example: # rpm -Uivh --nodeps glibc-2.2.4-32.3.rpm

    To check whether the package is installed and to know its version, use the followingcommand:

    # rpm -q

    To check the glibc package for the version 2.2.4-32 or higher. use the rpm -q glibccommand.

    Modifying the /etc/hosts file

    Open the /etc/hosts file in your favorite editor and add the hostname as shown below:

    127.0.0.1 localhost.localdomain localhost

    192.168.1.10 linux1.com linux1

  • 8/3/2019 1 Install Gas Infra

    4/18

    Installing OracleApplication Server Infrastructure 10g

    on Linux

    Oracle Application Server 10g Installation Overview

    Oracle Application Server 10g is a scalable, secure application server.

    It enables you to deliver Web content, host Web applications, connect

    to back-office applications, and access your data on wireless devices

    The installation of Oracle Application Server Infrastructure 10g

    consists of the following components:

    Identity Management Components: Identity Management components provide

    directory, security, and user management functionality to various

    components of Oracle Application Server 10g. The components of Identity

    Management are as follows: Oracle Internet Directory Oracle

    Application Server Single-Sign-On Oracle Delegated Administration

    Services Oracle Directory Integration and Provisioning Oracle

    Certificate Authority OracleAS 10g Metadata Repository: OracleAS 10g

    Metadata Repository is a collection of database schemas that contain

    various database objects that are used by Oracle Application Server 10g

    Components. The metadata schemas can be categorized as: Product

    metadata Identity Management metadata Management metadata

    Oracle Application Server 10g Infrastructure is required for all the

    Oracle Application Server 10g middle-tier installations except when

    installing the J2EE and Web Cache without single sign-on or clustering.

    You must install an Oracle Application Server 10g Infrastructure in

    your network prior to installing the Portal and Wireless and Business

    Intelligence and Forms. For better performance and easier

    manageability, you must install

    Oracle Application Server 10g Infrastructure on a separate computer.

    Download the software from

    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html

    http://www.oracle.com/technology/software/products/ias/htdocs/101202.htmlhttp://www.oracle.com/technology/software/products/ias/htdocs/101202.html
  • 8/3/2019 1 Install Gas Infra

    5/18

    su rootxhost +

    su asinfvi .bash_profile

    export PATHunset USERNAMEexport ORACLE_SID=infraexport ORACLE_HOME=/d01/oracle/infraexport PATH=$PATH:$ORACLE_HOME/bin

    ./runInstaller

  • 8/3/2019 1 Install Gas Infra

    6/18

  • 8/3/2019 1 Install Gas Infra

    7/18

  • 8/3/2019 1 Install Gas Infra

    8/18

  • 8/3/2019 1 Install Gas Infra

    9/18

  • 8/3/2019 1 Install Gas Infra

    10/18

  • 8/3/2019 1 Install Gas Infra

    11/18

  • 8/3/2019 1 Install Gas Infra

    12/18

    Global Database name asinf.comSID- asinf

  • 8/3/2019 1 Install Gas Infra

    13/18

    welcome1

  • 8/3/2019 1 Install Gas Infra

    14/18

    Instance name orasso

    Ias_admin password welcome1

  • 8/3/2019 1 Install Gas Infra

    15/18

  • 8/3/2019 1 Install Gas Infra

    16/18

    To start database and application server

    To stop

    su rootxhost +

    su - asinfcd $ORACLE_HOME/binsh runstartupconsole.sh stop

    To start

    su rootxhost +

    su - asinfcd $ORACLE_HOME/binsh runstartupconsole.sh start

  • 8/3/2019 1 Install Gas Infra

    17/18

    http://linux1.com:1156/

    http://linux1.com:1156/http://linux1.com:1156/
  • 8/3/2019 1 Install Gas Infra

    18/18