Sie sind auf Seite 1von 8

02/09/2016

Version C1.0

TALAN
MD070 TECHNICAL DESIGN
PRE-REQUISITE INSTALLATION OF
ORACLE EBS ON LINUX(64 BIT)
Author

: Hajer HABIBI

Creation Date

: 02/09/2016

Version

: V1.0

02/09/2016

Version C1.0

Contents

Approach..................................................................................................... 1
Pre-Install Task............................................................................................ 2
Disk Space & Platform...........................................................................2
RPM Packages........................................................................................2
Edit Host Service...................................................................................4
Kernel Parameters.................................................................................5
DNS Resolver parameters.....................................................................6

ii

02/09/2016

Version C1.0

Approach
This document describes the prerequisites to install Oracle E-business suite on
Linux redhat 6

iii

02/09/2016

Version C1.0

Pre-Install Task
Disk Space & Platform
Item

Configuration

OS

RHEL 6

RAM

8G

Disk Space

1TB

Server Name

erptest.talan.com

Installation Type

Single Node installation &fresh


install

When you perform your Linux install allocate the 20GB disk for / with 6GB for
Swap, 100GB for /mnt/stage and 400GB for /u01 Specific Software
Requirements
The following maintenance tools must be installed on machine, and their
locations specified both in the PATH of the account that runs Rapid Install and
in the PATH of the accounts that will own the database tier and application tier
file systems.
Operating System

Required Maintenance Tools

Linux x86-64

ar, gcc, g++, ld, ksh, make, X Display Server

RPM Packages

openmotif21-2.1.30-11.EL6.i686 (32-bit)

xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386

libXrender-0.9.5-1.el6.i686

binutils-2.20.51.0.2-5.20.el6.x86_64

compat-libstdc++-296-2.96-144.el6.i686

compat-libstdc++-33-3.2.3-69.el6.i686

gcc-4.4.5-6.el6.x86_64

iv

02/09/2016

gcc-c++-4.4.5-6.el6.x86_64

glibc-2.12-1.7.el6.i686 (32-bit)

glibc-2.12-1.7.el6.x86_64

glibc-common-2.12-1.7.el6.x86_64

glibc-devel-2.12-1.7.el6.i686 (32-bit)

glibc-devel-2.12-1.7.el6.x86_64

libgcc-4.4.4-13.el6.i686

libgcc-4.4.4-13.el6.x86_64

libstdc++-devel-4.4.4-13.el6.i686

libstdc++-devel-4.4.4-13.el6.x86_64

libstdc++-4.4.4-13.el6.i686

libstdc++-4.4.4-13.el6.x86_64

libXi-1.3-3.el6.i686

libXp-1.0.0-15.1.el6.i686

libXp-1.0.0-15.1.el6.x86_64

libXtst-1.0.99.2-3.el6.i686

libaio-0.3.107-10.el6.i686

libaio-0.3.107-10.el6.x86_64

libgomp-4.4.4-13.el6.x86_64

make-3.81-19.el6.x86_64

gdbm-1.8.0-36.el6.i686

gdbm-1.8.0-36.el6.x86_64

redhat-lsb-4.0-3.0.1.el6.x86_64

Version C1.0

02/09/2016

Version C1.0

sysstat-9.0.4-11.el6.x86_64

util-linux-ng-2.17.2-6.el6.x86_64

compat-libcap1-1.10-1.x86_64

compat-libstdc++-33-3.2.3-69.el6.x86_64

elfutils-libelf-devel-0.148.1-el6.x86_64

libaio-devel-0.3.107-10.el6.i686

libaio-devel-0.3.107-10.el6.x86_64

unixODBC-2.2.14-11.el6.i686

unixODBC-devel-2.2.14-11.el6.i686

xorg-x11-utils-7.4-8.el6.x86_64
Note:
Be sure you have above rmp on your system, you can use below command to
check whether RPM packages are installed or not
rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" |
grep gcc
q = query
a = all

Edit Host Service


/etc/hosts
Verify that the /etc/hosts file is formatted as follows:
127.0.0.1 localhost.localdomain localhost
[ip_address] [node_name].[domain_name] [node_name]
Exemple :
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost
10.1.4.XXX erptest.talan.com erptest

/etc/sysconfig/network

vi

02/09/2016

Version C1.0

Verify that the /etc/sysconfig/network file is formatted as follows:


HOSTNAME=[node_name].[domain_name]
HOSTNAME= erptest.talan.com

/etc/sysconfig/networking/profiles/default/network
If the /etc/sysconfig/networking/profiles/default/network file exists,
remove it.
If you changed any files in the previous steps, restart the system.

Kernel Parameters
Recommanded Kernel
/etc/sysctl.conf
Edit the /etc/sysctl.conf file to configure your kernel settings. After editing
the file, use the "sysctl -p" command or restart the system to invoke the new
settings.
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
kernel.sem = 256 32000 100 142
kernel.shmmni = 4096
kernel.msgmax = 8192
kernel.msgmnb = 65535
kernel.msgmni = 2878
net.ipv4.ip_local_port_range = 10000 65000
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
fs.file-max = 6815744
net.core.wmem_max = 1048576

vii

02/09/2016

Version C1.0

fs.aio-max-nr = 1048576
/etc/security/limits.conf
Open the /etc/security/limits.conf file and change the existing values for
"hard" and "soft" parameters as follows. Restart the system after making
changes.
Note: If the current value for any parameter is higher than the value listed in
this document, then do not change the value of that parameter.
* hard nofile 65535
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047

DNS Resolver parameters


/etc/resolv.conf
Add or update the following entries to these minimum settings in
the/etc/resolv.conf file on each server node:
options attempts:5
options timeout:15

viii

Das könnte Ihnen auch gefallen