Wednesday, May 2, 2018

High Level Installation steps for OBIEE 12c

High Level Installation steps for OBIEE


Steps

5 Configuration of OBIEE -12.2.1.0.0
4 Create the OBIEE(RCU)
3 Install OBIEE-12.2.1.0.0
2 Fusion Middleware Infrastructure -12.2.1.0.0
1 Install the JDK -1.8.0_65
0 Install Oracle database -12.2.1.0.0



High Level Installation Steps for OBIA 11g

High Level Installation steps for  OBIA

Step OBIA-Version -11.1.1.10.2

Steps 
10 Configuration of OBIA 11g
9 Updating FSM, ATGLite
8 Install OBIA software-11.1.1.10.2
7 Create the OBIA(RCU)
6 Install ODI -11.1.1.9
5 Configuration of OBIEE -11.1.1.9
4 Create the OBIEE(RCU)
3 Install OBIEE -11.1.1.9
2 Weblogic -10.3.6
1 Install the JDK-1.7.0_80


Start and Stop OBIEE Services in OBIEE 12c


Start and Stop OBIEE Services in OBIEE 12c

Start  and Stop OBIEE Server

[oracle@ServerName]$ cd /d01/Middleware/Oracle_home/user_projects/domains/bi/bitools/bin/
 [oracle@ServerName bin]$./status.sh

  • AdminServer (BI admin server)
  • bi_server1 (BI managed server)
  • obips1 (managed BI presentation server)
  • obijh1 (managed BI Java host server)
  • obiccs1 (managed BI clustering server)
  • obisch1 (managed BI scheduler server)
  • obis1 (managed BI NQ server)

 [oracle@ServerName bin]$./start.sh
[oracle@ServerName bin]$./stop.sh

Stop  particular server
[oracle@ServerName bin]$./stop.sh -i obips1
[oracle@ServerName bin]$./stop.sh -i obijh1
[oracle@ServerName bin]$./stop.sh -i obiccs1
[oracle@ServerName bin]$./stop.sh -i obis1
oracle@ServerName bin]$./stop.sh -i obisch1

Start  particular server
[oracle@ServerName bin]$./start.sh -i obips1
[oracle@ServerName bin]$./start.sh -i obijh1
[oracle@ServerName bin]$./start.sh -i obiccs1
[oracle@ServerName bin]$./start.sh -i obis1
oracle@ServerName bin]$./start.sh -i obisch1

How to install Hadoop Hive on CentOS7

How to install Hadoop Hive on CentOS7 What is Hive Hive is a data warehouse infrastructure tool to process structured data in Had...