SlideShare a Scribd company logo
DBA http://mohamedazar.com Page 1
Oracle OBIEE 11.1.1.6.0 step by step
installation guide on Linux
Mohamed Azar
azar@mohamedazar.com
DBA http://mohamedazar.com Page 2
Step 1:
OS: Redhat 5.6 64bit
Download Oracle 11gr2 Software
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
Download OBIEE 11.1.1.6.0 for Linux 64bit
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-
1525270.html
Download RCU (Repository Creation Utiliy)
http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bi-downloads-
1525270.html
Note: Download 32 bit RCU , you can install on 64bit Linux
Download : Java 7
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
Note: Jdk 7 support for OBIEE 11.1.1.6.0
Download Weblogic Server 10.3.6 generic platform in Additional Platforms (For 64-bit JVM Support, See
Note Above)
http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
Step 2: Prepare Linux Machine
Install list of below rpm package
binutils-2.17.50.0.6-14.el5.x86_64.rpm
DBA http://mohamedazar.com Page 3
compat-libstdc++-33-3.2.3-61.i386.rpm
compat-libstdc++-33-3.2.3-61.x86_64.rpm
elfutils-libelf-0.137-3.el5.i386.rpm
elfutils-libelf-0.137-3.el5.x86_64.rpm
elfutils-libelf-devel-0.137-3.el5.i386.rpm
elfutils-libelf-devel-0.137-3.el5.x86_64.rpm
elfutils-libelf-devel-static-0.137-3.el5.i386.rpm
elfutils-libelf-devel-static-0.137-3.el5.x86_64.rpm
gcc-4.1.2-50.el5.x86_64.rpm
gcc-c++-4.1.2-50.el5.x86_64.rpm
glibc-2.5-58.i686.rpm
glibc-2.5-58.x86_64.rpm
glibc-common-2.5-58.x86_64.rpm
glibc-devel-2.5-58.i386.rpm
glibc-devel-2.5-58.x86_64.rpm
glibc-headers-2.5-58.x86_64.rpm
kernel-headers-2.6.18-238.el5.x86_64.rpm
ksh-20100202-1.el5_5.1.x86_64.rpm
libaio-0.3.106-5.i386.rpm
libaio-0.3.106-5.x86_64.rpm
libaio-devel-0.3.106-5.i386.rpm
libaio-devel-0.3.106-5.x86_64.rpm
libgcc-4.1.2-50.el5.i386.rpm
libgcc-4.1.2-50.el5.x86_64.rpm
libstdc++-4.1.2-50.el5.i386.rpm
DBA http://mohamedazar.com Page 4
libstdc++-4.1.2-50.el5.x86_64.rpm
libstdc++-devel-4.1.2-50.el5.x86_64.rpm
make-3.81-3.el5.x86_64.rpm
numactl-devel-0.9.8-11.el5.x86_64.rpm
sysstat-7.0.2-3.el5_5.1.x86_64.rpm
unixODBC-2.2.11-7.1.i386.rpm
unixODBC-2.2.11-7.1.x86_64.rpm
unixODBC-devel-2.2.11-7.1.i386.rpm
unixODBC-devel-2.2.11-7.1.x86_64.rpm
compat-db-4.2.52-5.1.x86_64.rpm
compat-db-4.2.52-5.1.i386.rpm
libXau-devel-1.0.1-3.1.i386.rpm
libXau-devel-1.0.1-3.1.x86_64.rpm
libXmu-1.0.2-5.i386.rpm
libXmu-1.0.2-5.x86_64.rpm
libXp-1.0.0-8.1.el5.i386.rpm
libXp-1.0.0-8.1.el5.x86_64.rpm
libXp-devel-1.0.0-8.1.el5.i386.rpm
libXp-devel-1.0.0-8.1.el5.x86_64.rpm
openmotif22-2.2.3-18.i386.rpm
openmotif22-2.2.3-18.x86_64.rpm
openmotif-2.3.1-5.el5_5.1.i386.rpm
openmotif-2.3.1-5.el5_5.1.x86_64.rpm
redhat-lsb-4.0-2.1.4.el5.i386.rpm
redhat-lsb-4.0-2.1.4.el5.x86_64.rpm
DBA http://mohamedazar.com Page 5
xorg-x11-utils-7.1-2.fc6.x86_64.rpm
Kernel Parameters
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
kernel.shmall = 4294967296
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmmni = 4096
# semaphores: semmsl, semmns, semopm, semmni
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default=4194304
net.core.rmem_max=4194304
net.core.wmem_default=1048576
net.core.wmem_max=1048576
after modified run it
/sbin/sysctl –p
[root@bip ~]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
DBA http://mohamedazar.com Page 6
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
[root@bip ~]#
[root@bip ~]# tail -10 /etc/security/limits.conf
#ftp hard nproc 0
#@student - maxlogins 4
# End of file
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 4096
oracle hard nofile 65536
obi soft nofile 1024
obi hard nofile 65536
[root@bip ~]# tail -2 /etc/pam.d/login
session required /lib/security/pam_limits.so
session required pam_limits.so
DBA http://mohamedazar.com Page 7
User creation
Oracle Database
[root@bip ~]# groupadd oinstall
[root@bip ~]# groupadd dba
[root@bip ~]# useradd -g oinstall -G dba oracle
[root@bip ~]# useradd -g oinstall obi
Oracle for Database
OBI for BI Install
[root@bip ~]# vi /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 hostname.domainname hostname
127.0.0.1 localhost.localdomain localhost
Bash profile for Oracle user
#Oracle Settings
TMP=/temp; export TMP
TEMPDIR=$TMP; export TEMPDIR
ORACLE_SID=biptest; export ORACLE_SID
DBA http://mohamedazar.com Page 8
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1; export ORACLE_HOME
JAVA_HOME=/usr/java; export JAVA_HOME
JRE_HOME=/usr/jre1.6.0_26; export JRE_HOME
PATH=/usr/sbin:$PATH; export PATH
PATH=$ORACLE_HOME/bin:/usr/jre1.6.0_26/bin:/usr/sbin:/usr/java/jdk1.7.0_15/bin/java:$PATH;
export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib; export LD_LIBRARY_PATH
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
Bash_profile for OBI user
# File Descriptor Limit
ulimit -n 10240
# Java Home
JAVA_HOME=/usr/java/jdk1.7.0_15
export JAVA_HOME
PATH=/usr/java/jdk1.7.0_15/bin:$PATH
DBA http://mohamedazar.com Page 9
# Local Binary
PATH=$PATH:$HOME/bin
# Database Parameters
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_HOME
TNS_ADMIN=$ORACLE_HOME/network/admin
export TNS_ADMIN
PATH=$ORACLE_HOME/bin:/opt/bin:$PATH
export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib32:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
Step 3:
Install Oracle Database Software and create new database using DBCA
Here Note it character set should be AL32UTF8
After database creation done. Please make sure listener is up and running
Change the below parameter also in database;
Processes – 800
open_cursors – 800
sessions – 500
Refer this link for if you want to know how do I install oracle software and create database
http://mohamedazar.com/2010/11/29/grid-infrastructure-installation-guide-for-standalone-server/
DBA http://mohamedazar.com Page 10
Step 4: Install JAVA
http://mohamedazar.com/2013/02/24/java-install/
Step 5: Install RCU
[root@bip install]# su - oracle
[oracle@bip ~]$ cd /install
[oracle@bip install]$ unzip ofm_rcu_linux_11.1.1.6.0_disk1_1of1.zip
[oracle@bip bin]$ pwd
/install/rcuHome/bin
[oracle@bip bin]$ ./rcu
DBA http://mohamedazar.com Page 11
DBA http://mohamedazar.com Page 12
DBA http://mohamedazar.com Page 13
DBA http://mohamedazar.com Page 14
DBA http://mohamedazar.com Page 15
The below two screenshot took from other prefix , so ignore it please do the create steps
Two component only will create
DBA http://mohamedazar.com Page 16
Step 6: Install Weblogic server 10.3.6
DBA http://mohamedazar.com Page 17
DBA http://mohamedazar.com Page 18
DBA http://mohamedazar.com Page 19
DBA http://mohamedazar.com Page 20
DBA http://mohamedazar.com Page 21
DBA http://mohamedazar.com Page 22
Step 7: Install BI software only install
DBA http://mohamedazar.com Page 23
DBA http://mohamedazar.com Page 24
DBA http://mohamedazar.com Page 25
DBA http://mohamedazar.com Page 26
DBA http://mohamedazar.com Page 27
DBA http://mohamedazar.com Page 28
DBA http://mohamedazar.com Page 29
DBA http://mohamedazar.com Page 30
Step 8: Configure BI
[root@bip ~]# su - obi
[obi@bip ~]$ cd /home/obi/Oracle/Middleware/Oracle_BI1/bin
[obi@bip bin]$ pwd
/home/obi/Oracle/Middleware/Oracle_BI1/bin
[obi@bip bin]$ ./config.sh
DBA http://mohamedazar.com Page 31
DBA http://mohamedazar.com Page 32
DBA http://mohamedazar.com Page 33
DBA http://mohamedazar.com Page 34
DBA http://mohamedazar.com Page 35
DBA http://mohamedazar.com Page 36
DBA http://mohamedazar.com Page 37
DBA http://mohamedazar.com Page 38
DBA http://mohamedazar.com Page 39
DBA http://mohamedazar.com Page 40
DBA http://mohamedazar.com Page 41
DBA http://mohamedazar.com Page 42
DBA http://mohamedazar.com Page 43
Use weblogic username and password for all URL

