Wednesday, 2 April 2014

Oracle R12.1.2 install guide on Linux 6.3 64bit

Oracle® E-Business Suite Installation on oracle Linux 6.3 (Article ID 761566.1)
1 install Oracle Linux 6.3 64bit  with including following customize mode  See the screen 

Installation binary's  can be  download   from oracle web site
 
1 Booting from the DVD

2 Click next here

3 Select the language


4 select the language of the keyboard

5 select the installation storage here im selecting  basic devices


6 set the host name 


7 assign the ip addess sub net  and gateway 




8 select county setting


9 Set root password


10 Select the partitioning opting ,  here im selecting  "create custom layout " opting


10 create the partitioning as next screen shot  my disk space is 1.1TB


11 create the partitioning as follow

/boot            200MB
5000MB * 3 for the swap
/  25000MB
/u01  rest of the space


12  write make changes confirmation click "write changes to disk"




13  if you want to set grub password option here


14  here we will need to customize installation for add additional packages 


15   select  packages as this screen shot


16   select  packages as this screen shot


17    select  packages as this screen shot


18   select  packages as this screen shot


19   select packages as this screen shot


20   select packages as this screen shot


21   select packages as this screen shot


22   select packages as this screen shot


23   select packages as this screen shot


24   select packages as this screen shot


25   select packages as this screen shot


26    Then click next  to continue setup


27   setup is on installation progress 


28   installation has been completed


29  Linux 6.3 now you can log in to system




2 Stop the iptables and disable selinux as follows
as a root  run the below command
 
[root@oftestnew ~]# /etc/init.d/iptables stop   
[root@oftestnew ~]# chkconfig iptables off
                [root@oftestnew ~]# vi /etc/sysconfig/selinux
               
Modified as below
                SELINUX=disabled
 3 Operating System Required Packages
Oracle Linux 6*
Red Hat Enterprise Linux 6*
GA (6.0) or higher of Oracle Linux 6 is required
GA (6.0) or higher of Red Hat Enterprise Linux (RHEL) 6 is required
The following packages (or versions of packages) are not part of the OS distribution media and must be downloaded separately (from http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux/) for both Oracle Linux 6 and RHEL 6 and installed manually on the application tier:
openmotif21-2.1.30-11.EL6.i686 (32-bit)1
xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386 (32-bit)
The following packages must be installed from the Oracle Linux 6 or RHEL 6 distribution media on both the application and database tiers:
binutils-2.20.51.0.2-5.11
compat-db43-4.3.29-15.el6.i686
gcc-4.4.4-13.el16.x86_64
gcc-c++-4.4.4-13.el16.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
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
sysstat-9.0.4-11.el6.x86_64
util-linux-ng-2.17.2-6.el6.x86_64   (only 64 bit )
unzip-6.0-1.el6.x86_64.rpm
compat-db43-4.3.29-15.el6.i686.rpm
       compat-libstdc++-296-2.96-144.el6.i686  
compat-libstdc++-33-3.2.3-69.el6.i686
Additionally, the following RPMs are required for the database tier running 11gR2 (users must upgrade the bundled 11gR1 DB to 11gR2 either before or after installing 12.1) on the database tier:
compat-libstdc++-33-3.2.3-69.el6.x86_64
compat-libcap1-1.10-1.x86_64
elfutils-libelf-devel-0.148.1-el6.x86_64
libaio-devel-0.3.107-10.el6.x86_64
unixODBC-devel-2.2.14-11.el6.i686
unixODBC-2.2.14-11.el6.x86_64
unixODBC-devel-2.2.14-11.el6.x86_64
xorg-x11-utils-7.4-8.el6.x86_64.rpm
db4-4.7.25-17.el6.i686
db4-devel-4.7.25-17.el6.i686
db4-4.7.25-17.el6.x86_64 (required for 64 bit Linux only)
db4-devel-4.7.25-17.el6.x86_64 (required for 64 bit Linux only)
Note:-
The openmotif package version must be 2.1.30 (for example, openmotif-2.3.3-1 is not supported).
4 After install package add following values to sysctl.conf
[oracle@ebsaai ~]$ vi  /etc/sysctl.conf
and add below values in  end of sysctl file
###########################################################
#EBS 12.1.2 installation changes
###########################################################
kernel.semmsl=256
kernel.semmns=32000
kernel.semopm=100
kernel.semmni=142
kernel.shmall=2097152
kernel.shmmax=21474836482
kernel.shmmni=4096
kernel.msgmax=8192
kernel.msgmnb=65535
kernel.msgmni=2878
fs.file-max=131072
net.ipv4.ip_local_port_range=10000 65000
net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144net.core.wmem_max=262144
After editing the file, use the "sysctl -p" command or restart the system to invoke the new settings.
[oracle@ebsaai ~]$ sysctl -p

5  Domain Name System (DNS) Resolver Parameters

Add following line top line of resolve.conf
[oracle@ebsaai ~]$ vi /etc/resolv.conf
options attempts:5
options timeout:15
After edit it should be like below output
search test.lk
options attempts:5
options timeout:15
nameserver 192.168.100.82

6  Host Names changes

[oracle@ebsaai ~]$ vi /etc/hosts
127.0.0.1 localhost.localdomain localhost
[ip_address] [node_name].[domain_name] [node_name]
 
