Vous êtes sur la page 1sur 32

4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.

1 Multi Node Installation on Linux


http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 1/32
My Experiences with Oracle Technologies .....
Apps DBA Workshop
Syed Zaheer
More than 5+ Years of IT Experience in administering Enterprise wide Multi Vendor UNIX Servers, Oracle Databases (8i to 11gR2), Middle
tiers, Applications and Clusters. I am a Sun Certified System Administrator (SCSA) for Solaris 10, oracle 10g database certified
associate(OCA), Oracle 10g Database certified professional (OCP) and Oracle EBusiness suite R12 certified professionl(OCP)
View my complete profile
Oracle Database and Applications
S u n d a y , 1 9 F e b r u a r y 2 0 1 2
Oracle Apps R12.1.1 Multi Node Installation on Linux
This article demonstrate step by step procedure to install oracle Applications R12.1.1 on multiple Nodes.
This article will be helpful for the beginners who want to learn how to Install and configure oracle Ebusiness suite R12.1.1 on multiple
nodes using Linux OS platform on their personal computers/laptops and also for those who want to deploy it in Business Enterprise
server environment.
Multi Node Installation:
Oracle EBusiness suite is a robust software which provide a very good scalability. You can configure multiple nodes for Installation of
EBusiness Suite hosting different Services on different Hosts.
Such configuration are mainly deploy to balance load and availability.
Steps:
1) prepare all OS orerequisites
2) prepare stage area
3) Install Ebusiness Suite R12.1.1 Software.
Hosts information for Installation:
Perform all operating system perrequisites on all nodes:
ERPDB1
[root@erpdb1 ~]# groupadd dbaerp
[root@erpdb1 ~]# useradd -g dbaerp oramgr
[root@erpdb1 ~]# passwd oramgr
Changing password for user oramgr.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@erpdb1 ~]# mkdir /u01/oraR12
[root@erpdb1 ~]# chmod -R 775 /u01/oraR12
[root@erpdb1 ~]# chown -R oramgr:dbaerp /u01/oraR12/
Share
0
More NextBlog CreateBlog SignIn
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 2/32
ERPAPPL1:
[root@erpappl1 ~]# groupadd dbaerp
[root@erpappl1 ~]# useradd -g dbaerp applerp
[root@erpappl1 ~]# passwd applerp
Changing password for user applmgr.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@erpappl1 ~]# chmod -R 775 /u01/applR12/
[root@erpappl1 ~]# chown -R applmgr:dbaerp /u01/applR12/
ERPAPPL2:
[root@erpapl2 ~]# groupadd dbaerp
[root@erpapl2 ~]# useradd -g dbaerp applerp
[root@erpapl2 ~]# passwd applerp
Changing password for user applmgr.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@erpapl2 ~]# chmod -R 775 /u01/applR12/
[root@erpapl2 ~]# chown -R applmgr:dbaerp /u01/applR12/
>> configure kernel parameters (Edit /etc/sysctl.conf file)
These kernel parameters should be configured on all hosts ERPDB1, ERPAPPL1, ERPAPPL2.
#All below kernel parameters are related to oracle E-biz
#################
kernel.shmall = 268435456
kernel.shmmax = 429496729
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.wmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_max = 4194304
:wq
[root@oraerp1]# vi /etc/security/limits.conf
* hard nofile 65536
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
:wq
>> verify configured kernel parameters on all HOSTS:
[root@oraerp1 ~]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 2
net.ipv4.conf.default.accept_source_route = 0
kernel.sysrq = 0
kernel.core_uses_pid = 1
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 65536
kernel.msgmax = 65536
kernel.shmmax = 4294967295
kernel.shmall = 268435456
kernel.shmmax = 429496729
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.wmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_max = 4194304
[root@oraerp1 ~]#
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 3/32
>> Make sure all below rpm's are Installed on all
Host OS:
If you're using Liux 5.6 installed with all default packages the only listed below rpm's are required.
unixODBC-2.2.11-7.1.i386.rpm
unixODBC-devel-2.2.11-7.1.i386.rpm
libXp-1.0.0-8.1.el5.i386.rpm
libXp-devel-1.0.0-8.1.el5.i386.rpm
openmotif22-2.2.3-18.i386.rpm
libaio-devel-0.3.106-5.i386.rpm
sysstat-7.0.2-3.el5_5.1.i386.rpm
If using any prior release of LInux the make sure all rpms below exists:
compat-glibc-2.3.4-2.26
compat-glibc-headers-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
glibc-headers-2.5-12
kernel-headers-2.6.18-128.el5
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
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
>> download and Install patch "6078836" from MOS:
[root@erpdb1 6078836]# pwd
/u01/sw_home/6078836
[root@erpdb1 6078836]# ls
libdb.so.2 README.txt
[root@erpdb1 6078836]# ls -l /usr/lib/libdb.so.2
ls: /usr/lib/libdb.so.2: No such file or directory
[root@erpdb1 6078836]# cp libdb.so.2 /usr/lib/
[root@erpdb1 6078836]# ls -l /usr/lib/libdb.so.2
-rw-r--r-- 1 root root 5825 Nov 27 11:38 /usr/lib/libdb.so.2
[root@erpdb1 6078836]#
Install this patch similarly on all other hosts
>> Connectivity between hosts:
[root@erpdb1 oraR12]# ping erpdb1
PING erpdb1.orasol.com (192.168.1.71) 56(84) bytes of data.
64 bytes from erpdb1.orasol.com (192.168.1.71): icmp_seq=1 ttl=64 time=0.052 ms
64 bytes from erpdb1.orasol.com (192.168.1.71): icmp_seq=2 ttl=64 time=0.036 ms
--- erpdb1.orasol.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.036/0.044/0.052/0.008 ms
[root@erpdb1 oraR12]# ping erpappl1
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 4/32
PING erpappl1.orasol.com (192.168.1.81) 56(84) bytes of data.
64 bytes from erpappl1.orasol.com (192.168.1.81): icmp_seq=1 ttl=64 time=0.424 ms
64 bytes from erpappl1.orasol.com (192.168.1.81): icmp_seq=2 ttl=64 time=0.263 ms
64 bytes from erpappl1.orasol.com (192.168.1.81): icmp_seq=3 ttl=64 time=0.227 ms
--- erpappl1.orasol.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2001ms
rtt min/avg/max/mdev = 0.227/0.304/0.424/0.087 ms
[root@erpdb1 oraR12]# ping erpappl2
PING erpappl2.orasol.com (192.168.1.82) 56(84) bytes of data.
64 bytes from erpappl2.orasol.com (192.168.1.82): icmp_seq=1 ttl=64 time=3.50 ms
64 bytes from erpappl2.orasol.com (192.168.1.82): icmp_seq=2 ttl=64 time=0.369 ms
64 bytes from erpappl2.orasol.com (192.168.1.82): icmp_seq=3 ttl=64 time=0.375 ms
64 bytes from erpappl2.orasol.com (192.168.1.82): icmp_seq=4 ttl=64 time=0.398 ms
--- erpappl2.orasol.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 0.369/1.161/3.505/1.353 ms
>> /etc/hosts file from erpdb1:
[root@erpdb1 oraR12]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.71 erpdb1.orasol.com erpdb1 localhost
192.168.1.81 erpappl1.orasol.com erpappl1
192.168.1.82 erpappl2.orasol.com erpappl2
[root@erpdb1 oraR12]#
All hosts should ping each other and /etc/hosts file configures as shown above accordingly to host.
>> Create stage Area:
If you have media you can create stage using your media and if you've downloaded software from edelivery portal steps are same for
creating stage.
There are two ways we can create stage for R12
1. Stage using script adautostage.pl from start here CD
2. Manual stage create directories and copy media as listed below
startCD - copy Start Here Disk
oraApps - copy APPL_TOP Disk1, Disk2
oraAS - copy TOOLS Disk
oraDB - copy RDBMS Disk
oraAppDB - copy Databases Disk1 to Disk9
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 5/32
I used external drive as my stage area and i have connected to each server when i need to run rapidwiz utility.
As this is three node Installation, so rapidwiz utility need to run on all three hosts from stage area.
>> Running rapidwiz utility:
first on erpdb1 to install and configure database
* This will install database and create configuration file for all other nodes.
* When we run rapidwiz on other nodes just it will pick the configuration information from node1
second on erpappl1 to install and configure conc. services
Third on erpappl2 to install and configure web and form services
> Running rapidwiz on erpdb1:
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 6/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 7/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 8/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 9/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 10/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 11/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 12/32
Here just select "batch processing" to enable only concurrent node on erpappl1
click on add to add another application server
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 13/32
click on EDIT Services
select batch processing, other services as disabled and remaining 3 as enabled
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 14/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 15/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 16/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 17/32
>> Running rapidwiz on node2 (erpappl1) conc. server:
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 18/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 19/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 20/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 21/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 22/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 23/32
Installation completed on erpappl1
>> Running rapidwiz on erpappl2:
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 24/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 25/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 26/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 27/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 28/32
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 29/32
Posted by Syed Zaheer at 23:07
Labels: 2 node, 3 node, Linux 5.6, on Linux 5, R12 Multi Node installation
We've done with three node application R12.1.1 installation on LINUX. These steps are applicable on all platforms only it differs in OS
prerequisites for kernel parameters, OS patches on other OS platforms.
In next article i will show how to upgrade database to 11gR2 and migrate it to RAC.
Any comments/suggestions are appreciated.
If you need help or have queries the i can be reached zaheer.appsdba@gmail.com
thanks & regards,
Syed Zaheer
Recommend this on Google
20 comments:
RK Cyber World said...
its AWASAM i m very much satisified with tis post
Thanq u very much
Apps DBA Workshop
1 March 2012 22:03
Syed Zaheer said...
Thanks for your kind words.
regards,
Syed Zaheer
2 March 2012 02:52
santosh said...
hi Zaheer,
this document is realy a good one.
It will be great if you can share link of database upgrade.
my email id:san.behera@gmail.com
Thanks,
Santosh
3 March 2012 22:22
Syed Zaheer said...
Hi santosh,
Thanks for your comment.
I will share the link for sure . :)
thanks,
Syed Zaheer
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 30/32
5 March 2012 01:43
amit said...
Awesome work man !!!!!!!!!!!!
28 March 2012 06:31
Syed Zaheer said...
Hi amit,
Thanks for your words.
regards,
Syed Zaheer
31 March 2012 00:07
Atif said...
Really very very Great post with snaps which is very helpfull for newbie in Appsdba ..Good work Mr,Zaheer ( appreciated)
19 May 2012 11:13
Syed Zaheer said...
Hi Atif,
Many thanks for your appreciation.
regards,
Syed Zaheer
20 May 2012 02:28
Raj said...
Good job Syed...Clearly explained with images and very easy to understand...
It would really be very helpful for me if u could do the same multinode on Solaris please.
You can share the link with me at leo_rodney@yahoo.com...many thanks...
1 June 2012 11:01
Sundar said...
Can you please explain with the other services is always disabled. Other services consists of Load balancing I suppose, just as this
is not required for testinstance you did not enable it ? If this is your though that's fine, else please let me know why ?
I really appriciate you work in updating with the snaps of teh installation, I know how hard is to do all this. U r really great Sir !!!
Also, it would be good if you can share about Multinode cocepts and cloning of multinode instances.
21 June 2012 02:26
goutham said...
Hi Zaheer
Thanks for your hard work.good explanation step by step which will help for newcomer who wnts install multi node installation for
their demo.
thank you
9 September 2012 15:30
Anonymous said...
Masa'Allah great Zaheer bhai, No words to praise you...!!
I got what i was searching exactly..!!
Thanks.....!!!
Regards,
Ahmed.
3 December 2012 22:21
Anonymous said...
Can u please share the link for db upgrade to 11gr2?
Great notes on installation.
12 January 2013 00:57
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 31/32
Newer Post Older Post Home
Subscribe to: Post Comments (Atom)
Post a Comment
Syed Zaheer said...
Hi,
please refer my earlier post:
http://appsdbaworkshop.blogspot.com/2012/03/oracle11gr2databaseupgradeinapps.html
regards,
X A H E E R
14 January 2013 12:41
Harminder said...
Hi zaheer,
We are trying to run Oracle Ebs 12.1.3 on 2 node linux cluster. We have created 1 server for the apps and the other for Db. When
the apps server is stopped, then the cluster takes the ownership of the apps to scond server, but the apps does not start.
Can you share any document where 2 node linux cluster on Linux.
my email id is harminder007@gmail.com
thanks
3 April 2013 01:31
Sonal Mishra said...
All documents of ues are very clearly explained with images and very easy to understand.
plz share the oracle Apps EBS R12.2.2 Installation on linux ...
thank u...
27 September 2013 06:14
Mohit Jain said...
can you please tell me the location where configuration file will be created and that will be used in second and third node.
Regards
13 October 2013 23:18
Shahid ul Ghani said...
I have given the original source of your link.
4 November 2013 03:27
Anonymous said...
Nice document
18 December 2013 03:18
Shaik Basha said...
Hi Zaheer Bhai ,
Thanks for sharing this Article which is soo Beautiful and Rally appreciated for the work you had done here ..
******************************
if possible , Could you Please the document and clear steps of upgrading ORACLE APPLICATIONS from 11.5.10.2 with database
9.2.0.6 to 12.1.3 with database 11.2.0.3
*******************************
Please help us on this ..
Waiting for the valuable reply ..
Thanks and Regards,
Shaik . Basha
18 December 2013 05:08
4/24/2014 Apps DBA Workshop: Oracle Apps R12.1.1 Multi Node Installation on Linux
http://appsdbaworkshop.blogspot.in/2012/02/oracle-apps-r1211-multi-node.html 32/32

Free Counter
Apps DBA Workshop
Search
Enter your email address:
Subscribe
Delivered by FeedBurner
Simple template. Powered by Blogger.

Vous aimerez peut-être aussi