0% found this document useful (0 votes)
11 views22 pages

OBIA Setup - Summary

Uploaded by

Ashok Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views22 pages

OBIA Setup - Summary

Uploaded by

Ashok Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 22

OBI Setup

CONTENTS

1. Introduction......................................................................................................................... 5
2. Installation steps.................................................................................................................. 5
3. Data Warehouse database................................................................................................. 5
3.1. Configuration parameters........................................................................................... 5
3.2. Tablespaces................................................................................................................ 6
3.3. Required roles............................................................................................................. 6
3.4. Database users........................................................................................................... 6
4. Windows Machine Preparation........................................................................................... 8
5. OBIEE Infrastructure Installation on Windows................................................................... 8
6. BI Applications Installation on Windows............................................................................. 8
7. Informatica PowerCenter Client Installation on Windows.................................................. 9
8. System Configuration on Windows.................................................................................. 10
8.1. Copy pmcmd.exe file................................................................................................ 10
8.2. Configure INFA_DOMAINS_FILE variable.............................................................. 10
8.3. Windows PATH variable configuration..................................................................... 10
8.4. Configure ODBC connections.................................................................................. 10
8.5. Hibernate libraries copy............................................................................................ 11
8.6. JDBC drivers installation for DAC............................................................................ 11
8.7. DAC Client Configuration.......................................................................................... 11
8.8. DAC Repository Metadata import............................................................................. 11
8.9. Informatica services registration in DAC.................................................................. 11
8.10. Specify Transactional and Data Warehouse Data Sources in the DAC............... 12
8.11. Create Data Warehouse Tables............................................................................ 13
8.12. DAC Server configuration..................................................................................... 13
8.13. DAC parameters configuration.............................................................................. 13
8.14. Oracle BI Repository configuration....................................................................... 13
9. Windows machine cleanup............................................................................................... 14
10. Unix Server Preparation............................................................................................... 15
11. Java SDK installation.................................................................................................... 15
12. OBIEE Infrastructure Installation on Unix..................................................................... 15
13. Informatica PowerCenter Server Installation on Unix.................................................. 15
13.1. Informatica PowerCenter Server 8.1.1 installation............................................... 16
13.2. Informatica PowerCenter Server 8.1.1 Service Pack 4 installation..................... 17
13.3. Informatica PowerCenter Server configuration.................................................... 17
14. Migration of BI Applications to Unix.............................................................................. 19
14.1. Moving files from Windows to Unix....................................................................... 19
14.2. Copying JDBC drivers........................................................................................... 19
14.3. Copying Informatica files....................................................................................... 19
14.4. Configuring DAC Server on Unix.......................................................................... 19
14.5. Informatica Repository restore.............................................................................. 20
14.6. Configure Informatica Repository in Workflow Manager on Windows................. 20
15. Oracle BI Infrastructure configuration on Unix............................................................. 21
16. Weblogic installation on Unix........................................................................................ 21
16.1. Weblogic 9.2 base installation................................................................................ 21
16.2. Weblogic 9.2 patches installation........................................................................... 22
16.3. Weblogic 9.2.1 maintenance pack installation...................................................... 22
16.4. Weblogic 9.2.1 patches installation........................................................................ 22
16.5. Weblogic Domain creation.................................................................................... 22
16.6. Presentation Services application deployment..................................................... 23
17. Starting / Stopping Oracle BI Infrastructure on Unix.................................................... 24
17.1. Starting BI Infrastructure components.................................................................. 24
17.2. Stopping BI Infrastructure components................................................................. 24
18. Starting / Stopping ETL processes (BI Applications) on Unix...................................... 24
18.1. Starting ETL processes......................................................................................... 24
18.2. Stopping ETL processes........................................................................................ 25
19. Post Installation Activities.............................................................................................. 25
19.1. Defining Impersonator user................................................................................... 25
19.2. Setting INFA_HOME and LD_LIBRARY_PATH.................................................. 25
19.3. Customizations in instanceconfig.xml................................................................... 25
19.4. Other minor configurations.................................................................................... 25

1. Introduction
This document contains guidelines for installation of Oracle Business Intelligence development
/ test environments. It is not full step by step manual, but rather it contains specific
configuration values or steps required to complete installation.

Additionally to this document, it is required to obtain official installation documentation from


Oracle. It is available at Oracle web site.

2. Installation steps
Installation of OBIEE contains number of tasks:
- Data Warehouse database creation,
- Installation of OBIEE infrastructure on Windows,
- Installation of BI Applications on Windows; this includes HR Analytics and
Informatica products,
- Installation of OBIEE infrastructure on Unix,
- Migrating BI Applications from Windows to Unix.

3. Data Warehouse database


There are three main functions of Oracle database used for BI implementation:
- BI scheduler schema,
- DAC/Informatica repository,
- Data Warehouse tables.

Create Oracle database DB_INSTANCE with configuration options specified below.