Remove all of the lines and add as below and save and exit hosts file
127.0.0.1 localhost.localdomain localhost
192.168.100.77  ofdev.test.lk  ofdev
 
 
Output 
 
cat /etc/hosts
# Do not remove the following line, or various programs
# That require network functionality will fail.
#127.0.0.1      ofdev.asianalliance.lk ofdevlocalhost.localdomainlocalhost
127.0.0.1       localhost.localdomain localhost
192.168.100.77  ofdev.test.lk  ofdev
 
 
7 Network hostname changes  
HOSTNAME=[node_name].[domain_name]
 
vi /etc/sysconfig/network
HOSTNAME=ebsaai.asianalliance.lk
 
Note:-If  /etc/sysconfig/networking/profiles/default/network file exists remove these files

   

8 Modifying the Number of Open File Descriptors

vi /etc/security/limits.conf
And edit file using vi command like below step
#######################################################
#EBS 12.1.2  installation changes
#######################################################
* hardnofile 65535
* softnofile 4096
* hardnproc 16384
* softnproc 2047

 

Note:- Restart the system after making changes.

9 OS Library Patch for Oracle HTTP Server Install (6078836 patch)

Copy the file p6078836_101330_Linuxx86.zip to the server as you want, which is downloaded by metalink
[oracle@ebsaai ~]$unzip p6078836_101330_Linuxx86.zip
[oracle@ebsaai ~]$cd 6078836
There will be extract two files
libdb.so.2
readme files
Logging as root and copy below file to the /usr/lib
[oracle@ebsaai ~]$cp libdb.so.2 /usr/lib
Note:- If there already libdb.so.2 file do the this step
[oracle@ebsaai ~]$ mv /usr/lib/libdb.so.2 /usr/lib/libdb.so.2.6078836
[oracle@ebsaai ~]$ cp libdb.so.2 /usr/lib

10 Link to Motif library for Oracle Application Server 10.1.2

As a root user
[oracle@ebsaai ~]$unlink /usr/lib/libXtst.so.6
[oracle@ebsaai ~]$ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
Note: - Before install R12 you must install above patch
11 Users and group creation in order to install R12.12
Add following group and user
[oracle@ebsaai ~]$ useradd oracle
[oracle@ebsaai ~]$ groupadd oinstall
[oracle@ebsaai ~]$ groupadd dba
User add oracle and add to dba group
[oracle@ebsaai ~]$usermod -G dba -g oinstall oracle  
(G = Primary group g = secondary group)
Set password for oracle user (optional)
[oracle@ebsaai ~]$passwd oracle
12 installation folder to following permission
You can download the oracle ebs R12.1.2 from oracle we site  And download  and copy it to installation server
My case I hve copy it to /u01/ installation folder name  StageR12
Then start the installation from staging folder
Note:  before run this script make sure destination installation folder create with right permission  
[oracle@ebsaai ~]cd  /u01/StageR12/startCD
[oracle@ebsaai ~]chown -R  oracle:oinstall  /u01
[oracle@ebsaai ~]chmod -R 775   /u01/
Create R12 Base directory and set permission 
[oracle@ebsaai ~]$cd /u01
[oracle@ebsaai ~]$mkdir  ebs
[oracle@ebsaai ~]$chown -R oracle:dba ebs
[oracle@ebsaai ~]$chmod -R 775 /u01/ebs
Change the unzip version temporarily VIS installation purpose
As root user change as bellows
[oracle@ebsaai ~]$mv /usr/bin/unzip /usr/bin/unzip-ver6
Note :-  Ones you  complete  the installation please change again as bellows
[oracle@ebsaai ~]$mv /usr/bin/unzip-ver6 /usr/bin/unzip
Display variable set for get GUI to remote PC  
[root@AAI ~]su oracle
[root@AAI ~]#export DISPLAY=192.168.100.161:0.0 
Note: - every graphics will be transfer to that above address here you must install to client receive the graphic like Xmanager
13 And execute then  rapidwiz  script in order to run setup
[oracle@ebsaai ~]$su oracle  (change directory to installation location)
oracle@ebsaai ~]$.  ./rapidwiz
If you completed prerequisite rmps and kernel setting  this it the output 


After installation completed you will get below output

Environment variable files location
Apps
[oracle@ebsaai ~]$ cd/u01/fsix/apps/apps_st/appl
[oracle@ebsaai ~]$. ./APPSCOW_ebsaai.env
Database
[oracle@ebsaai ~]$ cd  /u01/fsix/db/tech_st/11.1.0
[oracle@ebsaai ~]$ . ./COW_ebsaai.env
Then you’ll able to log as
Once installation is complete, verify the logins at http://erp.freeoraclehelp.com:8000/OA_HTML/AppsLogin. Here are the default passwords.
Database:
SYS/change_on_install
SYSTEM/manager

Application Schema passwords:
APPS Schema: APPS/APPS
GWYUID User: APPLSYSPUB/PUB
Guest User: GUEST/ORACLE

Application Users:
sysadmin/sysadmin
mfg/welcome
operations/welcome
services/welcome
mrc/welcome
hrms/welcome

No comments:

Post a Comment