Oracle 11i E-Business suite installation set up for Linux
Tested on
Red Hat Enterprise Linux AS release 4 kernel 2.6.9-5.EL
Oracle Enterprise Linux AS release 4 (october update 6) kernel 2.6.9-67.0.0.0.1.EL
Required Packages
ompat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-oracle-rhel4-1.0-5 (from oracle patch 4198954)
compat-libcwait-2.0-2 (from oracle patch 4198954)
compat-libgcc-296-2.96-132.7.2
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
xorg-x11-deprecated-libs-devel-6.8.1-23.EL
xorg-x11-deprecated-libs-6.8.1-23.EL
The following required component must be installed manually:
openmotif21-2.1.30-x
Domain Name Resolver Parameters
add these parameters in the /etc/resolv.con file
options attempts:5
options timeout:15
Verify that the /etc/hosts file is formatted as follows
127.0.0.1 localhost.localdomain
ip_addrss node_name.domain_name
let these loopback entry be there if you want to add a new for your server do it as follows
etc: 192.168.1.7 oracle11i.mylearn.com
now host file will look like
127.0.0.1 localhost.localdomain
192.168.1.7 oracle11i.mylearn.com
to set up ip address for the network card go to Application>system Settings>Network
Verify that the /etc/sysconfig/network file is formatted as follows
HOSTNAME=node_name.domain_name
if the /etc/sysconfig/networking/profiles/default/network file exist, remove it
now restart the system
Edit /etc/sysctl.conf file to make the following changes
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 10000 65000
run /sbin/sysctl -p so that these vales will get effected
to see newly set up kernel values
/sbin/sysctl.conf -a | grep 'kernel_param'
/sbin/sysctl.con -a | grep 'sem'
Edit /etc/serurity/limits.conf file
soft nofile 4096
hard nofile 65535
verify that host name setting is correct.
hostname
this command should return a fully quallified hostname
ex:
hostname
oracle11i.mylearn.com
create dba group
groupadd dba
create oinstall group
groupadd oinstall
create user for 11i
useradd -g oinstall -G dba oracle
to see the user details
finger oracle
create software location
mkdir -p /u01/oracle
change owner of the folder if the location is created by root
chown -r oracle:oinstall /u01/oracle
open a terminal session as root and disable access control for installation
xhost +
change user to oracle
su – oracle
run an exterm session
xterm
go to staging area > starthere/Disk1/rapidwiz/
run
./rapidwizard.sh
Red Hat Enterprise Linux AS release 4 kernel 2.6.9-5.EL
Oracle Enterprise Linux AS release 4 (october update 6) kernel 2.6.9-67.0.0.0.1.EL
Required Packages
ompat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-oracle-rhel4-1.0-5 (from oracle patch 4198954)
compat-libcwait-2.0-2 (from oracle patch 4198954)
compat-libgcc-296-2.96-132.7.2
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
xorg-x11-deprecated-libs-devel-6.8.1-23.EL
xorg-x11-deprecated-libs-6.8.1-23.EL
The following required component must be installed manually:
openmotif21-2.1.30-x
Domain Name Resolver Parameters
add these parameters in the /etc/resolv.con file
options attempts:5
options timeout:15
Verify that the /etc/hosts file is formatted as follows
127.0.0.1 localhost.localdomain
ip_addrss node_name.domain_name
let these loopback entry be there if you want to add a new for your server do it as follows
etc: 192.168.1.7 oracle11i.mylearn.com
now host file will look like
127.0.0.1 localhost.localdomain
192.168.1.7 oracle11i.mylearn.com
to set up ip address for the network card go to Application>system Settings>Network
Verify that the /etc/sysconfig/network file is formatted as follows
HOSTNAME=node_name.domain_name
if the /etc/sysconfig/networking/profiles/default/network file exist, remove it
now restart the system
Edit /etc/sysctl.conf file to make the following changes
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 10000 65000
run /sbin/sysctl -p so that these vales will get effected
to see newly set up kernel values
/sbin/sysctl.conf -a | grep 'kernel_param'
/sbin/sysctl.con -a | grep 'sem'
Edit /etc/serurity/limits.conf file
soft nofile 4096
hard nofile 65535
verify that host name setting is correct.
hostname
this command should return a fully quallified hostname
ex:
hostname
oracle11i.mylearn.com
create dba group
groupadd dba
create oinstall group
groupadd oinstall
create user for 11i
useradd -g oinstall -G dba oracle
to see the user details
finger oracle
create software location
mkdir -p /u01/oracle
change owner of the folder if the location is created by root
chown -r oracle:oinstall /u01/oracle
open a terminal session as root and disable access control for installation
xhost +
change user to oracle
su – oracle
run an exterm session
xterm
go to staging area > starthere/Disk1/rapidwiz/
run
./rapidwizard.sh
Comments
Post a Comment