EBS Installation
12.1.1
Step-1
yum install
wget . x86_64
wget
http://public-yum.oracle.com/public-yum-ol6.repo
([ol6_latest]
name =Oracle Linux $releasever Latest ($basearch)
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
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
[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
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
[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)
baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
Update all the Packages
Move unzip and rename to 6version
unzip
[root@ranesh
~]# mv /usr/bin/unzip /usr/bin/unzip-ver6
Step-2
SELINUX=enforcing
Step-3
This unzip package (available from EL 6
distribution) is only required for purposes of running Rapid Install to unzip
the required EBS files as part of the installation and should be reverted after
the install of EBS. Alternatively, users can backup the existing unzip 6.0 in
/usr/bin, copy the unzip 5.5 from the EBS staging directory to /usr/bin for
purposes of installing EBS, and then restore the unzip 6.0 when done.
mv
/usr/bin/unzip /usr/bin/unzip-ver6
Step-4
Step-5
[root@ranesh
~] # vi /etc/sysctl . conf
[root@ranesh
~] # sysctl -p
net.ipv4.conf.default.rp_filter
= 1
net.ipv4.conf.default.accept_source_route
= 0
Step -6
[root@ranesh
~] # vi /etc/sysconfig/network
[root@ranesh
~] # cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain
localhost6 localhost6.localdomain6
192.168.43.128
ranesh.ebs.com ranesh
Step-7
[root@ranesh
~] # vi /etc/security/limits. conf
* hard nofile 65535
* soft nofile 4096
* hard nproc 16386
* soft nproc 2047
* soft nofile 4096
* hard nproc 16386
* soft nproc 2047
Step-8
Create Oracle Inventory Directory:
inventory_loc=/u01/app/oraInventory
inst_group=
Step-9
Link to motif
library in Oracle Application
[root@ranesh
~] # unlink /usr/lib/libXtst . so. 6
[root@ranesh
~]# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
Step-10
Create Appropriate Users and Groups:
usermod
-g oinstall -G dba applmgr
Installation
of EBS R12.1.1:
Errors:
[root@ranesh
~] # unlink /usr/lib/libXtst . so. 6
[root@ranesh
~]# ln -s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6
Errors:
RW-50010:
Error: – script has returned an error:
1
RW-50004:
Error code received when running external process. Check log file for details
Solution:
Check
the user and group permission
Error:
RC-20200:
Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.
Please
make sure you have UnZip 5.X in your path and try again...
solution:
mv
/usr/bin/unzip /usr/bin/unzip-ver6
Error:
Error: libXext.so.6: cannot open shared
object file: No such file or directory
solution:
yum
install libXext.x86_64
yum
install libXrender.x86_64
yum
install libXtst.x86_64
download
patch p23215577_170101_Linux-x86-64
p23215577_170101_Linux-x86-64.zip
for JDK 1.7.101 and installed.
[root@ebs122
Java]# rpm -ivh jdk-7u101-linux-x64.rpm
Preparing…
################################# [100%]
Updating
/ installing…
1:jdk-2000:1.7.0_101-fcs
################################# [100%]
Unpacking
JAR files…
rt.jar…
jsse.jar…
charsets.jar…
tools.jar…
Error:
/u01/Stage_R1211/startCD/Disk1/rapidwiz/bin/runWizard.sh:
/u01/Stage_R1211/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java:
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Solution:
We
need to copy Stage are into server
No comments:
Post a Comment