Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Friday, April 22, 2016

ATG & FSM UPDATE for BIAPPS 11.1.1.10.1 Installation in Redhat 6


  In Our previous page we created Patches for BIAPPS, go to ... Previous Page

a. go to below path


            home/oracle/OBIEE/Oracle_BI1/bin

C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\1.PNG
  1. RUN ./psa.sh like below screen
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\2.PNG
  1. Click On next
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\4.PNG
  1. Click BIACM like below screen
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\5.PNG
e)check database backup and database version like below screen
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\6.PNG
f) provide Below details
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\7.PNG
g) In my case already i upgrade so its showing like below screen
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\8.PNG
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\9.PNG
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\10.PNG
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\11.PNG
h) ATG and FSM now upgraded successfully
C:\Users\SSS2015051\Desktop\RAJKUMAR\bi\FSM\6.PNG 

... to be continued navigate to OBIA Configuration in BIAPPS .

OBIEE 11g 11.1.1.9.0 RCU & OBIEE 11.1.1.9.0 Installation in Redhat 6

 In Our previous page we have  Install Oracle Database12c , go to ... Previous Page

  1. RCU installation we need password file for DEV_BIPLATFORM and DEV_MDS:
     b)  Passwords file creation:
     c) Create one text file in Linux.
     d)  Edit that text file.
           Enter password like below screen.


. /rcu -silent -createRepository -connectString localhost:1522: ORCL -dbUser SYS -dbRole SYSDBA -schemaPrefix DEV -component BIPLATFORM -component MDS -f < /home/oracle/pwd.txt



II OBIEE 11.1.1.9.0 Installation

  1. Database and listener should be up while installing obiee
  2. BIPLATFORM and MDS schemas must be created during the RCU installation
  3. If we install database already in same machine, we need to unset oracle home.use unset comment UNSET ORACLE_HOME
Execute the following Comment in oracle user
  1. For silent installation we want Response file.
          Here I attached response file which I have used in my machine
         download OBIEE.rsp
  1. Execute the following command
/runInstaller -silent -invPtrLoc /u01/app/oracle/product/11.2.0/dbhome_1/oraInst.loc -response /mnt/hgfs/OBIEE/bishiphome/Disk1/OBIEE.rsp





















... to be continued navigate to ODI Installation

12C Database Installation for BIAPPS 11.1.1.10.1 in Redhat 6


  Before starting installation process please check our Pre-Requisites for ODI BIAPPS IN Linux  

1. Configure the KERNEL


    a) We need to configure the RedHat 6.0 Linux kernel to support Oracle

       Edit the vi /etc/sysctl.conf and add following lines.


  b) Now execute sysctl -p command to apply the new settings:
 C)  Edit the vi /etc/pam.d/login file and add following line


   d)  Edit the vi /etc/security/limits.conf file and add following lines:


      e)  modify the vi /etc/sysconfig/selinux change value of SELINUX variable to disabled:



    1.  Add the Oracle User:

    2. a) Next we need to create the Oracle user account, OS groups and mount point.

     The Oracle software will be installed and owned by the oracle user account. In additional  
     several OS groups are created that allow other non-oracle OS users privileged access to the
     database.
                  b)   Login as root and create the user oracle account and the OS groups:







   c) Now we can log into our new oracle account and configure the bash profile:
       vi ~/. bash_profile
       Add the following lines to the profile script:
4)  Install Database
           Since we are going to install the Database in silent mode, we need a response file.
 The response file will provide instructions to the installer program on how we want Oracle 12.1.0.1 Database software configured.
  1.      Change into the database directory and launch the runInstaller script as follows: 
    in my case i used above rsp file





   b) At the conclusion of the install we need to log in as root and execute the

     /u01/app/oracle/product/11.2.0/dbhome_1/root.sh script.



..... to be continued Navigate to OBIEE 11g Installation