oracle apps r12 installation

Upload: ashok-thiyagarajan

Post on 14-Apr-2018

240 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/30/2019 Oracle Apps R12 Installation

    1/14

    R12 I nstallation

    ORACLE APPS R12(12.1.1)RACLE APPS R12(12.1.1)SINGLE NODE INSTALLATIONINGLE NODE INSTALLATION

    NAME : SURESH.VPLATFORM : ORACLE ENTERPRISE LINUX AS 5 - 64bitVERSION : 12.1.1DATE : 17.09.2010

    1 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    2/14

    R12 I nstallation

    Table of Contents

    1. Oracle APPS R12 Single Node Installation................................................................................................31.1 Server Configuration............................................................................................................................31.2 Prerequisites.........................................................................................................................................31.3 Creating Group and Users....................................................................................................................41.4 Installing Apps Software......................................................................................................................5

    2 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    3/14

    R12 I nstallation

    1. Oracle APPS R12 Single Node Installation

    1.1 Server Configuration

    IP : 192.168.1.85Name : rac1.orafact.comRAM : 2GBSwap : 4GBPlatform : Oracle Enterprise Linux 5 64bit

    1.2 Prerequisites

    Editing Hosts file

    Verify the /etc/hosts file[root@rac1 ~]# vi /etc/hosts

    # Do not remove the following line, or various programs# that require network functionality will fail.127.0.0.1 localhost.localdomain localhost192.168.1.85 rac1.orafact.com rac1

    Installing Patches

    Verify the Below RPM patches[root@rac1 ]# rpm -qa binutils*[root@rac1 ]# rpm -qa control-center*[root@rac1 ]# rpm -qa gcc*[root@rac1 ]# rpm -qa glibc*[root@rac1 ]# rpm -qa libstdc*[root@rac1 ]# rpm -qa libgcc*[root@rac1 ]# rpm -qa make*[root@rac1 ]# rpm -qa setarch*[root@rac1 ]# rpm -qa sysstat*[root@rac1 ]# rpm -qa libaio*

    Install missing RPM patches[root@rac1 ]# rpm -Uvh compat-glibc-2.3.4-2.26.i386.rpm[root@rac1 ]# rpm -Uvh compat-glibc-headers-2.3.4-2.26.x86_64.rpm[root@rac1 ]# rpm -Uvh libXp-1.0.0-8.1.el5.i386.rpm[root@rac1 ]# rpm -Uvh openmotif21-2.1.30-11.EL5.i386.rpm[root@rac1 ]# rpm -Uvh xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm

    Editing Kernel Parameters

    Add necessary kernel parameters[root@rac1 ~]# vi /etc/sysctl.confkernel.sem=256 32000 100 142kernel.shmall=2097152

    3 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    4/14

    R12 I nstallationkernel.shmmax=2147483648kernel.shmmni=4096kernel.msgmax=8192kernel.msgmnb=65535

    kernel.msgmni=2878fs.file-max=131072net.ipv4.ip_local_port_range=10000 65000net.core.rmem_default=262144net.core.rmem_max=4194304net.core.wmem_default=262144net.core.wmem_max=262144[root@rac1 ~]# sysctl -p

    Modifying Limitations

    Add Necessary Hardware and Software Limitations

    [root@rac1 ~]# vi etc/security/limits.conf* hard nofile 65535* soft nofile 4096* hard nproc 16384* soft nproc 2047

    Linking Library file

    Link to Motif library in Oracle Application Server[root@rac1 ~]# unlink /usr/lib/libXtst.so.6[root@rac1 ~]# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6

    1.3 Creating Group and UsersCreate group and users for apps and oracle home[root@rac1 d01]# groupadd dba[root@rac1 d01]# useradd -g dba -d /d01/applsun applsun[root@rac1 d01]# passwd applsun[

    [root@rac1 d01]# useradd -g dba -d /d01/orasun orasun[root@rac1 d01]# passwd orasun

    Changing Permissions

    Grant the permission for created user directories

    [root@rac1 d01]# chmod -R 777 applsun[root@rac1 d01]# chmod -R 777 orasun

    [root@rac1 ~]# xhost +access control disabled, clients can connect from any host

    4 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    5/14

    R12 I nstallation1.4 Installing Apps Software

    Install the Oracle Apps Software using rapid install wizard[root@rac1 rapidwiz]# ./rapidwizRapid Install Wizard is validating your file system......4 dvd labels foundRapid Install Wizard will now launch the Java Interface.....

    Welcome screen: ClickNext

    Select Install Oracle Applications Release 12.1.1 and ClickNext

    5 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    6/14

    R12 I nstallation

    Specify Email ID, Password and ClickNext

    Select Create a new configuration and ClickNext

    6 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    7/14

    R12 I nstallation

    Select port and ClickNext

    Specify Database type, SID and other information then ClickNext

    7 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    8/14

    R12 I nstallation

    Select Suite Licensing and ClickNext

    Select Additional product and ClickNext

    8 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    9/14

    R12 I nstallation

    Select Country-specific Functionalities ans ClickNext

    Select Internationalization settings and ClickNext

    9 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    10/14

    R12 I nstallation

    Specify Node configuration and ClickNext

    Node Information: ClickNext

    10 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    11/14

    R12 I nstallation

    Verification.......

    ClickNext

    11 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    12/14

    R12 I nstallation

    ClickNext

    ClickYes to Confirm

    12 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    13/14

    R12 I nstallationPost-install check results some errors. Fix the errors and ClickRetry

    To fix Errors Link library[root@rac1 ~]$ ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2connect to apps user, stop all services and start all the services again[applsun@rac1 ~]$ cd /d01/sun/inst/apps/sun_rac1/admin/scripts/[applsun@rac1 scripts]$ ./adstpall.sh apps/apps

    [applsun@rac1 scripts]$ ./adstrtal.sh apps/apps

    13 ORAFACT

  • 7/30/2019 Oracle Apps R12 Installation

    14/14

    R12 I nstallation

    ClickFinish to complete

    Oracle Apps R12(12.1.1) Installation Completed Successfully.

    ******END******

    14 ORAFACT