1.1 install RPM's using oracle public repository
vi /etc/yum.repos.d
[ol8_baseos_latest]
name=Oracle Linux 8 BaseOS Latest ($basearch)
baseurl=https://yum$ociregion.$ocidomain/repo/OracleLinux/OL8/baseos/latest/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
[ol8_appstream]
name=Oracle Linux 8 Application Stream ($basearch)
baseurl=https://yum$ociregion.$ocidomain/repo/OracleLinux/OL8/appstream/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
[ol8_addons]
name=Oracle Linux 8 Addons ($basearch)
baseurl=https://yum$ociregion.$ocidomain/repo/OracleLinux/OL8/addons/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
1.3 Install the RPMS using below command.
dnf update
dnf install libXrender-0.*.el8.i686 motif-2*.el8.i686 motif-devel-2*.el8.i686 binutils-2*.el8.x86_64 gcc-8*.el8.x86_64 gcc-c++-8*.el8.x86_64 gdbm-1*.el8.i686 gdbm-1*.el8.x86_64 glibc-2*.el8.i686 glibc-2*.el8.x86_64 glibc-common-2*.el8.x86_64 glibc-devel-2*.el8.i686 glibc-devel-2*.el8.x86_64 libaio-0*.el8.i686 libaio-0*.el8.x86_64 libdb-5*.el8.i686 libgcc-8*.el8.i686 libgcc-8*.el8.x86_64 libgomp-8*.el8.x86_64 libnsl-2*.el8.i686 libnsl-2*.el8.x86_64 libstdc++-devel-8*.el8.i686 libstdc++-devel-8*.el8.x86_64 libstdc++-8*.el8.i686 libstdc++-8*.el8.x86_64 libXi-1*.el8.i686 libXp-1*.el8.i686 libXp-1*.el8.x86_64 make-4*.el8.x86_64 sysstat-11*.el8.x86_64 util-linux-2*.el8.x86_64 libaio-devel-0*.el8.i686 elfutils-libelf-devel-0*.el8.x86_64 libXtst-1*.el8.i686 xorg-x11-utils-7*.el8.x86_64
dnf install oracle-database-preinstall-19c-1.0-2.el8.x86_64
dnf localinstall oracle-ebs-server-R12-preinstall-1.0-1.el8.x86_64.rpm
dnf install oracle-ebs-server-R12-preinstall.x86_64
dnf localinstall openlogic-openjdk-8u412-b08-linux-x64-el.rpm
dnf localinstall openmotif21-2.1.30-11.EL6.i686.rpm
dnf install epel-release
dnf install xrdp
systemctl enable xrdp
systemctl start xrdp
systemctl stop firewalld
systemctl disable firewalld
1.3 Verify swap size in 16GB or more
# free -m
1.4 OS Settings (My Oracle Support Document 761566.1)
1.4.1 Modifying the Number of Open File Descriptors
* hard nofile 65536
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
* hard stack 16384
* soft stack 10240
1.4.2 Verifying Host Names
Verify that the /etc/hosts file is formatted as follows:
127.0.0.1 localhost.localdomain localhost
192.167.1.100 fbsebs.finsys.co.ke fbsebs
1.4.3 Link to Berkeley DB library for HTTP server (on Oracle Linux 8 only)
# cd /usr/lib
# ln -s libdb-5.3.so libdb-4.3.so
1.4.4 Create required link to Motif library (Oracle Linux 7 and 8, RHEL 7 and 8, SLES 12 and 15 only)
# cd /usr/lib
# ln -s libXm.so.4.0.4 libXm.so.2
1.4.5 OS Library Patch for Oracle HTTP Server (on Oracle Linux 6, 7 and 8, RHEL 6, 7 and 8, SLES 12 and 15 only)
Download and apply the Patch 6078836 from My Oracle Support to fix an issue with the Oracle HTTP Server (missing libdb.so.2) bundled with the E-Business Suite technology stack.
Note that this patch (which includes a required operating system library) must be applied before installing Oracle E-Business Suite.
1.4.6 Download UnZip 5.x
# cd /usr/bin
1.4.7 Create /etc/oraInst.loc file and put the below content in it
inventory_loc=/u01/app/oraInventory
inst_group=dba
1.4.8 Setup Oracle EBS users
# passwd oracle
# passwd applmgr
verify the users.
# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba)
[root@fbsebs lib] id applmgr
uid=54322(applmgr) gid=54321(oinstall) groups=54321(oinstall)
Add applmgr to dba group as well.
# sudo usermod -aG dba applmgr
[root@fbsebs lib] id applmgr
uid=54322(applmgr) gid=54321(oinstall) groups=54321(oinstall),54322(dba)
1.4.9 Login as root on server and make a directory. This directory will be used for database and application base.
# mkdir /u01/app
# chown oracle:dba /u01/app
# chmod 777 /u01/app
1.5 Copy all the file downloaded from Oracle e-delivery for R12.1.1 on a directory and unzip them from root one by one. After unzipping you will see the structure (e.g. /u01/mnt/stage12201211)
B53824-01_1of4.zip V15682-01_1of3.zip V15685-01_3of3.zip V15690-01_2of3.zip
B53824-01_2of4.zip V15682-01_2of3.zip V15686-01_1of3.zip V15690-01_3of3.zip
B53824-01_3of4.zip V15682-01_3of3.zip V15686-01_2of3.zip V15691-01_1of3.zip
B53824-01_4of4.zip V15683-01_1of3.zip V15686-01_3of3.zip V15691-01_2of3.zip
B53825-01.zip V15683-01_2of3.zip V15687-01_1of3.zip V15691-01_3of3.zip
V15680-01_1of3.zip V15683-01_3of3.zip V15687-01_2of3.zip V35224-01_1of3.zip
V15680-01_2of3.zip V15684-01_1of3.zip V15687-01_3of3.zip V35224-01_2of3.zip
V15680-01_3of3.zip V15684-01_2of3.zip V15688-01_1of2.zip V35224-01_3of3.zip
V15681-01_1of3.zip V15684-01_3of3.zip V15688-01_2of2.zip
V15681-01_2of3.zip V15685-01_1of3.zip V15689-01.zip
V15681-01_3of3.zip V15685-01_2of3.zip V15690-01_1of3.zip
# ls
acrobat md5sum_Linux64.txt r12_check_result.txt uncon.sh
autorun.inf oraAppDB R12_Doc.xls V35224-01_1of3.zip
current oraApps readme.html wget.sh
html oraAS readme.txt
images oraDB ShelExec.exe
index.html R121_Doc.xls startCD
1.6 Go in StartCd and kick-off rapidwiz from root user only.
# ls
adautostg.pl driver images oui RapidWiz.ini template
bin etc jlib rapidwiz RapidWizVersion unzip
ClientWiz.cmd File jre RapidWiz.cmd RapidWizVersion.cmd
1.7 The user interactive screen and the required values to start the installation process.
# ./rapidwiz
1.8 Once the installation is done, please verify the application version from the below query
SQL> select release_name from apps.fnd_product_groups;
RELEASE_NAME
--------------------------------------------------
12.1.1
1. Reference Docs:
Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
No comments:
Post a Comment