You are on page 1of 3

Installation of R12 Steps

a. The installation of E-Business Suit R12.1.1 needs the following package groups must be
installed.
 Ar
 Gcc
 g++
 ld
 ksh
 make
 X Display Server
Note: Install everything while you are making OEL installation. It’s little hard to try install-add
rpms and other tolls on OEL.
b. Installation size of Oracle E-Business Suit R12.1.1 is:
i. 90 GB for fresh install with a production
1. Application tier file system
a. 35 GB (for HP-UX Itanium 50GB)

2. Database tier file system


a. 55 GB
ii. 234 GB for a fresh install with a Vision Demo database
1. Application tier file system
a. 35 GB
2. Database tier file system
a. 208 GB (for HP-UX Itanium 210 GB)
c. Create stage area for folder:
[root@test]# mkdir /data/R12Stage

[root@test]# chown –R 777 /data/R12Stage

[root@test]# cd /data/R12Stage
d. Edit the hosts file:
i. The /etc/host file must contain a fully qualified name for the server
[root@test]# vim /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.100.x.x apps.slksoft.com apps
e. Set the kernel parameters:
i. Add the following lines at the end of the /etc/sysctl.conf file.
kernel.shmall = 2097152
kernel.shmmax = 4294967295
kernel.shmmni = 4096
kernel.sem = 256 32000 100 142
fs.file-max = 327679
net.ipv4.ip_local_port_range = 10000 65000
net.core.rmem_default=262144
net.core.rmem_max=262144
net.core.wmem_default=262144
net.core.wmem_max=4194304
f. After this steps you must set your new settings with below command:
i. /sbin/sysctl –p
g. Update /var/tmp/.oracle with 777 permission
chmod 777 /var/tmp/.oracle
h. Edit /etc/security/limits.conf file
i. Add the following lines to the /etc/security/limits.conf file:
[root@test]# vi /etc/ security/limits.conf
* hard nofile 65535
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
i. Edit /etc/resolv.conf file
i. Add the following lines to the /etc/resolv.conf file
options attempts:5
options timeout:15
j. Check /etc/sysconfig/network file format
i. Verify that the /etc/sysconfig/network file is formatted ad follows:
HOSTNAME=[node_name].[domain_name]
k. If the /etc/sysconfig/networking/profiles/default/network file exists, remove it.
l. Be sure you have below rpm on your system:
i. The following i386 packages must be installed from the OEL 5 or RHEL 5:
· compat-glibc-2.3.4-2.26
· gcc-4.1.2-14.el5
· gcc-c++-4.1.2-14.el5
· glibc-2.5-123
· glibc-common-2.5-123
· glibc-devel-2.5-12
· libgcc-4.1.2-14.el53
· libstdc++-devel-4.1.2-14.el5
· libstdc++-4.1.2-14.el53
· make-3.81-1.13
· gdbm-1.8.0-26.2.13
· libXp-1.0.0-8.1.el5
· libaio-0.3.106-3.23
· libgomp-4.1.2-14.el5
· sysstat-7.0.0-3.el5
· compat-libstdc++-296-2.96-138
· compat-libstdc++-33-3.2.3-61
ii. Additionally, the following RPMs are required for an 11gR1 Database (which is
bundled with the 12.1.1 release) on the database tier
· elfutils-libelf-devel-0.125
· elfutils-libelf-devel-static-0.125
· libaio-devel-0.3.106
· unixODBC-2.2.11
· unixODBC-devel-2.2.11
· kernel-headers-2.6
m. OS Library Patch for Oracle HTTP Server (on OEL 5 and RHEL 5 only)
i. Download and apply the patch 6078836 from MY Oracle Support to fix an issue with
Oracle HTTP Server (missing libdb.so.2) bundled with the E-Business Suite technology
stack.
Note: This patch (which includes a required operating system library) must be applied
before installing Oracle E-Business Suite.
n. Link to Modify for Oracle Application Server 10.1.2 (on OEL 5 and RHEL 5 only)
i. Perform the following command (as root on system) to update a required link to a
motif library prior to relinking or patching the 10.1.2 Application Server Oracle Home:
# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
Without this updated link, you may see the following errors during a relink of the
10.1.2 Oracle Home:
/usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
/usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
/usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
o. Create user and group for installation
[root@test]# groupadd dba
[root@test]# useradd –g dba –d /home/applmgr applmgr
[root@test]#useradd –g dba -d /home /oracle oracle
p. Create folder for Oracle E-Business Suit:
] # df –h
] # cd /u01
data] # mkdir TEST
Give 777 to installation folder
] # chmod 777 /u01/TEST
q. Create related folder for application and Database tier
]# cd /u01/TEST
TEST]# mkdir apps
TEST]# mkdir db
Give permission to user
]# chown –R applmgr:dba /u01/TEST/apps
]# chown –R oracle:dba /u01/TEST/db
r. Run rapidwiz
] #. /rapidwiz

You might also like