Table of
Contents
1 Installation of Oracle Linux 5.3
Step1: Language à
English (English) Then Click Next
Step2: Keyboard à
U.S English Then Click Next
Step3: Select Install Enterprise Linux
Then Click Next
Step4: Select Create custom layout Then
Click Next
/boot 1024 MB
Create swap partition 16 GB
(16384MB) (RAM is 8 GB)
/ 20 GB (20480 MB)
/opt Fill to Maximum
Step5: Select GRUB boot loader will be
installed on /dev/cciss/c0d0 Then Click Next
Step6: On Network Devices Click on Edit
Select Manual and give
IP Address: 172.16.1.10
Subnet Mask: 255.255.0.0
Domain Name: qamaraff.com
Default Gateway:
Primary DSN:
Secondary DSN:
Step7: Select Asia/Karachi time zone
and Uncheck System clock uses UTC Then Click Next
Step8: Give the root user password Then
Click Next
Step9: Select Customer now click Next
then on right list of every element right click and Select All Optional
Packages.
Linux will be installed and
reboot.
Step10: Welcome Screen Click
Forward.
Step11: License Agreement Click Yes
then Click Forward.
Step12: Firewall Select Disable then
Click Forward.
Step13: SELinux Disable then Click
Forward.
Step14: Kdump No Action Click
Forward.
Step15: Date and Time settings Click
Forward.
Step16: Create User Click Forward.
Step17: Smart Card No Action Click
Forward.
Step18: Additional CDs No Action Click
Forward.
After Installing Linux
·
Create user “Oracle” and create Group “oinstall”
·
Create directory oracle and StageR12 at root, tmpcd
·
Give ownership of oracle to oracle and StageR12 directories
by following commands
àChown
–R oracle:oinsatall oracle/
àChmod
777 oracle/
2 Creating Stage Area
You can create Stage Area by
following script
- Run the adautostg.pl script.
- $ perl /tmpcd/Disk1/rapidwiz/adautostg.pl
Login as oracle User and do the
following
Step1: Insert Startup dvd and go to the
path /tmpcd/Disk1/rapidwiz
Step2: Run the following script
there
perl adautostg.pl
A wizard will be open
Step3: Give the path where you want to
create Stage Area i.e. /StageR12
Step4: Give cdrom mount point i.e.
/media/cdrecorder
Step5: select the 1st option
Oracle Application
Now change dvds as asked.
To mount and umount dvd use the
following script
à
umount /media
à
mount /dev/scd0 /tmpcd
à
umount /tmpcd
Reboot the system after Creating
Stage Area
3 Pre-Install steps (On Both Machines)
Oracle
E-Business Suite R12 is supported on Linux 64-bit operating systems running on
the x86-64 hardware architecture.
3.1.1 Operating System Supported Versions
The
following table lists the supported operating system
versions.
Operating System
Name
|
Supported
Version
|
Oracle
Linux
|
4 - Update 4 or higher
(64-bit)
|
Oracle
Linux
|
5 - Update 1 or higher
(64-bit)
|
Red Hat Enterprise
Linux
|
4 - Update 4 or higher
(64-bit)
|
Red Hat Enterprise
Linux
|
5 - Update 1 or higher
(64-bit)
|
SUSE Linux Enterprise
Server
|
9 - SP3 or higher
(64-bit)*
|
SUSE Linux Enterprise
Server
|
10 - GA, SP1 or higher
(64-bit)
|
Step1: Kernel Requirements
The
following table lists the required minimum kernel versions (to determine
version, enter: $ uname -r):
Operating
System
|
Kernel
|
Oracle Linux
4
|
2.6.9-42.0.0.0.1.EL
|
Oracle Linux
5
|
2.6.18-53.1.4.EL5
|
Red Hat Enterprise
Linux AS/ES 4
|
2.6.9-42.EL
|
Red Hat Enterprise
Linux AS/ES 5
|
2.6.18-53.1.4.EL5
|
SUSE Linux Enterprise
Server 9
|
2.6.5-7.244
|
SUSE Linux Enterprise
Server 10
|
2.6.16.21-0.8
|
Red Hat Enterprise Linux AS/ES
4.0
|
2.6.9-42.EL
|
To determine version, enter:
$ uname –
r
|
Step2: Check and Install the following
Packages
To determine Installed Package,
enter: $ rpm –q |grep package_name
To Installed the Package, enter:
$ rpm –ivh package_name
|
After installing these patches, run
ldconfig -v.
Step3: Edit File à
/etc/sysctl.conf (Add the following in the end of the file)
i.e. kernel.semmsl = 256
Parameter
|
Value
| |
kernel.semmsl
|
2561
| |
kernel.semmns
|
320001
| |
kernel.semopm
|
1001
| |
kernel.semmni
|
1421
| |
kernel.shmall
|
2097152
| |
kernel.shmmax
|
Half the size of the
physical memory (in bytes), and at least
21474836482
| |
kernel.shmmni
|
4096
| |
kernel.msgmax
|
8192
| |
kernel.msgmnb
|
65535
| |
kernel.msgmni
|
2878
| |
fs.file-max
|
131072
| |
net.ipv4.ip_local_port_range
|
10000
650003
| |
net.core.rmem_default
|
262144
| |
net.core.rmem_max
|
4194304
| |
net.core.wmem_default
|
262144
| |
net.core.wmem_max
|
262144
| |
1: set
using the following entry in the /etc/sysctl.conf file: kernel.sem = 256 32000
100 142
2: On the server running the EBS Database, this kernel parameter must be the lesser of half the size of the physical memory (in bytes) and 4294967295 3: values recommended for the local port range may need to be adjusted according to the specific needs of the user's environment in order to avoid port conflicts. |
||
Restart the system
Step4: Edit File à/etc/resolv.conf (Add the following in the end of the
file)
options attempts:5
options timeout:15
Step5: Edit File à/etc/hosts
For
Oracle Linux 4 and 5, and Red Hat Enterprise Linux AS/ES 4 and
5:
1.
Verify
that the /etc/hosts file is formatted as follows:
127.0.0.1 localhost.localdomain localhost
[ip_address] [node_name].[domain_name] [node_name]
2.
Verify
that the /etc/sysconfig/network file is formatted as
follows:
HOSTNAME=[node_name].[domain_name]
3.
If the
/etc/sysconfig/networking/profiles/default/network file exists, remove
it.
Restart the system
Step8: Edit File
/etc/security/limits.conf
Note: If the current value
for any parameter is higher than the value listed in this document, then do not
change the value of that
parameter.
|
* hard nofile 65535
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
Restart the system
Step9: OS Library Patch for Oracle HTTP Server (on Oracle Linux 5 and RHEL 5 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.
Note that this patch (which includes a required operating system library) must be applied before installing Oracle E-Business Suite.
Step10: Link to Motif library in Oracle Application Server 10.1.2 (on Oracle Linux 5 and RHEL 5 only)
Perform
the following command (as root on your system) to update a required link to a
Motif library prior to relinking or patching the 10.1.2 Application Server
Oracle Home:
# unlink /usr/lib/libXtst.so.6
# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
4 Installation of Application 12.1.1 (Multi-Node)
4.1 Database Installation
Login as oracle user on DB
Node
To start the Installation run the
following script
$ cd
/StageR12/startCD/Disk1/rapidwiz
$ ./rapidwiz
Restarting the
installation
If the installation process
terminates before completion, use the -restart parameter to
run Rapid Install again.
$ rapidwiz –restart
Step1: Start the Rapid Install wizard
As
you start wizard welcome screen appears. Click next.
Step2: Select a
wizard operation
Use
the Select Wizard Operation screen to indicate the action you want Rapid Install
to perform. You begin both new installations and upgrades from this screen.
Based on the action you choose, the Rapid Install wizard continues with the
appropriate screen flow.
Step3: Choose Oracle Configuration Manager Options
Oracle Connection Manager (OCM) is an optional component
that is designed to facilitate support for your Oracle products. The initial OCM
screen appears as part of a Rapid Install run.
On
this screen, you are required to enter your Customer Support Identifier
(CSI), your OracleMetaLink account details, and your country.
Step4: Identify configuration file
On
the Configuration Choice screen, you indicate whether you will be using
previously saved configuration details.
If
you choose Create a new configuration , Rapid Install saves the
configuration parameters you enter on the wizard screens in the Applications
database, and in a configuration file (conf_<SID>.txt), which is stored in
your system temporary directory until the installation is completed.
If
you choose Load the following saved configuration, the database connect
string field becomes active. For a configuration stored in the database, this
field is made up of <hostname>:<SID>:<database port>, for
example testdb.qamar.com:testdb:1521
Step5: Specify Global System Settings
On
the Global System Settings screen, you indicate whether you want to accept the
default port values. You can specify a port pool setting to enable
multiple Applications environments to co-exist on the same machine.
For
example, if you select an increment of 3 from the Port Pool list, the values in
the Derived Port Settings will reflect this choice. Use the scroll bar or click
Advanced Edit to see the Port Values screen.
On
the Database Node Configuration screen, indicate the kind of database you want
to install in the new system, the name you will use to identify it, the machine
on which it will run, and that machine's domain name. You then need to confirm
the operating system shown on the drop-down list is correct, specify the Oracle
user's operating system account name and group, and finally specify the base
directory under which the installation is to take place.
If
you wish to search the file system for a suitable base directory, click
Browse to open a navigation window.
Step7: Select product license type (Fresh Database
installation only)
When
installing a fresh database (not a Vision demo database), the wizard prompts you
to indicate the type of licensing agreement you have purchased from Oracle. It
then presents the appropriate licensing screen.
Step8: Select Country-Specific Functionality (Fresh
Database installation only). If required.
In
our case we will not select any country.
Step9: Enter Primary Applications Node Information
You
have already specified the top-level directory for the RDBMS. Now you must
specify top-level directory and subdirectories associated with the Applications
nodes.
Step10: Review Pre-Install
Checks
Rapid Install performs a series of system tests to validate the
configuration specified. The System Check Status screen checks port
availability.
The
Validate System Configuration screen now appears, to indicate whether various
pre-install requirements for the installation have been met.
Step11: Begin the Installation
On
the Component Installation Review screen, Rapid Install lists the components it
will install, based on the system parameters you entered in the wizard.
Click Next. Rapid Install now displays another alert
screen asking you to verify that you are ready to begin the installation. Click
Yes.
Step12: Review Post-Installation Tests:
After the installation is complete, Rapid Install automatically
validates the installed Applications environments. Tests include database
availability, correctly configured environment files, and functioning
listeners.
Rapid Install informs you of the components that it installed on
the Finish screen
Installation successfully completed on
Database Node.
4.2 Application Installation
Step1: Start the Rapid Install wizard
As
you start wizard welcome screen appears. Click next.
Step2: Select a
wizard operation
Use
the Select Wizard Operation screen to indicate the action you want Rapid Install
to perform. You begin both new installations and upgrades from this screen.
Based on the action you choose, the Rapid Install wizard continues with the
appropriate screen low.
Step3: Choose Oracle Configuration Manager Options
Oracle Connection Manager (OCM) is an optional component
that is designed to facilitate support for your Oracle products. The initial OCM
screen appears as part of a Rapid Install run. You must click on either
Accept or Decline to proceed or not proceed with deploying
OCM.
If
you choose the Oracle-recommended option of Accept, you are presented
with another OCM screen:
On
this screen, you are required to enter your Customer Support Identifier
(CSI), your
OracleMetaLink account details, and your country.
Step4: Identify configuration file
On
the Configuration Choice screen, have to
chose the load saved configuration option and For a configuration stored in the
database, this field is made up of <hostname>:<SID>:<database
port>
*
<hostname> is database node name
Rapid Install performs a series of system tests to validate the configuration specified. The System Check Status screen checks port availability.
The
Validate System Configuration screen now appears, to indicate whether various
pre-install requirements for the installation have been met.
Step5: Begin the Installation
On
the Component Installation Review screen, Rapid Install lists the components it
will install, based on the system parameters you entered in the wizard.
Click Next. Rapid Install now displays another alert
screen asking you to verify that you are ready to begin the installation. Click
Yes.
Step6: Review
Post-Installation Tests:
After the installation is complete, Rapid Install automatically
validates the installed Applications environments. Tests include database
availability, correctly configured environment files, and functioning
listeners.
Rapid Install informs you of the components that it installed on
the Finish screen
Installation successfully completed on
Application Node.
Please Subscribe my blog Qamar Zahoor, YouTube Channel YouTube, Join the Facebook group
Facebook Group and do follow on Twitter Twitter to get knowledge of Oracle EBS, Database, Ecommerce, Amazon, Ebay and Digital Marketing. Keep learning.































No comments:
Post a Comment
Note: only a member of this blog may post a comment.