Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12...

33
12.2.0 Installation on Oracle Linux 6.4 x86-64 Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1) Oracle E-Business Suite NLS Release Notes, Release 12.2 (Doc ID 1314621.1) Oracle E-Business Suite Release Notes, Release 12.2 (Doc ID 1320300.1) E-Business Suite RUP, AD and TXK RUP Information, Release 12.2 (Doc ID 1583092.1) Oracle E-Business Suite Release 12.2.3 Readme (Doc ID 1586214.1) linux requirements :---- vmware total hard drive size:-- 700 GB / --50 GB /tmp --30 GB swap --32 GB /u01 --600 GB login as: root [email protected]'s password: OS Preperation

Transcript of Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12...

Page 1: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

12.2.0 Installation on Oracle Linux 6.4 x86-64

Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)Oracle E-Business Suite NLS Release Notes, Release 12.2 (Doc ID 1314621.1)Oracle E-Business Suite Release Notes, Release 12.2 (Doc ID 1320300.1)E-Business Suite RUP, AD and TXK RUP Information, Release 12.2 (Doc ID 1583092.1)Oracle E-Business Suite Release 12.2.3 Readme (Doc ID 1586214.1)

linux requirements :----vmware total hard drive size:-- 700 GB/ --50 GB/tmp --30 GBswap --32 GB/u01 --600 GB

login as: [email protected]'s password:OS Preperation

Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64 (Doc ID 1330701.1)

Kernel Parameter

Page 2: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

5.vi /etc/sysctl.conf

#All below kernel parameters are related to oracle EBS - R12.2#################kernel.msgmnb = 65536kernel.msgmax = 65536kernel.shmall = 268435456kernel.shmmax = 429496729kernel.shmmni = 4096kernel.sem = 256 32000 100 142fs.file-max = 327679net.ipv4.ip_local_port_range = 10000 65000net.core.rmem_default = 262144net.core.wmem_default = 262144net.core.rmem_max = 262144net.core.wmem_max = 41943046.sysctl -p

# vi /etc/security/limits.conf

* hard nofile 65536* soft nofile 4096* hard nproc 16384* soft nproc 2047* hard stack 16384* soft stack 102408> vi /etc/sysconfig/network

NETWORKING=yesNETWORKING_IPV6=noHOSTNAME=pansoft.com

9>mv /etc/sysconfig/networking/profiles/default/network network_bkp

[root@erptest etc]# vi /etc/oraInst.loc

inventory_loc=/u01/database/oraInventory

Page 3: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

inst_group=dba

[root@apps39 ~]#yum clean all[root@apps39 ~]#yum update

the above cmd will clean and take the missing RPMS it will take 1 hour

[root@apps39 ~]#cd /etc/yum.repos.d[root@apps39 yum.repos.d]# lltotal 4-rw-r--r--. 1 root root 1953 Feb 24 2013 public-yum-ol6.repo

[root@apps39 yum.repos.d]# wget http://public-yum.oracle.com/public-yum-ol6.repo

--2015-12-06 17:31:04-- http://public-yum.oracle.com/public-yum-ol6.repoResolving public-yum.oracle.com... 23.211.135.26, 23.211.135.8Connecting to public-yum.oracle.com|23.211.135.26|:80... connected.HTTP request sent, awaiting response... 200 OKLength: 5772 (5.6K) [text/plain]Saving to: “public-yum-ol6.repo.1”

100%[======================================>] 5,772 --.-K/s in

0.005s

2015-12-06 17:31:05 (1.06 MB/s) - “public-yum-ol6.repo.1” saved [5772/5772]

[root@apps39 yum.repos.d]# vi public-yum-ol6.repo

[ol6_latest]

name=Oracle Linux $releasever Latest ($basearch)

Page 4: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/

gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6

gpgcheck=1

enabled=1

[ol6_addons]

name=Oracle Linux $releasever Add ons ($basearch)

baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/

gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6

gpgcheck=1

enabled=1

[ol6_UEK_latest]

name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever

($basearch)

baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/

$basearch/

gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6

gpgcheck=1

enabled=1

[ol6_u3_base]

Page 5: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

name=Oracle Linux $releasever Update 3 installation media copy ($basearch)baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/3/base/$basearch/gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6gpgcheck=1enabled=1

[root@apps39 yum.repos.d]# yum install oracle-validated[root@apps39 yum.repos.d]# yum install oracle-ebs-server-R12-preinstall

rpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libgccrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep openmotif21rpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep compat rpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libstdcrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep binutilsrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libgccrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libstdcrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libXirpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libXprpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libXtstrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libaiorpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libgomprpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep glibcrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep gdbmrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep libcomrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep makerpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep sysstatrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep unixODBCrpm -qa --qf "%{n}-%{v}-%{r}.%{arch}\n" | grep xorg

which arwhich gccwhich g++which kshwhich ldwhich linux32which perl