3. 1. Configuration parameters
Oracle version: 10.2.0.3
Database parameters:
Parameter Value
character set UTF-8
log file groups 4
size of each log file 10 MB
NLS_LANG American_America.UTF8
db_files 512
dml_locks 1000
cursor_sharing EXACT
session_cached_cursors 500
open_cursors 1000
sga_target 2000M
Statistics_level typical
sga_max_size 2200M
shared_pool_size 400M
shared_pool_reserved_size 40M
db_block_checking FALSE
db_block_checksum TRUE
db_writer_processes 2
db_file_multiblock_read_count 32
log_checkpoint_timeout 3600
log_checkpoint_interval 100000
log_checkpoints_to_alert TRUE
log_buffer 10485760
undo_management AUTO
undo_retention 90000
workarea_size_policy AUTO
pga_aggregate_target 1500M
cursor_space_for_time FALSE
plsql_optimize_level 2
plsql_code_type INTERPRETED
plsql_native_library_subdir_count 149
aq_tm_processes 1
job_queue_processes 2
parallel_adaptive_multi_user TRUE
parallel_execution_message_size 8192
parallel_max_servers 40
parallel_min_servers 0
parallel_threads_per_cpu 4
star_transformation_enabled TRUE
query_rewrite_enabled TRUE
query_rewrite_integrity TRUSTED
_kks_use_mutex_pin TRUE
optimizer_secure_view_merging FALSE
3. 2. T ab l espaces
Tablespace name Size [MB] Autoextensible
bisched 50 Y
dacrep 300 Y
dwhtbl 20 000 Y
dwhidx 10 000 Y
3. 3. Required roles
Role name Privileges
SSE_ROLE ANALYZE ANY
CREATE TRIGGER
ALTER TABLESPACE
SELECT ANY TABLE
CREATE ANY CONTEXT
CREATE ANY SYSNONYM
UNLIMITED TABLESPACE
CREATE PUBLIC SYNONYM
SELECT ANY DICTIONARY
CONNECT
RESOURCE
CREATE VIEW

3. 4. Database users
User name Roles Privileges Default tablespace
S_NQ_SCHED CONNECT bisched
RESOURCE
CREATE VIEW
CREATE
SYNONYM
DAC CONNECT dacrep
RESOURCE
CREATE VIEW
CREATE
SYNONYM
OLAP SSE_ROLE (already included in dwhtbl
the role)

4. Windows Machine Preparation


Before installation of Business Intelligence components on Windows machine do the following:
o Install Oracle Database 10.2.0.3 Client software.
o Install Java SDK 1.5.0 version into directory path that does not contains spaces inside
(i.e.G:\Software\obiee\jdk1.5.0_15). Only Development Tools option is needed.
o Configure Oracle Client to be able to connect
to DB_INSTANCE andDB_INSTANCE_SRC databases (i.e. configure entries
in tnsnames.ora).

5. OBIEE Infrastructure Installation on Windows


Detailed installation instructions are contained in “Infrastructure Installation and Configuration
Guide” for OBIEE (b31765.pdf) in chapter 5.

To install Oracle Business Intelligence Infrastructure complete following steps:


o Login as user with administrative rights (i.e. member of Administrators group).
o Unzip B45770-01_1of3.zip, B45770-01_2of3.zip and B45770-01_3of3.zip files into
empty directory (i.e. biee101332).
o Go to biee101332/Server/Oracle_Business_Intelligence directory and
run setup.exe to start installer.
o Click Next on first information screen.
o On Oracle Business Intelligence Installation screen enter:
o Installation location: G:\Software\obiee\obi
o Data location: G:\Software\obiee\obidata
o Installation type: Basic
and click Next.
o On Choose the setup type screen select Complete and click Next.
o On Java Development Kit (JDK) Location screen enter the path of installed Java
SDK. Enter oc4jadmin as oc4jadmin administrator user password and click Next.
o On Oracle BI Services screen leave the default choices and click Next.
o On Error Message Language Selection screen leave English as the choice and
clickNext.
o Click Next on Summary Information screen.
o Click Next on Microsoft .Net Framework 2.0 Setup screen.
o On End-User License Agreement screen select checkbox to accept license terms and
click Install.
o If Microsoft .NET Framework 2.0 is already installed on the machine installation will fail,
but this can be ignored.
o Click Finish on final .NET installation screen.
o Wait for finish of Oracle Business Intelligence installation. Note: Installer can go to
100% of completion and freeze for couple of minutes. Wait with patience.
o On InstallShield Installation Summary screen make sure that installation completed
successfully and click Next.
o Click Next on Oracle Business Intelligence Installation Summary screen.
o Select option Yes, restart my computer on next screen and click Finish.

6. BI Applications Installation on Windows


Detailed installation instructions are contained in “Installation and Configuration Guide” for BI
Applications (e10742.pdf) with exception that version 7.9.5 of BI Applications is using
Informatica version 8.1.1. Installation and configuration of this application differs from
instructions in Oracle guide.

To install Oracle Business Intelligence Applications 7.9.5 complete following steps:


o Login as user with administrative rights (i.e. member of Administrators group).
o Unzip biapps_windows_795_disc1.zip package (subdirectory Oracle_BI_Applications
will be created automatically).
o Go to Oracle_BI_Applications directory and run setup.exe to start installer.
o Click Next on InstallShield’s Welcome screen.
o On next screen enter:
o Installation location for Oracle BI: G:\Software\obiee\obi
o Data location for Oracle BI: G:\Software\obiee\obidata
o Java JDK 1.5.0 location: specify the Java SDK location on local machine (i.e.G:\
Software\obiee\jdk1.5.0_15)
and click Next.
o On Select the Oracle Business Intelligence 7.9.5 installation screen select only:
o Human Resources Compensation Analytics
o Human Resources Operations & Compliance Analytics
applications and click Next.
o Click Next on Summary Information screen.
o Wait for installer to complete copying files. Note: It can freeze at 100% for couple of
minutes. Do not kill the process.
o Click Finish on InstallShield summary screen making sure installation completed
successfully.

7. Informatica PowerCenter Client Installation on


Windows
Informatica installation consists of installation of base product (from pc811_windows32.zip
package) and service pack 4 (from pc811sp4_win32_x86.zip file).

