Oracle Enterprise Linux 5.6 installs Oracle E-business Suite R12

Source: Internet
Author: User
Tags chmod dba



Reference Document: Oracle e-business Suite installation and Upgrade Notes Release (12.1.1) for Linux x86-64 (document ID 761566.1)



1. File System Requirements


Installation media 46G, extracted files are about 46G
The database Software installation directory needs about 55G space
Application-level Software installation directory probably requires space of 30G space


2. Create related users and directories


# Edit create_user_directory.sh after execution


[email protected] ~]# cat create_user_directory.sh
Groupadd dba
Useradd-g DBA Oracle
Useradd-g DBA Applmgr
Mkdir-p/u01/app/oracle/{ebs,patch_dir,media,rpm}
cd/u01/app/oracle/
chmod g+w EBS
Chown ORACLE:DBA EBS
chmod g+w Patch_dir
Chown APPLMGR:DBA Patch_dir
[Email protected] ~]# bash create_user_directory.sh


3. FTP Upload related media (initial installation package, installation patch, RPM package)


# using Binary mode


4. Configure the Yum source


# Edit/etc/yum.repos.d/oel5.6.repo


[Email protected] ~]# Cat/etc/yum.repos.d/oel5.6.repo
[oel5.6]
name=oel5.6
baseurl=ftp://server/oel5.6
Gpgcheck=0
Enabled=1
[Email protected] ~]#


5. Configure X Manager access


# Edit/etc/gdm/custom.conf


[Email protected] ~]# Grep-ev ' ^$|^# '/etc/gdm/custom.conf
[Daemon]
[Security]
Allowremoteroot=true
[XDMCP]
Enable=1
port=177
[GUI]
[Greeter]
[Chooser]
[Debug]
[Servers]
[Email protected] ~]#


6. Check the SELinux status


# ensure SELinux is off


[Email protected] ~]# Grep-ev ' ^$|^# '/etc/sysconfig/selinux
Selinux=disabled
selinuxtype=targeted
[Email protected] ~]#


7. Close Iptables


Service Iptables Stop;chkconfig iptables off



8. Adjust Host name


A. Edit/etc/hosts


[Email protected] ~]# Grep-ev ' ^$|^# '/etc/hosts
127.0.0.1 localhost.localdomain localhost
:: 1 localhost6.localdomain6 Localhost6
192.168.3.195 EBS. Xin23.com EBS
192.168.3.10 Server
[Email protected] ~]#

B. Edit/etc/sysconfig/network

[Email protected] ~]# Grep-ev ' ^$|^# '/etc/sysconfig/network
Networking=yes
Networking_ipv6=no
Hostname=ebs. Xin23.com
gateway=192.168.3.1
[Email protected] ~]#


9. Modifying kernel parameters


# Edit/etc/sysctl.conf Add the following text

kernel.semmsl=256
kernel.semmns=32000
kernel.semopm=100
kernel.semmni=142
kernel.shmall=2097152
kernel.shmmax= 4294967295
kernel.shmmni=4096
kernel.msgmax=8192
kernel.msgmnb=65535
kernel.msgmni=2878
fs.file-max=131072
Net.ipv4.ip_local_port_range = 10000 65500
Net.ipv4.tcp_tw_recycle=0
net.core.rmem_default=262144
net.core.rmem_max=4194304
net.core.wmem_default=262144
net.core.wmem_max=262144

# After completion save exit and execute Sysctl-p



10. Modify User Resource Limits


# Edit/etc/security/limits.conf


[Email protected] ~]# Grep-ev ' ^$|^# '/etc/security/limits.conf
* Hard Nofile 65535
* Soft nofile 4096
* Hard Nproc 16384
* Soft Nproc 2047
[Email protected] ~]#


11. Unzip after media upload is complete


[[email protected] ebs_r12.1_install_media]# ls
B53824-01_1of4.zip v15680-01_1of3.zip v15681-01_2of3.zip v15682-01_3of3.zip v15684-01_1of3.zip V15685-01_2of3.zip V1 5686-01_3of3.zip V15688-01_1of2.zip V15690-01_2of3.zip V15691-01_3of3.zip
B53824-01_2of4.zip v15680-01_2of3.zip v15681-01_3of3.zip v15683-01_1of3.zip v15684-01_2of3.zip V15685-01_3of3.zip V1 5687-01_1of3.zip V15688-01_2of2.zip V15690-01_3of3.zip V35224-01_1of3.zip
B53824-01_3of4.zip v15680-01_3of3.zip v15682-01_1of3.zip v15683-01_2of3.zip v15684-01_3of3.zip V15686-01_1of3.zip V1 5687-01_2of3.zip V15689-01.zip V15691-01_1of3.zip V35224-01_2of3.zip
B53824-01_4of4.zip v15681-01_1of3.zip v15682-01_2of3.zip v15683-01_3of3.zip v15685-01_1of3.zip V15686-01_2of3.zip V1 5687-01_3of3.zip V15690-01_1of3.zip V15691-01_2of3.zip V35224-01_3of3.zip
[Email protected] ebs_r12.1_install_media]# unzip "*.zip"


