Skip to main content

How to do an Installation of OBIEE in Linux

 



PRE OBIEE INSTALLATION STEPS IN LINUX



For successful Oracle BI Server operations under Linux operating systems, please check the following before installing OBIEE:

 

Ø   If you are installing the Basic option (OBI without integrating into OAS), JD1.5.0 must be installed before Oracle BI.   http://java.sun.com/products/archive/

 

Ø   For a list of commonly used Unix/Linux commands please visit the link belfrom www.FOSSwire.com

 

v    http://files.fosswire.com/wpu/2007/08/fwunixref.pdf 

 

Ø  If you are installing the Advanced option, Oracle Application Server 10.1.3.or greater must be installed before Oracle BI. 

 

v   Make a note of the OAS installation path since you’ll need it during tOBI installation.

 

v   You will need to oc4jadmin password for the OBI installation as well

 

Ø   For running Oracle BI Server and Oracle BI Presentation Services, set thefollowing parameters:

 

§   File handle limit: at least 10240 For example: ulimit -n 10240

 

§   File-descriptor: at least 10240

 

To discover the file-descriptor settings, run the command ulimit Or set file-descriptor using the command ulimit -n 10240

 

      NOTE: This requires root or administrator access.



Ø   Use Version 3.4.3 with the GNU Compiler Collection (GCC) C++ runtime

version 3.4.3 or higher libraries installed before installing Oracle Business

Intelligence.

 

Ø   The library name must be libstdc++.so.6.

 

•   The package name can be queried using the following command:

rpm -q libstdc++ -l

 

Ø   The output must include libstdc++.so.6

 

Ø   For Red Hat: Run X server locally on desktop with the display from Linux

machine exported to that desktop.

 

Ø   For Red Hat: The version of Java at /usr/lib/java must be removed or

renamed before installing Oracle BI, in order for the charting server to be

installed successfully.

 

 NOTE: This requires root or administrator access.

 

Ø   When downloading the Linux version of OBI, the {OBI filename}.cpio

should be extracted to the same level of the directory hierarchy where OBI will

be installed.  For example, if you’re installing OBI into the /opt/oracle/product

directory then the cpio file should be extracted to the /opt/oracle/product

directory.

 

Ø  To extract the contents of the cpio file enter the following command:

 cpio –idmcv <  {OBI filename}.cpio 

 

Ø   Database connectivity software that Oracle BI servers use to connect to the

database.  For example, if the Oracle BI Server is to access an Oracle

Database, install the Oracle 10g client.  If the Oracle BI Server is to access MS

SQL Server database, install Microsoft Data Access Components (MDAC).



OBIEE INSTALLATION STEPS IN LINUX



To run the Oracle BI Installer under Linux:

 

Console Mode

 

1. Change directory to the installation directory.

 

2. To run the installer in console (or text) mode, use the following command:

./setup.sh –console

 

NOTE: In console (or text) mode installation, you enter input as plain text

in the terminal window when prompted. You do not see dialog screens,

and therefore you do not need to set the DISPLAY variable.

 

5. Provide the requested input for each screen.  Inputs are the same as the

Window installation inputs detailed at the beginning of this Lesson.


Display (Graphics) Mode

 

1. Make sure that you have set the DISPLAY environment variable.

 

2. Change directory to the installation directory.

 

3. To run the installer in graphics mode, use the following command:

 ./setup.sh

 

4. The InstallShield window appears and prompts you through each screen.

NOTE: The particular screens or prompts that are visible are dependent

on the installation type and the components you choose in the Setup

Type screen.  Inputs are the same as the Window installation inputs

detailed at the beginning of this Lesson.

 

The repository (.rpd) file can be created and modified only using the Oracle Business

Intelligence Administration Tool, which is available only for Windows operating systems.




OBIEE POST INSTALLATION IN LINUX


The scripts below should be started in ascending sequence in order to ensure

OBIEE is properly started.  When stopping OBI the scripts below should be

stopped in descending order.  

Scripts are found under the {Install directory}/OracleBI/setup/ folder. 

















Comments

Popular posts from this blog

Contact Me

Do You have any queries ?                   If you are having any query or wishing to get any type of help related Datawarehouse, OBIEE, OBIA, OAC then please e-email on below. I will reply to your email within 24 hrs. If I didn’t reply to you within 24 Hrs., Please be patience, I must be busy in some work. kashif7222@gmail.com

Top 130 SQL Interview Questions And Answers

1. Display the dept information from department table.   Select   *   from   dept; 2. Display the details of all employees   Select * from emp; 3. Display the name and job for all employees    Select ename ,job from emp; 4. Display name and salary for all employees.   Select ename   , sal   from emp;   5. Display employee number and total salary   for each employee. Select empno, sal+comm from emp; 6. Display employee name and annual salary for all employees.   Select empno,empname,12*sal+nvl(comm,0) annualsal from emp; 7. Display the names of all employees who are working in department number 10   Select ename from emp where deptno=10; 8. Display the names of all employees working as   clerks and drawing a salary more than 3000   Select ename from emp where job=’clerk’and sal>3000; 9. Display employee number and names for employees who earn commission   Select empno,ename from emp where comm is not null and comm>0. 10

Informatica sample project

Informatica sample project - 1 CareFirst – Blue Cross Blue Shield, Maryland (April 2009 – Current) Senior ETL Developer/Lead Model Office DWH Implementation (April 2009 – Current) CareFirst Blue Cross Blue Shield is one of the leading health care insurance provided in Atlantic region of United States covering Maryland, Delaware and Washington DC. Model Office project was built to create data warehouse for multiple subject areas including Members, Claims, and Revenue etc. The project was to provide data into EDM and to third party vendor (Verisk) to develop cubes based on data provided into EDM. I was responsible for analyzing source systems data, designing and developing ETL mappings. I was also responsible for coordinating testing with analysts and users. Responsibilities: ·          Interacted with Data Modelers and Business Analysts to understand the requirements and the impact of the ETL on the business. ·          Understood the requirement and develope