Tuesday, August 13, 2013

nstall Oracle eBusiness Suite R12.1.1 on Oracle Enterprise Linux 6 Update 3 on VirtualBox (Part 1)

Install Oracle eBusiness Suite R12.1.1 on Oracle Enterprise Linux 6 Update 3 on VirtualBox (Part 1)


I wrote this step by step note in between of Oracle EBS R12.1.1 installation. Vision Demo single node installation on Oracle Enterprise Linux 6 Update 3 on Oracle VirtualBox. Both host and client operating system are Oracle Enterprise Linux 6 Update 3. This step by step Installation note divided into 4 part.

Pre-requisites setup

1. Setup network adapter for client O/S on host O/S
ebs_pre1
define host O/S network adapter as a fix IP
ebs_pre2
then choose “Bridged Adapter” in VirtualBox network setup
2. Verify  /etc/hosts
3. Verify  /etc/sysconfig/network
4. Verify  /etc/sysconfig/networking/profiles/default/network
If the /etc/sysconfig/networking/profiles/default/network file exists in the folder, remove it.
5. Set Kernel Parameters (/etc/sysctl.conf)
Run the following command to change the current kernel parameters:
6. Add the following lines into  /etc/security/limits.conf
7. Add or update the following lines to /etc/resolv.conf
8. Install RPMs packages which is not part of Oracle Linux 6 Update 3 distribution, download from here
copy it to client O/S repository folder, then install it
9. Install RPMs packages from distribution CD
10. The following RPMs are required for upgrade from 11gR1 DB to 11gR2 DB
11. O/S Library Patch for Oracle HTTP Server on Oracle Linux 6
Download from metalink and apply patch 6078836
12. Create “group user” and “user”  for installation
create “oracle” username with user group “oinstall” to manage DB and Apps.
13. Create directory in which the Oracle EBS R12.1.1 will be installed
14. Uninstall unzip-6x and replace it with unzip-5x
OEL6 comes with unzip-6x but EBS 12.1.1 rapidwiz searches for unzip-5x. Only unzip-5x supported by CD distribution rapidwiz in R12.1.1.

 

No comments:

Post a Comment