12. Install the required RPM package


[[email protected] rpm]# ls
openmotif21-2.1.30-11.el5.i386.rpm rpm_install.sh xorg-x11-libs-compat-6.8.2-1.el.33.0.1.i386.rpm
[email protected] rpm]# cat rpm_install.sh
Yum-y Install LIBXP
Rpm-i openmotif21-2.1.30-11.el5.i386.rpm
Rpm-i xorg-x11-libs-compat-6.8.2-1.el.33.0.1.i386.rpm
Yum-y Install GCC
Yum-y Install gcc-c++
Yum-y Install Glibc-devel glibc-devel.i386
Yum-y Install Libstdc++-devel libstdc++-devel.i386
Yum-y Install Libgomp
Yum-y Install gdbm gdbm.i386
Yum-y Install Sysstat
Yum-y Install Elfutils-libelf-devel elfutils-libelf-devel-static
Yum-y Install Libaio-devel
Yum-y Install UnixODBC unixodbc.i386 unixodbc-devel unixodbc-devel.i386
[Email protected] rpm]# bash rpm_install.sh

[Email protected] rpm]# ldconfig-v



13. Check the software requirements


[[email protected] rpm]# which ar gcc g++ ksh ld linux32 make
/usr/bin/ar
/usr/bin/gcc
/usr/bin/g++
/bin/ksh
/usr/bin/ld
/usr/bin/linux32
/usr/bin/make
[Email protected] rpm]#


14. Installing Patches


[Email protected] ebs_r12.1_preinstall_patch]# Unzip P6078836_101330_linux.zip
[[Email protected] ebs_r12.1_preinstall_patch]# CD 6078836/
[Email protected] 6078836]# mv/usr/lib/libdb.so.2/usr/lib/libdb.so.2.6078836
Mv:cannot stat '/usr/lib/libdb.so.2 ': No such file or directory
[email protected] 6078836]# CP Libdb.so.2/usr/lib
[Email protected] 6078836]# unlink/usr/lib/libxtst.so.6
[Email protected] 6078836]# ln-s/usr/x11r6/lib/libxtst.so.6.1/usr/lib/libxtst.so.6


15. Restart the server


Shutdown-r now



16. Start the installation


/u01/app/oracle/media/ebs_r12.1_install_media/startcd/disk1/rapidwiz/rapidwiz



A. Start interface


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/23/wKioL1Rhe1yDtSfmAAHP-a1SyaQ614.jpg "title=" 1.png " alt= "Wkiol1rhe1ydtsfmaahp-a1syaq614.jpg"/>


B. Select a standard installation


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/24/wKioL1RhfAeyYipOAAGtW4B4zIA200.jpg "style=" float: none; "title=" 2.png "alt=" Wkiol1rhfaeyyipoaagtw4b4zia200.jpg "/>


C. MOS account settings


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4F/24/wKioL1RhfAjwn5bCAAGynj7EqNA139.jpg "style=" float: none; "title=" 3.png "alt=" Wkiol1rhfajwn5bcaagynj7eqna139.jpg "/>


D. Choose to create a new configuration


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/23/wKioL1Rhe8fDlnUFAAG5hYq4zyw250.jpg "style=" float: none; "title=" 4.png "alt=" Wkiol1rhe8fdlnufaag5hyq4zyw250.jpg "/>


E. Global system settings


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/25/wKiom1Rhe17Qcgb7AAImeYk_Ypo299.jpg "style=" float: none; "title=" 5.png "alt=" Wkiom1rhe17qcgb7aaimeyk_ypo299.jpg "/>


F. Database node configuration


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4F/25/wKiom1Rhe1_RKFjZAAHCxwiasL8014.jpg "style=" float: none; "title=" 6.png "alt=" Wkiom1rhe1_rkfjzaahcxwiasl8014.jpg "/>


G. License type


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/23/wKioL1Rhe8qDLSS5AAHN1vicQrQ046.jpg "style=" float: none; "title=" 7.png "alt=" Wkiol1rhe8qdlss5aahn1vicqrq046.jpg "/>