More Related Content

PDF
Oracle 12c r1 installation on solaris 11.1
PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
PDF
UKOUG Tech17 - Stay Secure With Oracle Solaris
DOCX
Oracle forms and reports 11g installation on linux
PDF
En rhel-deploy-oracle-rac-database-12c-rhel-7
PDF
在Oel5上安装配置oracle gird control 10.2.0.5
PDF
J Ruby On Rails Presentation
PDF
Rac on NFS
Oracle 12c r1 installation on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
UKOUG Tech17 - Stay Secure With Oracle Solaris
Oracle forms and reports 11g installation on linux
En rhel-deploy-oracle-rac-database-12c-rhel-7
在Oel5上安装配置oracle gird control 10.2.0.5
J Ruby On Rails Presentation
Rac on NFS

What's hot (20)

PPT
Its3 Drupal
PDF
Snort296x centos6x 2
DOCX
PDF
Dating Pro Installation Instructions
PDF
Erp installation r12.2
PDF
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
PPTX
Oracle SOA 12.2.1 Installation
PDF
Oracle Linux 7 Beta First Look (Installations)
PDF
An Express Guide ~ Zabbix for IT Monitoring
PDF
Install oracle database 12c software on windows
PDF
Installing Cacti openSUSE Leap 42.1
ODP
Алексей Колосов - Drupal для хостинга
PPT
Presentation iv implementasi 802x eap tls peap mscha pv2
PDF
Tested install-isp config3-ubuntu-16-04
PDF
Clouldera Implementation Guide for Production Deployments
PDF
OSDC 2014: Nat Morris - Open Network Install Environment
DOCX
Cisco asa active,active failover configuration
DOCX
Prizm Installation Guide
DOCX
PPT
Presentation1
Its3 Drupal
Snort296x centos6x 2
Dating Pro Installation Instructions
Erp installation r12.2
LT04 IDNOG04 - Affan Basalamah (ITB) - Documenting your network
Oracle SOA 12.2.1 Installation
Oracle Linux 7 Beta First Look (Installations)
An Express Guide ~ Zabbix for IT Monitoring
Install oracle database 12c software on windows
Installing Cacti openSUSE Leap 42.1
Алексей Колосов - Drupal для хостинга
Presentation iv implementasi 802x eap tls peap mscha pv2
Tested install-isp config3-ubuntu-16-04
Clouldera Implementation Guide for Production Deployments
OSDC 2014: Nat Morris - Open Network Install Environment
Cisco asa active,active failover configuration
Prizm Installation Guide
Presentation1
Ad