7.1.1. Informatica PowerCenter Client 8.1.1 installation


o Go to Informatica_8.1.1_PowerCenter_Windows_32Bit\
PowerCenter_8.1.1_SE_for_Windows_32Bit directory.
o Run install.exe to start installation.
o On Select an option to install screen select Client option.
o On Welcome screen click Next.
o On Installation Prerequisites click Next.
o On Installation Set screen select Custom option and click Next.
o On PowerCenter Client Components screen select only PowerCenter Client option
and click Next.
o On Installation Directory screen enter G:\Software\obiee\powercenter811 as
installation location and click Next.
o Click Install on Pre-Installation Summary screen.
o Click Next on PowerCenter Client 8.1.1 Installation Summary screen, making sure it
has completed successfully. Note: Installation of Visio add-in will fail if there is no .NET
framework 1.1 installed on the machine. It can be ignored.
o Do not select any applications to start on Installation Complete screen and
press Done to finish installation.
o Exit from main PowerCenter installer screen.

7.1.2. Informatica PowerCenter Client 8.1.1 Service Pack 4 installation


o Go to Informatica_8.1.1_PowerCenter_Windows_32Bit\
PowerCenter_8.1.1_SP4_for_Windows_32Bit directory.
o Run install.exe to start installation.
o Select Client option in main installer window.
o Select English as language used for installation and click OK.
o Click Next on Welcome screen.
o Click OK on Stop PowerCenter Client tools screen.
o On Installation Prerequisites screen click Next.
o Confirm that installation location is G:\Software\obiee\powercenter811 on Installation
Directory screen and Next.
o Click Install on Pre-Installation Summary screen.
o On Installation Summary screen make sure that it has completed successfully and
clickDone.
o Exit from main PowerCenter installer screen.

8. System Configuration on Windows


To configure Business Intelligence system on Windows follow on steps below.

8. 1. Copy pmcmd.exe file


o Copy G:\source\bi_apps_795\infa811\ pmcmd.exe file intoG:\Software\obiee\
powercenter811\client\bin directory.

8. 2. Configure INFA_DOMAINS_FILE variable


o Create new system variable in Windows System Properties window:
o Name: INFA_DOMAINS_FILE
o Value: G:\Software\obiee\powercenter811\domains.infa.

8. 3. W indows PATH variable configuration


o Add G:\Software\obiee\powercenter811\client\bin path to PATH variable in Windows
System Properties.

8. 4. Configure ODBC connections


o Open ODBC Data Source Administrator console (Start -> Administrative Tools ->
Data Sources (ODBC)).
o Go to System DSN tab.
o Add Oracle Merant ODBC Driver connections to DB_INSTANCE:
Tab Field Value
General Data Source Name DB_INSTANCE_DSN
Server Name TNS name of DB_INSTANCE
Client Version 10gR1
and DB_INSTANCE_SRC:
Tab Field Value
General Data Source Name DB_INSTANCE_SRC_DSN
Server Name TNS name of
DB_INSTANCE_SRC
Client Version 10gR1

8. 5. Hibernate libraries copy


o Unzip hibernate-3.2.5.ga.zip package (zip file contains subdirectory hibernate-3.2).
o Copy files according to table below
Copy from Copy to
\hibernate-3.2\lib\*.jar G:\Software\obiee\obi\DAC\lib\
\hibernate-3.2\hibernate3.jar G:\Software\obiee\obi\DAC\lib\
\hibernate-3.2\src\org\hibernate\hibernate-configuration- G:\Software\obiee\obi\DAC\
3.0.dtd
\hibernate-3.2\src\org\hibernate\hibernate-mapping-3.0.dtd G:\Software\obiee\obi\DAC\

8. 6. JDBC drivers installation for DAC


o Copy C:\local\oracle\clients\10201.2\jdbc\lib\ojdbc14.jar file toG:\Software\obiee\
obi\DAC\lib\ directory.

8. 7. DAC Client Configuration


o Make sure that JAVA_HOME and DAC_HOME variables are set correctly inG:\
Software\obiee\obi\DAC\config.bat file.
o Start DAC Client (Start -> All Programs -> Oracle Business Intelligence -> Oracle DAC -
> DAC Client).
o Click Configure, select Create Connection and click Next.
o In Connection Details window enter:
o Name: DAC_DB_INSTANCE
o Connection type: Oracle (OCI8)
o TNS name: DB_INSTANCE
o Click Test Connection, enter DAC / <DAC_Password> credentials and click Test.
Make sure that test completed successfully.
o Click Close then Apply and Finish.
o In DAC Login window enter:
o Connection: DAC_DB_INSTANCE
o Table owner name: DAC
o Password: <DAC_PAssword>
and click Login.
o Message box will pop-up with the question: Do you want to create a
repository? LeaveTablespace field blank and click Yes.
o Wait for Data Warehouse Administration Console (DAC Client) to open.

8. 8. DAC Repository Metadata import


o Start DAC Client.
o In DAC Client window go to menu Tools -> DAC Repository Management -> Import.
o Select all three Categories – Logical and System.
o In Application list select Universal and PeopleSoft 9.0.
o Click OK.
o In Importing tables window retype the confirmation text and click Yes.
o Wait for data to be imported. It can take several hours to complete.
o Click OK on Import finished message box.

8. 9. I n formatica services registration in DAC