Page 6: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

# unlink /usr/lib/libXtst.so.6

# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6

Create Users and Groups:-

[root@apps39]#mkdir PROD APPS[root@apps39]#groupadd dba[root@apps39]#useradd -g dba oracle[root@apps39]#useradd -g dba applmgr[root@apps39]#chown -R oracle:dba /u01/PROD[root@apps39]#chown -R applmgr:dba /u01/APPS[root@apps39]#chmod -R 775 /u01/

[root@apps39]#passwd oracle[root@apps39]#passwd applmgr

installation:-START CD =49[root@apps39 StartCD]# unzip p19378467_R12_GENERIC_1of2.zip [root@apps39 StartCD]# unzip p19378467_R12_GENERIC_2of2.zip

[root@apps39]#cd /u01/APPS12.2/Stage/startCD/Disk1/rapidwiz/bin [root@apps39 bin]# sh buildStage.sh

Build Stage Menu——————————————————1.     Create new stage area2.     Copy new patches to current stage area.

Page 7: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

3.     Display existing files in stage TechPatches.4.     Exit menuEnter your choice [4]: 1Rapid Install Platform Menu——————————————————1.    Oracle Solaris SPARC (64-bit)2.    Linux x86-643.    IBM AIX on Power Systems (64-bit)4.    HP-UX Itanium5.    Exit MenuEnter your choice [5]: 2/u01/Stage/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java -classpath /u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/emocmutl.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/ewt-3_4_22.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/share-1_1_18.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/jnls.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/ACC.JAR:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/netcfg.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/ojdbc14.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/OraInstaller.jar:/u01/Stage/startCD/Disk1/rapidwiz/bin/../jlib/java oracle.apps.ad.rapidwiz.util.StageBuilder /u01/Stage/startCD/Disk1/rapidwiz/binPlease enter the directory containing the zipped installation media:/u01/StageUnzipping V29856-01.zipUnzipping V35803-01_1of3.zipUnzipping V35231-01_2of5.zipUnzipping V35804-01_1of2.zip After unzip all the files Stage is shown below:Verifying stage area… Directory /u01/Stage/TechInstallMedia is validDirectory /u01/Stage/TechPatches/DB is validDirectory /u01/Stage/TechPatches/MiddleTier is validDirectory /u01/Stage/EBSInstallMedia/AppDB is validDirectory /u01/Stage/EBSInstallMedia/Apps is validDirectory /u01/Stage/EBSInstallMedia/AS10.1.2 is validDirectory /u01/Stage/TechInstallMedia/database is validDirectory /u01/Stage/TechInstallMedia/ohs11116 is validDirectory /u01/TechInstallMedia/wls1036_generic is valid

Page 8: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Stage area verified.Press enter to continue… Build Stage Menu——————————————————1.     Create new stage area2.     Copy new patches to current stage area.3.     Display existing files in stage TechPatches.4.     Exit menu Enter your choice [4]: 4Now, we start the Installation through root   user  as following:

[root@appsR12 12.2.0_software]# md5sum --check startCD49.txt > md5sum_result_nonstartcd.txt

[root@appsR12 12.2.0_software]# vi md5sum_result_nonstartcd.txt [root@apps rapidwiz]# pwd/u01/Stage/startCD/Disk1/rapidwiz[root@apps rapidwiz]# ./rapidwiz

Click Next

Page 13: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Enter the Database configurations and Click Next

Page 14: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Select suite licensing and Click Next

Page 17: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Select the Language and character set as following

Page 18: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Enter the Application configurations and Click Next as following

Page 19: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Enter the Weblogic username & password as following: (password like oracle123)

Page 21: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

After Validate the system configurations Click Next 

Page 22: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Rapid Install wizard will now install Oracle E-Business Suite. It will take 3-4 hours time to Install.

Page 24: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

After Validate the complete Installation Click Next

Page 26: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Now, Installation has completed successfully….Now, we check opmnctl status are alive or not by using the  following command

Page 27: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

 

 

Now, you should be able to access applications home page as followingExamplehttp://<host name>.<domain name>:<HTTP port>/OA_HTML/AppsLoginFor example: (My URL)http://apps.weblogic.com:8000/OA_HTML/AppsLogin

Page 28: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Now, we enter the username and password to access the applicationsusername=sysadmin

password=sysadmin

Page 29: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Also you should be able to access weblogic console home page as followingExamplehttp://<host name>.<domain name>:<HTTP port>/consoleFor example: (My URL)http://apps.weblogic.com:7001/consoleusername=weblogic

password=oracle123

Page 30: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Now, we see the servers details as following

Page 31: Web view12/02/2016 · Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) ... Also you should be able to access weblogic console home page as following

Here we can see following Mange servers in weblogic:1.forms-c4ws_server1

2.forms_server1

3.oacore_server1

4.osfm_server1