7.OBIA
Installation(11.1.1.9.1)
Note:Middleware
home is “/opt/oica” not “/opt/obiee”
Step
1:
Download the required OBIA software from the meta
link/OTN /e delivery from oracle websites
[First you
need to sign in before you downloading the software]
Then
Unzip/un tar the software to the respective location
it will create directory with the name” OBIA” and give the permissions to the
user who can access the software.
Step2:
Now logged in as a user go to the directory “OBIA”
where you have un zipped the software. Now go to the obiee directory under
which you can see “bishiphome” now go into the “bishiphome” directory you can
see the disk1.Now go inside the “disk1” directory and run” runInstaller”
As$./runInstaller-àin
linux.
It will ask for JRE /JDK path give the correct path
JRE/JDK Location :/usr/lib/jvm/jdk1.7.0_67(in
my system this is the path)
After checking prerequisites like java, space etc…
It will open a wizard window like the following.
This is a welcome screen click on next button.
Step3:
The following screen will appear.
After checking all prerequisites status column will
show all correct mark.
Then click on next button.
Step4:
The following screen will appear.
Then it will ask for oracle Middleware Home select
the home path of obiee .In my case
“/opt/oica”
And Oracle Home directory by default it will be
“Oracle_BI1 “
Then click on next button.
Step5:
The following screen will appear.
In this screen Installation details of OBIA will
show to us.
There is a save option is also available to store
installation details of OBIA.
Click on save button and save in file in your
desired location for future reference.
Then click on install button.
Step6:
The following screens will appear in different
stages of installation.
After reaching installation progress 100%.
Save the installation details by clicking on save
button at your desired location for future use.
Click on finish button.
That’s the end of OBIA 11.1.19.1 version installation.
8.Applying
Patches
Note
: Before Applying patches All weblogic & OBIEE,ODI
components should be
Shutdown.
Step1:
Download the patches from oracle e delivery cloud or
from OTN which is related to OBIA11.1.1.9.1 version.
Unzip the patches and save it a folder called
patches located in “/opt/oica/patches”
To apply patches first we need to change a file which is located in
“/opt/oica/oracle_BI1/biapps/tools/bin/apply_patches_import.txt”
Create a work directory using mkdir command.My work
directory is under following location
----$/opt/oica/work
(in this directory patch information like log files will be stored)
Apply_patches_import.txt
file would be like this
# Required JAVA_HOME - Java home
JAVA_HOME=/scratch/aime/work/mw_home/Oracle_BI1/jdk
# Required INVENTORY_LOC - Inventory Location
INVENTORY_LOC=/scratch/aime/oraInventory
ORACLE_HOME=/scratch/aime/work/mw_home/Oracle_BI1
MW_HOME=/scratch/aime/work/mw_home
COMMON_ORACLE_HOME=/scratch/aime/work/mw_home/oracle_common
WL_HOME=/scratch/aime/work/mw_home/wlserver_10.3
SOA_HOME=/scratch/aime/work/mw_home/Oracle_SOA1
ODI_HOME=/scratch/aime/work/mw_home/Oracle_ODI1
SKIP_BITECH_PATCHES=false
# Optionally Required WINDOWS_UNZIP_TOOL_EXE - If
platform is windows, then specify unzip tool exe with complete path
# Currently only two tools : Winzip command line and
7-Zip command line are supported tools.
# Eg for Winzip tool - c:{PathSep}Program
Files{PathSep}WinZip{PathSep}wzunzip.exe
# Eg for 7-Zip tool - c:{PathSep}Program
Files{PathSep}7-Zip{PathSep}7z.exe
WINDOWS_UNZIP_TOOL_EXE=
# Required WORKDIR - An existing writable directory
to create logs and temp patch files
WORKDIR=/scratch/aime/tmp/work
# Required PATCH_ROOT_DIR - Path of patch directory
till the release patch-set folder which is inside patches4fa/dist.
# i;e the patch-set folder for a particular release
to apply patch from
# eg;
/scratch/aime/tmp/ps1/biappsshiphome/patches4fa/dist/ps6rc3
PATCH_ROOT_DIR=/scratch/aime/tmp/patches4fa/dist/ps6rc3
We
have to change the file as per our environment Varaibles.
After
modification the file as per our Environment the file would be like this.
As per my configuration I have changed like this
# Required JAVA_HOME - Java home
JAVA_HOME=/opt/oica/Oracle_BI1/jdk
# Required INVENTORY_LOC - Inventory Location
INVENTORY_LOC=/u01/app/oraInventory
ORACLE_HOME=/opt/oica/Oracle_BI1
MW_HOME=/opt/oica/
COMMON_ORACLE_HOME=/opt/oica/oracle_common
WL_HOME=/opt/oica/wlserver_10.3
#SOA_HOME=/scratch/aime/work/mw_home/Oracle_SOA1
ODI_HOME=/opt/oica/Oracle_ODI1
SKIP_BITECH_PATCHES=false
# Optionally Required WINDOWS_UNZIP_TOOL_EXE - If platform
is windows, then specify unzip tool exe with complete path
# Currently only two tools : Winzip command line and 7-Zip
command line are supported tools.
# Eg for Winzip tool - c:{PathSep}Program
Files{PathSep}WinZip{PathSep}wzunzip.exe
# Eg for 7-Zip tool - c:{PathSep}Program
Files{PathSep}7-Zip{PathSep}7z.exe
WINDOWS_UNZIP_TOOL_EXE=
# Required WORKDIR - An existing writable directory to
create logs and temp patch files
WORKDIR=/opt/oica/work
# Required PATCH_ROOT_DIR - Path of patch directory till the
release patch-set folder which is inside patches4fa/dist.
# i;e the patch-set folder for a particular release to apply
patch from
# eg;
/scratch/aime/tmp/ps1/biappsshiphome/patches4fa/dist/ps6rc3
PATCH_ROOT_DIR=/opt/patches
Step2:
Apply the patches using following command
Now iam in this directory
“opt/oica/oracle_BI1/biapps/tools/bin/”
It contains APPLY_PATCHES.pl file we have to run
this file to apply patches
$ perl APPLY_PATCHES.pl apply_patches_import.txt
Now patch will run an hour.
Above screen shows patches are successfully applied.
No comments:
Post a Comment