o Start DAC Client.
o Go to Views -> Setup -> Informatica Servers.
o Configure Oracle_BI_DW_Server entry:
o Name: Oracle_BI_DW_Server
o Type: Informatica
o Server Hostname: server_url
o Server Port: 26150
o Login: Administrator
o Password: Administrator
o Maximum Sessions: 10
o Repository Name: Repository_DB_INSTANCE
o Configure INFORMATICA_REP_SERVER entry:
o Name: INFORMATICA_REP_SERVER
o Type: Repository
o Server Hostname: server_url
o Server Port: 26001
o Login: Administrator
o Password: Administrator
o Maximum Sessions: 10
o Repository Name: Repository_DB_INSTANCE

8. 10. S p ecify Transactional and Data Warehouse Data Sources in th e


DAC
o Start DAC Client.
o Go to Views -> Setup -> Physical Data Sources.
o Configure DataWarehouse data source to point to DB_INSTANCE database:
o Name: DataWarehouse
o Type: Warehouse
o Connection Type: Oracle (OCI8)
o TNS Name: DB_INSTANCE
o Table Owner: OLAP
o Table Owner Password: <OLAP_Password>
o Max Num Connections: 10
o Priority: 10
o Data Source Number: 0
o Default Index Space: blank
o Parallel Index Creation: 10
o Parallel Table Indexes: not selected
and click Save.
o Configure PSFT_9_0_HCM data source to point to DB_INSTANCE_SRC (PeopleSoft)
database:
o Name: PSFT_9_0_HCM
o Type: Source
o Connection Type: Oracle (OCI8)
o TNS Name: DB_INSTANCE_SRC
o Table Owner: <OBIEE_Read_User> (OBIACC for DB_INSTANCE_SRC)
o Table Owner Password: <OBIEE_Password>
o Max Num Connections: 10
o Priority: 1
o Data Source Number: 12
o Default Index Space: blank
o Parallel Index Creation: 10
o Parallel Table Indexes: not selected
and click Save.

8. 11. Create Data Warehouse Tables


o Start DAC Client.
o Go to Tools -> ETL Management -> Configure.
o Select Oracle as Target and Source database platform and click OK.
o Select Create Data Warehouse Tables option and click Next.
o Enter the details of Data Warehouse:
o Container: leave blank
o Table Owner: OLAP
o Password: <OLAP_Password>
o ODBC Data Source: DB_INSTANCE_DSN
o Data Area: leave blank
o Index Area: leave blank
o Select checkbox for Is Unicode field
and click Start.
o Wait for completion and click Finish.

8. 12. DAC Server configuration


o Start DAC Client.
o Go to Tools -> DAC Server Management -> DAC Server Setup.
o Aswer Yes on Do You want to continue? question.
o On Repository Connection Information tab enter the values:
o Connection type: Oracle (OCI)
o TNS Name: DB_INSTANCE
o Database Host: <inactive>
o Database Port: <inactive>
o Table owner name: DAC
o Password: <DAC_Password>
click Test Connection to make sure that information is entered correctly and
then Save.

8. 13. DAC parameters configuration


 Start DAC Client and log into the DAC repository.
 Go to Views -> Setup -> DAC System Properties and change following
parameters (Value is case sensitive):
o DAC Server Host: server_url
o DAC Server OS: Solaris
 Exit from DAC Client.

8. 14. O racle BI Repository configuration


o Start Oracle BI Administration Tool (Start -> All Programs -> Oracle Business
Intelligence -> Administration).
o Open EnterpriseBusinessAnalytics.rpd repository in Offline mode (use Administrator
/ SADMIN credentials).
o Configure Physical Data Sources:
o Oracle Data Warehouse
o PeopleSoft OLTP
o Forecasting Oracle Data Warehouse
o Configure Static Variables:
o OLAP_DSN: DB_INSTANCE
o OLAP_USER: OLAP
o OLAPTBO: OLAP
o PSFT_OLTP_DSN: DB_INSTANCE_SRC
o PSFT_OLTP_USER: OBIEE
o Save repository file and close Oracle BI Administration Tool.
9. Windows machine cleanup
Stop and disable all Oracle BI services on Windows server.

10. Unix Server Preparation


Before installation of Business Intelligence components on Unix server do the following:
o Make sure that Oracle Database 10.2.0.3 Client software is installed on the server.
o Configure Oracle Client to be able to connect
to DB_INSTANCE andDB_INSTANCE_SRC databases (configure entries
in tnsnames.ora).
o Login as root. Create /app/obiee directory to hold Oracle Business Intelligence
software. Change owner id and group id of /app/obiee directory to the values
of obiee user.

11. Java SDK installation


o Installation of BI requires write privileges to Java SDK directory so it is easier to install
it’s own SDK instead of using one already on the machine.
o Login as obiee user.
o Create /app/obiee/java directory (i.e. mkdir –p /app/obiee/java).
o Go to /app/obiee/java directory.
o Start /app/obiee/source/java/jdk-1_5_0_15-solaris-sparc.sh script.
o Accept license terms.
o Wait for installation to finish.
o Start /app/obiee/source/java/jdk-1_5_0_15-solaris-sparcv9.sh script.
o Accept license terms.
o Wait for installation to finish.

12. OBIEE Infrastructure Installation on Unix