Similar to Oracle obiee-11-installation-guide 11.1.1.6.0 (20)

DOCX
Obia with odi
DOC
PDF
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
PPT
Introduction to OBIEE 11g
PDF
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
ODP
Asian Spirit 3 Day Dba On Ubl
DOCX
OBIEE 11g installation steps
PDF
WebLogic, 12C SOA Standalone installation
PDF
Soa bpm standalone_installation
PDF
12c installation
PPTX
PHP Oracle
PDF
Oracle database 12c client quick installation guide
PDF
Oracle11g on fedora14
PDF
Oracle11g On Fedora14
DOC
Odi installation step by step
PDF
Install oracle grid infrastructure on linux 6.6
PDF
Oracle virtual server-2-t0-3-upgrade
DOCX
Installing 12c R1 database on oracle linux
PDF
Oracle Enterprise Repository 11g - Quick Start Guide
PDF
OAM Install & Config
Obia with odi
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Introduction to OBIEE 11g
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Asian Spirit 3 Day Dba On Ubl
OBIEE 11g installation steps
WebLogic, 12C SOA Standalone installation
Soa bpm standalone_installation
12c installation
PHP Oracle
Oracle database 12c client quick installation guide
Oracle11g on fedora14
Oracle11g On Fedora14
Odi installation step by step
Install oracle grid infrastructure on linux 6.6
Oracle virtual server-2-t0-3-upgrade
Installing 12c R1 database on oracle linux
Oracle Enterprise Repository 11g - Quick Start Guide
OAM Install & Config
Ad

Recently uploaded (20)

PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PDF
Mega Projects Data Mega Projects Data
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
Computer network topology notes for revision
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
1_Introduction to advance data techniques.pptx
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
Introduction to Knowledge Engineering Part 1
PDF
Business Analytics and business intelligence.pdf
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
climate analysis of Dhaka ,Banglades.pptx
PDF
Lecture1 pattern recognition............
PPTX
Introduction to machine learning and Linear Models
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPTX
Business Acumen Training GuidePresentation.pptx
Introduction-to-Cloud-ComputingFinal.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
Mega Projects Data Mega Projects Data
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Computer network topology notes for revision
Business Ppt On Nestle.pptx huunnnhhgfvu
1_Introduction to advance data techniques.pptx
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Introduction to Knowledge Engineering Part 1
Business Analytics and business intelligence.pdf
Qualitative Qantitative and Mixed Methods.pptx
Data_Analytics_and_PowerBI_Presentation.pptx
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
climate analysis of Dhaka ,Banglades.pptx
Lecture1 pattern recognition............
Introduction to machine learning and Linear Models
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
oil_refinery_comprehensive_20250804084928 (1).pptx
Business Acumen Training GuidePresentation.pptx

Oracle obiee-11-installation-guide 11.1.1.6.0