Description: A guide that demonstrates how to install Oracle BI Publisher on Oracle Linux 6.3. This will only go through the enterprise installation, which is an all in one package install (includes WebLogic installation, WebLogic domain creation, and BI installation and configuration).
Prerequisites:
- Static IP Address (Must also be included in the /etc/hosts file)
- JRockit Installation
- Oracle Database 11g
Bits
Oracle Business Intelligence Download Link
For Linux x86-64 bit, you need to download six files.
- bi_linux_x86_111150_64_disk1_1of2.zip
- bi_linux_x86_111150_64_disk1_2of2.zip
- bi_linux_x86_111150_64_disk2_1of2.zip
- bi_linux_x86_111150_64_disk2_2of2.zip
- bi_linux_x86_111150_64_disk3_1of2.zip
- bi_linux_x86_111150_64_disk3_2of2.zip
You will also need the Repository Creation Utility 11.1.1.5.0. The download should be on the same page as the BI Publisher bits. Although there is only 32-bit version, this is sufficient for the BI schema creation.
- ofm_rcu_linux_11.1.1.5.0_disk1_1of1.zip
BI Publisher Schema Creation
- Navigate to "rcuHome/bin" directory.
- Give yourself write permission on the rcu script.
- Search for the "JRE_DIR" variable in the rcu script and modify to point to your java jre path. Then save.
- E.g. JRE_DIR=/home/oracle/java/jrockit64/jre
- Execute the rcu script.
Welcome Page
Step 1: Create Repository
Step 2: Database Connection Details
Step 3: Select Components
-Metadata Services
-Business Intelligence Platform
Step 4: Schema Passwords
Step 5: Map Tablespaces
Step 6: Summary
Step 7: Completion Summary
BI Publisher Installation and Configuration
Modify the "refhost.xml" file located in "bishiphome/Disk1/stage/prereq/linux64" to include the lines given below. Place these lines below the "CERTIFIED_SYSTEMS" tag.
<OPERATING_SYSTEM> <VERSION VALUE="6.3"/> <ARCHITECTURE VALUE="x86"/> <NAME VALUE="Linux"/> <VENDOR VALUE="redhat"/> <GLIBC ATLEAST="2.5-12"> </GLIBC> <PACKAGES> <PACKAGE NAME="binutils" VERSION="2.17.50.0.6" /> <PACKAGE NAME="compat-libstdc++-33" VERSION="3.2.3" ARCHITECTURE="x86_64" /> <PACKAGE NAME="compat-libstdc++-33" VERSION="3.2.3" ARCHITECTURE="i686" /> <PACKAGE NAME="elfutils-libelf" VERSION="0.125" /> <PACKAGE NAME="elfutils-libelf-devel" VERSION="0.125" /> <PACKAGE NAME="gcc" VERSION="4.1.1" /> <PACKAGE NAME="gcc-c++" VERSION="4.1.1" /> <PACKAGE NAME="glibc" VERSION="2.5-12" ARCHITECTURE="x86_64" /> <PACKAGE NAME="glibc" VERSION="2.5-12" ARCHITECTURE="i686" /> <PACKAGE NAME="glibc-common" VERSION="2.5" /> <PACKAGE NAME="glibc-devel" VERSION="2.5" ARCHITECTURE="x86_64" /> <PACKAGE NAME="glibc-devel" VERSION="2.5-12" ARCHITECTURE="i686" /> <PACKAGE NAME="libaio" VERSION="0.3.106" ARCHITECTURE="x86_64" /> <PACKAGE NAME="libaio" VERSION="0.3.106" ARCHITECTURE="i686" /> <PACKAGE NAME="libaio-devel" VERSION="0.3.106" /> <PACKAGE NAME="libgcc" VERSION="4.1.1" ARCHITECTURE="x86_64" /> <PACKAGE NAME="libgcc" VERSION="4.1.1" ARCHITECTURE="i686" /> <PACKAGE NAME="libstdc++" VERSION="4.1.1" ARCHITECTURE="x86_64" /> <PACKAGE NAME="libstdc++" VERSION="4.1.1" ARCHITECTURE="i686" /> <PACKAGE NAME="libstdc++-devel" VERSION="4.1.1" /> <PACKAGE NAME="make" VERSION="3.81" /> <PACKAGE NAME="sysstat" VERSION="7.0.0" /> </PACKAGES> <KERNEL> <!-- <PROPERTY NAME="semmsl" NAME2="semmsl2" VALUE="250" /> <PROPERTY NAME="semmns" VALUE="32000" /> <PROPERTY NAME="semopm" VALUE="100" /> <PROPERTY NAME="semmni" VALUE="128" /> <PROPERTY NAME="shmmax" VALUE="536870912" /> <PROPERTY NAME="shmmni" VALUE="4096" /> <PROPERTY NAME="shmall" VALUE="2097152" /> <PROPERTY NAME="file-max" VALUE="65536" /> <PROPERTY NAME="ip_local_port_range" ATLEAST="1024" ATMOST="65000" /> <PROPERTY NAME="rmem_default" VALUE="4194304" /> <PROPERTY NAME="rmem_max" VALUE="4194304" /> <PROPERTY NAME="wmem_default" VALUE="262144" /> <PROPERTY NAME="wmem_max" VALUE="262144" /> --> <PROPERTY NAME="VERSION" VALUE="2.6.18"/> <PROPERTY NAME="hardnofiles" VALUE="4096"/> <PROPERTY NAME="softnofiles" VALUE="4096"/> </KERNEL> </OPERATING_SYSTEM>
Install the required packages:
- yum install glibc-devel.i686
The screenshots given below will walk you through the installation and congiuration process.
Step 1: Welcome
Step 2: Skip Software Updates
Step 3: Select Enterprise Install
Step 4: Prerequisite Checks
Step 5: Create New BI System
Step 6: Specify Installation Location
MW_HOME=/home/oracle/Oracle/Middleware
ORACLE_HOME=/home/oracle/Oracle/Middleware/Oracle_BI1
INSTANCE_HOME=/home/oracle/Oracle/Middleware/instances/instance1
INSTANCE_NAME=instance1
Step 7: Select all components
Step 8: BIPLATFORM Schema
Step 9: MDS Schema
Step 10: Configure Ports
Step 11: Skip Security Updates
Step 12: Summary
Step 13: Installation Progress
Step 14: Configuration Progress
Step 15: Complete
Important URLs
WebLogic Console: http://localhost:7001/console
Oracle Enterprise Manager: http://localhost:7001/em
Business Intelligence Enterprise Edition: http://localhost:9704/analytics
Business Intelligence Publisher: http://localhost:9704/xmlpserver
Real-Time Decisions: http://localhost:9704/ui
No comments:
Post a Comment