To install Oracle Business Intelligence Infrastructure complete following steps:
o Login as obiee user.
o Unpack B45771-01_1of3.zip, B45771-01_2of3.zip and B45771-01_3of3.zip files into
empty directory (i.e. /app/obiee/install/biee101332).
o Go to /app/obiee/install/biee101332/Server/Oracle_Business_Intelligence directory
and run ./setup.sh -console to start installation.
o Type 1 for Next.
o Enter /app/obiee/obi as Installation Location.
o Enter /app/obiee/obidata as Data Location.
o Select Basic as Installation type.
o Type 1 for Next.
o Select Complete as Setup Type.
o Type 1 for Next.
o Enter /app/obiee/java/jdk1.5.0_15 as JDK location.
o Enter oc4jadmin as Administrator password of oc4j components.
o Confirm oc4jadmin password.
o Type 1 for Next.
o Select English as Error Message Language.
o Type 1 for Next.
o Type 1 on summary screen to start installation.
o Type 1 for Next on Oracle Business Intelligence Installation Summary screen. It
completes installation.

13. Informatica PowerCenter Server Installation on


Unix
Informatica installation consists of installation of base product (from pc811_Solaris64.tar
package) and service pack 4 (from pc811sp4_solaris_sp64.tar file).

13. 1. I n formatica PowerCenter Server 8.1.1 installation


o Login as obiee user.
o Set environment variables in current terminal window (and in user’s profile file):
export ORACLE_HOME=/app/oracle/product/client/10.2.0.3
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
export LANG=C
export LC_ALL=C
o Source .profile file (type: . ~/.profile).
o Go to /app/obiee/source/informatica8 directory.
o Unpack infa_powercenter_sparc_64bit_811_disc1.cpio and
infa_powercenter_sparc_811_disc1.cpio archives:
cpio -idvm < infa_powercenter_sparc_64bit_811_disc1.cpio
cpio -idvm < infa_powercenter_sparc_811_disc1.cpio
o Untar the pc811_Solaris64.tar package:
tar -xvf pc811_Solaris64.tar
o Run ./install.sh to start installation.
o Answer Y to Do you want to continue? (Y/N) question on Welcome screen.
o Make sure Oracle client driver is found on next screen and answer Y to Do you want to
continue? (Y/N) question.
o Answer C to use Console mode for installation.
o Press Enter on Welcome screen.
o Press Enter on Configure Environment Variables screen.
o Press Enter again on Configure Environment Variables screen.
o On PowerCenter License Key screen
enter:/app/obiee/source/informatica8/Informatica_PowerCenter_8.1.1_for_Solaris/
Oracle_All_OS_Prod.keyand press Enter.
o Press Enter on Installation Prerequisites screen.
o On Choose Installation Type screen enter 1 and press Enter.
o On Installation Directory screen enter /app/obiee/powercenter811 as installation
location and press Enter.
o Enter Y to confirm installation directory and press Enter.
o Press Enter on Pre-Installation Summary screen.
o Select 1 on Create or Join Domain screen and press Enter.
o On Configure Domain Database screen enter:
o Database type: 1 (Oracle)
o Database URL: DB_INSTANCE.eu.hedani.net:1521
o Database user ID: DAC
o Database user password: <DAC_Password>
o Database service name: DB_INSTANCE
o Aswer Yes if installer will ask to overwrite existing domain.
o On Configure Domain screen enter:
o Domain name: Domain_DB_INSTANCE
o Domain host name: server_url
o Node name: node01_server_node
o Domain port no: 26001
o Domain user name: admin
o Domain password: Pa88word
o Confirm password: Pa88word
o Create Repository Service (Y/N): Y
o Configure minimum and maximum port numbers? (Y/N): N
o On PowerCenter Repository Configuration screen enter:
o Repository type: 1 (Create new PowerCenter repository)
o Repository name: Repository_DB_INSTANCE
o Code page: 1 (UTF-8)
o Database type: 1 (Oracle)
o Database user ID: DAC
o Database user password: <DAC_Password>
o Connect string: DB_INSTANCE
Wait for repository configuration finish.
o On Configure Integration Service screen enter:
o Create Integration Service: Y
o Service name : Repository_DB_INSTANCE_Integration_Service
o ONEHRIS_OBI_Integration_Service
o User name: Administrator
o Password: Administrator
o Character data movement mode: 2 (Unicode)
o Wait for integration service configuration finish.
o Press Enter on PowerCenter 8.1.1 Installation Summary screen.
o Press Enter on PowerCenter Services screen.
o Press Enter on Configuration Status screen.
o Press Enter on Installation Complete screen.

13. 2. I n formatica PowerCenter Server 8.1.1 Service Pack 4


i n stal l ation
o Login as obiee user.
o Stop Informatica PowerCenter services:
/app/obiee/powercenter811/server/tomcat/bin/infaservice.sh shutdown
o Go to /app/obiee/source/informatica8 directory.
o Untar the pc811sp4_solaris_sp64.tar package into empty directory (i.e.
pc811sp4_solaris_sp64).
o Go to pc811sp4_solaris_sp64 directory and run ./install.sh to start installation.
o Answer Y to Do you want to continue? (Y/N) question on Welcome screen.
o Select 1 (English) on Choose Locale screen.
o Press Enter on Welcome screen.
o Select 2 to do Custom installation.
o Type only 1 (PowerCenter Services 8.1.1 SP4) and press Enter on PowerCenter
Components screen.
o Select 1 (OK) on Informatica PowerCenter 8.1.1 SP4 screen.
o Press Enter on PowerCenter Services Installation Prerequisites screen.
o Enter /app/obiee/powercenter811 as installation path on Installation
Directory screen.
o Enter Y to confirm installation directory and press Enter.
o Press Enter on Pre-Installation Summary screen.
o Press Enter on Installation Summary screen.
o Start Informatica PowerCenter Services:
/app/obiee/powercenter811/server/tomcat/bin/infaservice.sh startup

13. 3. I n formatica PowerCenter Server configuration