H. Selecting an Add-on product


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/25/wKiom1Rhe2CT-5sJAAH7_qlbHNA222.jpg "style=" float: none; "title=" 8.png "alt=" Wkiom1rhe2ct-5sjaah7_qlbhna222.jpg "/>


I. Select a country-specific feature


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/23/wKioL1Rhe8yQWAAXAAH9kd_vuN0528.jpg "style=" float: none; "title=" 9.png "alt=" Wkiol1rhe8yqwaaxaah9kd_vun0528.jpg "/>


J. Select Country Settings


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4F/23/wKioL1Rhe82gsm8QAAI8U83tzPM196.jpg "style=" float: none; "title=" 10.png "alt=" Wkiol1rhe82gsm8qaai8u83tzpm196.jpg "/>


K. Main application node settings


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/23/wKioL1Rhe86DQDH8AAIVaV4iVfU510.jpg "style=" float: none; "title=" 11.png "alt=" Wkiol1rhe86dqdh8aaivav4ivfu510.jpg "/>


L. View node Information


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/25/wKiom1Rhe2SzjWuPAAFjj7E_7PE786.jpg "style=" float: none; "title=" 12.png "alt=" Wkiom1rhe2szjwupaafjj7e_7pe786.jpg "/>


M. Installation detection


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/23/wKioL1Rhe9CiuWmbAAHNGmdFVV4404.jpg "style=" float: none; "title=" 13.png "alt=" Wkiol1rhe9ciuwmbaahngmdfvv4404.jpg "/>


N. Installation at a glance


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/4F/25/wKiom1Rhe2aS_A3DAAF_JuAK5mU210.jpg "style=" float: none; "title=" 14.png "alt=" Wkiom1rhe2as_a3daaf_juak5mu210.jpg "/>


O. Start Installation


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4F/23/wKioL1Rhe9GjZKExAACnfWZwKHU025.jpg "style=" float: none; "title=" 15.png "alt=" Wkiol1rhe9gjzkexaacnfwzwkhu025.jpg "/>


P. Verifying the installation


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/4F/25/wKiom1Rhe2ejZIZ5AAHQAjjlDyE366.jpg "style=" float: none; "title=" 16.png "alt=" Wkiom1rhe2ejziz5aahqajjldye366.jpg "/>


Q. Installation Complete


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/25/wKiom1Rhe2iS7StVAAGYiSITGeo534.jpg "style=" float: none; "title=" 17.png "alt=" Wkiom1rhe2is7stvaagyisitgeo534.jpg "/>



17. Post-Installation tasks (bug fixes)


A. Oracle user add environment variable


Ln-s/u01/app/oracle/ebs/db/tech_st/11.1.0/ebs_ebs.env ~/ebs_ebs.env;echo '. Ebs_ebs.env ' >> ~/.BASHRC


B. Fix bugs


sql> ALTER DATABASE datafile '/U01/APP/ORACLE/EBS/DB/APPS_ST/DATA/SYSTEM09.DBF ' resize 1000m;

Database altered.

sql> ALTER DATABASE datafile '/U01/APP/ORACLE/EBS/DB/APPS_ST/DATA/SYSTEM09.DBF ' resize 1500m;

Database altered.

Sql>


C. App user add environment variable


Ln-s/u01/app/oracle/ebs/apps/apps_st/appl/appsebs_ebs.env ~/appsebs_ebs.env; Echo '. Appsebs_ebs.env ' >> ~/.BASHRC


d. Fix bugs


Edit $ad_top/bin/adrelinknew.sh


Put cpp_ldflags= '-l$ (oracle_home)/lib-l$ (oracle_home)/lib/stubs-lclntsh '

Replaced by

cpp_ldflags= '-l$ (oracle_home)/lib-l$ (oracle_home)/lib/stubs-lclntsh -wl,--noinhibit-exec '


E. Using the Adadmin tool relink applications Programs


Adadmin


Maintain Applications Files Menu

Relink Applications Programs



18. Login Test


A. Adding static parsing to the client


192.168.3.195 EBS. xin23.com EBS


B. Access Address Http://ebs.xin23.com:8000/OA_HTML/AppsLogin


User:sysadmin

Password:sysadmin


650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/4F/25/wKiom1Rhe22j_R_SAASycy8SJcI738.jpg "style=" float: none; "title=" 19.png "alt=" Wkiom1rhe22j_r_saasycy8sjci738.jpg "/>




The End



This article from "Xin23 Journal" blog, declined reprint!

Oracle Enterprise Linux 5.6 installs Oracle E-business Suite R12

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.