o Open Informatica Administration Console
(URL: http://server_url:26001/adminconsole) in web browser on Windows machine.
o Login as admin / Pa88word.
o Click on ONEHRIS_OBI_Integration_Service in left pane.
o Go to Properties in right pane and Edit the Custom Properties section.
o Enter new property:
o Name: ServerPort
o Value: 26150
o Click Add to add new property and enter:
o Name: overrideMpltVarWithMapVar
o Value: Yes
o Click Add to add new property and enter:
o Name: SiebelUnicodeDB
o Value: SYSADM@DB_INSTANCE_SRC OLAP@DB_INSTANCE
o Click OK to save the properties.
o Click on Disable button on top of right pane.
o Select Complete mode and click OK.
o Wait for service to stop.
o Click Enable button on top of the pane.
o Wait for Integration Service to start.

To resolve timeout issue:


1. Log on to the Administration Console.
2. Navigate to the Database Properties section under the Properties tab for the Repository
Service and increase the DatabaseConnectionTimeout value to 600.
3. Navigate to the Advanced Properties section and change the properties to as follows:
 Increase the HeartBeatInterval value to 1000.
 Increase the Resilience Timeout value to 1000.
 Increase the Limit on Resilience Timeouts value to 1000.
4. Disable and enable the Repository Service .

14. Migration of BI Applications to Unix


Migration of BI Applications from Windows server to Unix machine requires following steps:
 Moving DAC files from Windows to Unix.
 Starting DAC Server on Unix.
 Reconfiguration of BI Server and Presentation Services on Unix.

14. 1. Moving files from Windows to Unix


 Login to Windows server where BI was installed originally.
 Create G:\Software\obiee\solaris\obi directory.
o Copy DAC directory from G:\Software\obiee\obi to G:\Software\obiee\solaris\
obi.
o Remove export and icons folders from G:\Software\obiee\solaris\obi\DAC.
o Copy Informatica directory from G:\Software\obiee\obi\dwrep to G:\Software\
obiee\solaris\obi\dwrep.
 Create G:\Software\obiee\solaris\obi\server\Repository directory.
o Copy G:\Software\obiee\obi\server\Repository\OracleBIAnalyticsApps.rpd
file to G:\Software\obiee\solaris\obi\server\Repository.
 Create G:\Software\obiee\solaris\obidata\web\catalog directory.
o Copy G:\Software\obiee\obidata\web\catalog\
EnterpriseBusinessAnalytics.zip package into G:\Software\obiee\solaris\obidata\
web\catalog.
 Zip both new directories into solaris.zip file.
 Copy this file to Unix machine in binary mode. Save it in /app/obiee directory.
 Unpack solaris.zip file.

14. 2. Copying JDBC drivers


 Copy ojdbc14.jar file from /app/oracle/product/client/10.2.0.3/jdbc/lib to
/app/obiee/obi/DAC/lib directory.

14. 3. Copying Informatica files


 Copy all files from /app/obiee/obi/dwrep/Informatica/SrcFiles to
/app/obiee/powercenter811/server/infa_shared/SrcFiles.
 Copy all files from /app/obiee/obi/dwrep/Informatica/LkpFiles to
/app/obiee/powercenter811/server/infa_shared/LkpFiles.

14. 4. Configuring DAC Server on Unix


 Make following changes to /app/obiee/obi/DAC/dac_env.sh script (anything else in
the file can be commented out):
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/app/obiee/powercenter811/server/bin

export PATH=${PATH}:/app/obiee/powercenter811/server/bin:.
export INFA_HOME=/app/obiee/powercenter811/server
export PM_HOME=${INFA_HOME}/bin
export PM_REPHOME=${PM_HOME}
export INFA_DOMAINS_FILE=${INFA_HOME}/domains.infa

 Mjjodify /app/obiee/obi/DAC/config.sh:
o Change source to . (dot).
o Set proper JAVA_HOME - export JAVA_HOME=/app/obiee/java/jdk1.5.0_15
 Replace source by . (dot) in all .sh scripts in /app/obiee/obi/DAC directory.
 Change file permissions for all .sh scripts to allow execution:
chmod 764 /app/obiee/obi/DAC/*.sh
Truncate ^M characters from *.sh files
 Run serverSetupPrompt.sh and configure server

14. 5. I n formatica Repository restore


o Copy repository backup file
/app/obiee/obi/dwrep/Informatica/Repository/Oracle_BI_DW_Base.rep to/app/obiee/
powercenter811/server/infa_shared/Backup directory.
o Launch Informatica PowerCenter Administration Console –
openhttp://server_url:26001/adminconsole URL in Internet Explorer.
o Login as admin / Pa88word user.
o Select Repository_DB_INSTANCE service in the left window.
o In the right window select Properties tab. Click Edit in the General Properties section.
Change OperatingMode property to Exclusive. Click OK to save changes.
Answer Yes toRestart Repository Service? question. Then select Complete and
click OK.
o Wait for Repository Service to restart.
o Click Actions -> Delete Contents. Enter:
o Repository Username: Administrator
o Password: Administrator
And click OK to delete current contents of Informatica repository. Click Close at the end
of operation.
o Click Actions -> Restore Contents. Select Oracle_BI_DW_Base.rep file to restore,
select Restore as new checkbox and click OK.
o Wait for repository restore end and click Close button.
o In the right window select Properties tab. Click Edit in the General Properties section.
o Change OperatingMode property to Normal.
Click OK to save changes.

14. 6. Configure Informatica Repository in Workflow Manager on


Windows
o Login to Windows machine.
o Start Informatica PowerCenter Workflow Manager (Start -> All Programs ->
Informatica PowerCenter 8.1.1 -> Client -> PowerCenter Workflow Manager).
 Open Repository -> Add… menu.
o Enter:
o Repository: Repository_DB_INSTANCE
o Username: Administrator
and click OK.
o Right click Repository_DB_INSTANCE repository and choose Connect. Enter:
o Username: Administrator
o Password: Administrator
o Domain: Domain_DB_INSTANCE
and click Connect.
o Choose Connections -> Relational… menu.
o Create connection to Data Warehouse database. Click New…, select Oracle and
clickOK.
o Name: DataWarehouse
o Type: Oracle
o User Name: OLAP
o Password: <OLAP_Password>
o Connect String: DB_INSTANCE
o Code Page: UTF-8 encoding of Unicode
Click OK to save connection.
o Create connection to PeopleSoft HRMS database. Click New…, select Oracle and
clickOK.
o Name: PSFT_9_0_HCM
o Type: Oracle
o User Name: SYSADM
o Password: < SYSADM_Password>
o Connect String: DB_INSTANCE_SRC
o Code Page: UTF-8 encoding of Unicode
Click OK to save connection.
o Click Close to close configuration window.

15. Oracle BI Infrastructure configuration on Unix


 Create symbolic link:
cd /app/obiee/obi/server/Bin64
ln -s /app/oracle/product/client/10.2.0.3/lib/libclntsh.so.10.1 libclntsh.so.10.1

also the follwing


cd /app/obiee/obi/server/Bin
ln -s /app/oracle/product/client/10.2.0.3/lib32/libclntsh.so.10.1 libclntsh.so.10.1

 Edit /app/obiee/obi/server/Config/NQSConfig.INI file and change:


Star = paint.rpd, DEFAULT;

to
Star = OracleBIAnalyticsApps.rpd, DEFAULT;

 Edit /app/obiee/obidata/web/config/instanceconfig.xml file and change:


<CatalogPath>/app/obiee/obidata/web/catalog/paint</CatalogPath>

to
<CatalogPath>/app/obiee/obidata/web/catalog/EnterpriseBusinessAnalytics</CatalogPath>

 Go to /app/obiee/obidata/web/catalog directory.
 Unzip EnterpriseBusinessAnalytics.zip file:
unzip EnterpriseBusinessAnalytics.zip

16. Weblogic installation on Unix


16. 1. W eblogic 9.2 base installation
 Go to /app/obiee/source/weblogic/weblogic92 directory and run ./server920-
solaris32.bin to start installer.
 On Welcome screen enter Next and press Enter.
 On BEA Systems License Agreement screen enter 1 (Yes, I agree with the terms
of the license) and press Enter.
 On Choose BEA Home Directory screen enter /app/obiee/weblogic and press
Enter.
 On Choose BEA Home Directory confirmation screen enter Next and press Enter.
 On Choose Install Type screen enter 2 (Custom) type and press Enter.
 On Choose Components to install screen leave only WebLogic Server option
(deselect all other options):
Release 9.2.0.0
|_____WebLogic Server [1] x
| |_____Server [1.1] x
then enter Next and press Enter.
 On Choose Product Installation Directories screen type Next and press Enter to
accept default location (/app/obiee/weblogic/weblogic92).
 Wait for installer to copy files and create domains.
 On Installation Complete screen press Enter to finish installation.

16. 2. W eblogic 9.2 patches installation


 Copy wls92mp0-p1.zip and installwlspatch.sh files from
/app/obiee/source/weblogic/weblogic92mp0/patches to /app/obiee/weblogic directory.
 Go to /app/obiee/weblogic directory.
 Run ./installwlspatch.sh to start installation.
 Type wls92mp0-p1.zip as the patch set to install end press Enter.

16. 3. W eblogic 9.2.1 maintenance pack installation


 Go to /app/obiee/source/weblogic/weblogic92mp1 directory.
 Run ./server921_upgrade_solaris32.bin to start installation.
 Type Next on Welcome screen.
 Type 2 and press Enter on Choose BEA Home Directory screen.
 Type Next and press Enter on Confirm Product Installation Directories screen.
 Press Enter on Installation Complete screen.

16. 4. W eblogic 9.2.1 patches installation


 Copy wls92mp1-p1.zip, wls92mp1-p2.zip and installwlspatch.sh files from
/app/obiee/source/weblogic/weblogic92mp1/patches to /app/obiee/weblogic directory.
 Go to /app/obiee/weblogic directory.
 Run ./installwlspatch.sh to start installation.
 Type wls92mp1-p1.zip as the patch set to install end press Enter.
 Run ./installwlspatch.sh to start installation for the second time.
 Type wls92mp1-p2.zip as the patch set to install end press Enter.

16. 5. W eblogic Domain creation


 Go to /app/obiee/weblogic/weblogic92/common/bin directory.
 Run ./config.sh to start Configuration Wizard.
 Enter 1 (Create a new WebLogic domain) on Welcome screen and press Enter.
 Enter 1 (Choose Weblogic Platform components) on Select Domain Source screen
and press Enter.
 Enter Next on Application Template Selection acreen and press Enter.
 On Configure Administrator Username and Password screen:
 - Type 1 to change User name. Enter admin as new user name.
 - Type 2 to change User password. Enter Pa88word as new user password.
 - Type 3 to confirm User password. Enter Pa88word to confirm user password.
 - Type Next and press Enter.
 Select 1 (Development Mode) on Domain Mode Configuration screen and press
Enter.
 Select 1 (Sun SDK 1.5.0_06) on Java SDK Selection screen and press Enter.
 Enter 2 (No) on Choose Configuration Option screen and press Enter.
 Enter /app/obiee/weblogic/weblogic92/domains as Target Location for domains and
press Enter.
 Enter bi_domain as Domain Name on Edit Domain Information screen and press
Enter.
 Enter Next and press Enter to exit Edit Domain Information screen.
 Wait for domain creation process to finish.

16. 6. P resentation Services application deployment


 Open Weblogic Administration Console - open http://server_url:7001/console URL
in Internet Explorer.
 Log in as admin / Pa88word user.
 Click Lock & Edit button.
 Go to Deployments in Domain Structure on the left side of the screen.
 Click Install in the right hand part of the screen.
 Browse to /app/obiee/obi/war directory on Install Application Assistant screen and
select analytics.war file.
 Deploy the file and start application.
 Click Release Configuration button.

17. Starting / Stopping Oracle BI Infrastructure on Unix


Log in as obiee user (become - obiee).

17. 1. S tarting BI Infrastructure components


 Start BI Server by running:
cd /app/obiee/obi/setup
./run-sa.sh start &

 Start Presentation Services by running:


cd /app/obiee/obi/setup
./run-saw.sh start &
OR :
nohup ./sawserver.sh &

 Start Scheduler
run-sch.sh start &

 Start OC4J container by running:


cd /app/obiee/obi/setup
./oc4j -start &

nohup ./oc4j -start > oc4j.log 2>&1 &


nohup ./oc4j -start > oc4j.log 2>&1 &

17. 2. S topping BI Infrastructure components


 Stop BI Server by running:
cd /app/obiee/obi/setup
./run-sa.sh stop
/app/obiee/obi/server/Log/NQServer.log

 Stop Presentation Services by running:


cd /app/obiee/obi/setup
./run-saw.sh stop

Rm LOG files:
/app/obiee/obidata/web/log/javahost.out.log
/app/obiee2/obi/server/Log/NQServer.log

 Stop Scheduler
run-sch.sh stop

 Stop OC4J container by running:


cd /app/obiee/obi/setup
###./oc4j -stop ormi://localhost:23791 oc4jadmin oc4jadmin -shutdown force

./oc4j -shutdown -port 23791 -password oc4jadmin


user and pw : oc4jadmin

./oc4j -shutdown -port 23792 -password oc4jadmin

Web Logic

- login as root
- change user to WLS technical account w3master
- cd /cs/wlsconfig

after that issue these 2 commands

startCSFBwls.sh admin
startCSFBwls.sh obi

18. Starting / Stopping ETL processes (BI


Applications) on Unix
Log in as obiee user (become - obiee).

18. 1. S tarting ETL processes


 Start Informatica PoweCenter 8.1.1 Services by running:
/app/obiee/powercenter811/server/tomcat/bin/infaservice.sh startup

 Start DAC Server by running:


cd /app/obiee/obi/DAC
nohup /usr/bin/bash ./startserver.sh 2>&1 &

18. 2. S topping ETL processes


 Stop Informatica PoweCenter 8.1.1 Services by running:
/app/obiee/powercenter811/server/tomcat/bin/infaservice.sh shutdown
 Stop DAC Server by running:
cd /app/obiee/obi/DAC
./stopserver.sh

ps -ef |grep 'java -server -Xrs'|egrep -v 'grep'

obiee 4836 4835 0 Apr 03 ? 46:14 /app/obiee/java/jdk1.5.0_15/bin/java -server -


Xms256m -Xmx800m -cp ./lib/msbase
19. Post Installation Activities

19. 1. Defining Impersonato r user

cryptotools credstore -add -infile /app/obiee/obidata/web/config/credentialstore.xml

>Credential Alias: Impersonation


>Username: Impersonator
>Password:
>Do you want to encrypt the password? y/n (y): y
>Passphrase for encryption:
>Do you want to write the passphrase to the xml? y/n (n): n

to set environment
/app/obiee/obi/setup$ . ./common.sh

19. 2. S etting INFA_HOME and LD_LIBRARY_PATH

INFA_HOME must be set in environment:


INFA_HOME=/app/obiee/powercenter811

LD_LIBRARY_PATH=/app/oracle/product/client/10.2.0.3/lib32:/app/oracle/product/cl
ient/10.2.0.3/lib:/usr/lib:/usr/local/lib:/app/obiee/powercenter811/server/bin

19. 3. Customizations in instanceconfig.xml

<DefaultStyle>********* </DefaultStyle>
<URL>
<CustomerResourcePhysicalPath>/res</CustomerResourcePhysicalPath>
<CustomerResourceVirtualPath>/res</CustomerResourceVirtualPath>
</URL>

19. 4. O ther minor configurations

Configure dac repository


./serverSetupPrompt.sh

Correct app/obiee/obi/DAC/dac.properties

Updaterepositiry from DAC client -> help -> Login Details


Check W* tables database
"emptyfile.flg" in "/infa_shared/SrcFiles"
Configure Scheduler
Analytics.war changes

-WEB-INF/web.xml,
-WEB-INF/weblogic.xml,
-res/sk_********,
-res/s_*********,
-WEB-INF/lib/ csgobi.jar

jar –xvf analytics.war WEB-INF/web.xml


jar –uvf analytics.war WEB-INF/web.xml

$DAC_HOME/dacCmdLine.sh, I had to change the line beginning with "export JAVA_HOME" to reflect the
correct java home (/app/obiee/java/jdk1.5.0_15 for SIT, for example).

You might also like