Oracle Bi Solutions

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 14 February 2013

OBIEE 11g - Installation on OEL 5.8

Posted on 13:15 by Unknown
Part 1 : Installing the OS.

1) Go to > https://edelivery.oracle.com/EPD/Search/handle_go and download the OEL5.8 update ISo as shown below.



[Note : Reason for going OEL5.8 instead of  OEL 6 or hight version is , I read somewhere that OEL6 supports only 11.2.0.3  Database. If you go to oracle site to download database you can see (11.2.0.1.0) version only to download.] 


2)  Put your ISO as input to your Vm as shown below and click next . Adjust your RAM to atleast 4GB  in the  configuration hardware window







3)   

4)    Just Skip the test
























Disable the Firewall

SE LinuX Setting " Disable"
Don't Enable Kdump leave default and click Forward






Click Forwad and complete the steps. You are ready with the "Linux OS"

After installing the OS. The next thing is to install the VM ware tools. Installing Vmware tools will facilitate you to do copy paste between host and Guest OS in VM player.


Steps to Install  VM Tools :

As shown in the below screen shot click on the install Vmware Tools.

A Vmware tools CD Icon will apprea on the desktop. Right click on it and opne the folder. When you open it,right click on the vmware tools.trg file and extract it to the desktop.





Once you extract the file vmware- tools-disturb folder will be created on the desktop. At this moment you can right click on the VMware  tools CD icon and select unmount  to removed the CD mount of VMware tools.

Follow the steps in the above screenshot to start the vmware0install.pl .

The commonds I used to install are as follows : The input commands from me are in "Bold "

You have to be root user to install the VM tools


[root@Venkat ~]# ls
anaconda-ks.cfg  Desktop  install.log  install.log.syslog
[root@Venkat ~]# cd Desktop/
[root@Venkat Desktop]# cd vmware-tools-distrib/
[root@Venkat vmware-tools-distrib]# ls
bin  doc  etc  FILES  INSTALL  installer  lib  vmware-install.pl
[root@Venkat vmware-tools-distrib]# ./vmware-install.pl 




Creating a new VMware Tools installer database using the tar4 format.
Installing VMware Tools.
In which directory do you want to install the binary files? [ Press Enter]
[/usr/bin] 
What is the directory that contains the init directories (rc0.d/ to rc6.d/)? [press Enter]
[/etc/rc.d] 
What is the directory that contains the init scripts? [Press Enter]
[/etc/rc.d/init.d] 
In which directory do you want to install the daemon files? [Press Enter]
[/usr/sbin] 
In which directory do you want to install the library files? [Press Enter]
[/usr/lib/vmware-tools] 
The path "/usr/lib/vmware-tools" does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes] yes

In which directory do you want to install the documentation files? [Press Enter]
[/usr/share/doc/vmware-tools] 
The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes] yes


The installation of VMware Tools 9.2.0 build-799703 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]
Initializing...


Making sure services for VMware Tools are stopped.
Stopping Thinprint services in the virtual machine:
   Stopping Virtual Printing daemon:                                   done
Stopping VMware Tools services in the virtual machine:
   Guest operating system daemon:                          [  OK  ]
   Unmounting HGFS shares:                                 [  OK  ]
   Guest filesystem driver:                                [  OK  ]


The VMware FileSystem Sync Driver (vmsync) allows external third-party backup
software that is integrated with vSphere to create backups of the virtual
machine. Do you wish to enable this feature? [no] no


Before you can compile modules, you need to have the following installed... 
make
gcc
kernel headers of the running kernel


Searching for GCC...
Detected GCC binary at "/usr/bin/gcc".
The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no] no

Searching for a valid kernel header path...
Detected the kernel headers at
"/lib/modules/2.6.32-300.10.1.el5uek/build/include".
The path "/lib/modules/2.6.32-300.10.1.el5uek/build/include" appears to be a
valid path to the 2.6.32-300.10.1.el5uek kernel headers.
Would you like to change it? [no] no

Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-gSYLLn/vmci-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/linux/driver.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/linux/vmciKernelIf.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciContext.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciDatagram.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciDoorbell.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciDriver.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciEvent.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciHashtable.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciQPair.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciQueuePair.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciResource.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/common/vmciRoute.o
  CC [M]  /tmp/modconfig-gSYLLn/vmci-only/driverLog.o
  LD [M]  /tmp/modconfig-gSYLLn/vmci-only/vmci.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-gSYLLn/vmci-only/vmci.mod.o
  LD [M]  /tmp/modconfig-gSYLLn/vmci-only/vmci.ko.unsigned
  NO SIGN [M] /tmp/modconfig-gSYLLn/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-gSYLLn/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-gSYLLn/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-gSYLLn/vmci-only'

Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-D0cUX1/vmci-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/linux/driver.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/linux/vmciKernelIf.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciContext.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciDatagram.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciDoorbell.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciDriver.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciEvent.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciHashtable.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciQPair.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciQueuePair.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciResource.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/common/vmciRoute.o
  CC [M]  /tmp/modconfig-D0cUX1/vmci-only/driverLog.o
  LD [M]  /tmp/modconfig-D0cUX1/vmci-only/vmci.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-D0cUX1/vmci-only/vmci.mod.o
  LD [M]  /tmp/modconfig-D0cUX1/vmci-only/vmci.ko.unsigned
  NO SIGN [M] /tmp/modconfig-D0cUX1/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-D0cUX1/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-D0cUX1/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-D0cUX1/vmci-only'
Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-D0cUX1/vsock-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/af_vsock.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/notify.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/notifyQState.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/stats.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/util.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/linux/vsockAddr.o
  CC [M]  /tmp/modconfig-D0cUX1/vsock-only/driverLog.o
  LD [M]  /tmp/modconfig-D0cUX1/vsock-only/vsock.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-D0cUX1/vsock-only/vsock.mod.o
  LD [M]  /tmp/modconfig-D0cUX1/vsock-only/vsock.ko.unsigned
  NO SIGN [M] /tmp/modconfig-D0cUX1/vsock-only/vsock.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-D0cUX1/vsock-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-D0cUX1/vsock-only'
cp -f vsock.ko ./../vsock.o
make: Leaving directory `/tmp/modconfig-D0cUX1/vsock-only'

The module vmxnet3 has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vmxnet3 to override.

The module pvscsi has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=pvscsi to override.

The module vmmemctl has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vmmemctl to override.

The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment.  Do you wish
to enable this feature? [yes] yes

Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-OwX16v/vmci-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/linux/driver.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/linux/vmciKernelIf.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciContext.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciDatagram.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciDoorbell.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciDriver.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciEvent.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciHashtable.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciQPair.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciQueuePair.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciResource.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/common/vmciRoute.o
  CC [M]  /tmp/modconfig-OwX16v/vmci-only/driverLog.o
  LD [M]  /tmp/modconfig-OwX16v/vmci-only/vmci.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-OwX16v/vmci-only/vmci.mod.o
  LD [M]  /tmp/modconfig-OwX16v/vmci-only/vmci.ko.unsigned
  NO SIGN [M] /tmp/modconfig-OwX16v/vmci-only/vmci.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-OwX16v/vmci-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-OwX16v/vmci-only'
cp -f vmci.ko ./../vmci.o
make: Leaving directory `/tmp/modconfig-OwX16v/vmci-only'
Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-OwX16v/vmhgfs-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/backdoor.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/backdoorGcc64.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/bdhandler.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/cpName.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/cpNameLinux.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/cpNameLite.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/dentry.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/dir.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/file.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/filesystem.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/fsutil.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/hgfsBd.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/hgfsEscape.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/hgfsUtil.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/inode.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/link.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/message.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/module.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/page.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/request.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/rpcout.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/stubs.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/super.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/tcp.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/transport.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/vmci.o
  CC [M]  /tmp/modconfig-OwX16v/vmhgfs-only/kernelStubsLinux.o
  LD [M]  /tmp/modconfig-OwX16v/vmhgfs-only/vmhgfs.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-OwX16v/vmhgfs-only/vmhgfs.mod.o
  LD [M]  /tmp/modconfig-OwX16v/vmhgfs-only/vmhgfs.ko.unsigned
  NO SIGN [M] /tmp/modconfig-OwX16v/vmhgfs-only/vmhgfs.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-OwX16v/vmhgfs-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-OwX16v/vmhgfs-only'
cp -f vmhgfs.ko ./../vmhgfs.o
make: Leaving directory `/tmp/modconfig-OwX16v/vmhgfs-only'

Using 2.6.x kernel build system.
make: Entering directory `/tmp/modconfig-N9jN0K/vmxnet-only'
/usr/bin/make -C /lib/modules/2.6.32-300.10.1.el5uek/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
  CC [M]  /tmp/modconfig-N9jN0K/vmxnet-only/vmxnet.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/modconfig-N9jN0K/vmxnet-only/vmxnet.mod.o
  LD [M]  /tmp/modconfig-N9jN0K/vmxnet-only/vmxnet.ko.unsigned
  NO SIGN [M] /tmp/modconfig-N9jN0K/vmxnet-only/vmxnet.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.32-300.10.1.el5uek'
/usr/bin/make -C $PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= postbuild
make[1]: Entering directory `/tmp/modconfig-N9jN0K/vmxnet-only'
make[1]: `postbuild' is up to date.
make[1]: Leaving directory `/tmp/modconfig-N9jN0K/vmxnet-only'
cp -f vmxnet.ko ./../vmxnet.o
make: Leaving directory `/tmp/modconfig-N9jN0K/vmxnet-only'

The vmblock enables dragging or copying files between host and guest in a
Fusion or Workstation virtual environment.  Do you wish to enable this feature?
[yes] yes

NOTICE:  It appears your system does not have the required fuse packages
installed.  The VMware blocking filesystem requires the fuse packages and its
libraries to function properly.  Please install the fuse or fuse-utils package
using your systems package management utility and re-run this script in order
to enable the VMware blocking filesystem. 

!!! [EXPERIMENTAL] !!!
VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present.  By selecting yes,
you will be enabling this experimental feature.  You can always disable this
feature by re-running vmware-config-tools.pl.

Would you like to enable VMware automatic kernel modules?
[no]  
Thinprint provides driver-free printing. Do you wish to enable this feature?
[yes] 

Detected X version 7.1

Host resolution detected as "0 x 0".

Please choose one of the following display sizes that X will start with:
[1]  "320x200"
[2]  "320x240"
[3]  "400x300"
[4]  "512x384"
[5]  "640x400"
[6]  "640x480"
[7]  "720x480"
[8]  "800x480"
[9]  "854x480"
[10]  "720x576"
[11]  "800x600"
[12]  "1024x768"
[13]  "1280x720"
[14]  "1280x768"
[15]  "1152x864"
[16]  "1280x800"
[17]  "1366x768"
[18]  "1280x960"
[19]  "1440x900"
[20]  "1280x1024"
[21]  "1400x1050"
[22]  "1680x1050"
[23]  "1600x1200"
[24]  "1920x1080"
[25]  "1920x1200"
[26]  "1920x1440"
[27]  "2048x1536"
[28]  "2560x1600"
[29]  "2560x1920"
Please enter a number between 1 and 29:

[3] 12

X is running fine with the new config file.
Creating a new initrd boot image for the kernel.
   Starting Virtual Printing daemon:                                   done
   Checking acpi hot plug                                  [  OK  ]
Starting VMware Tools services in the virtual machine:
   Switching to guest configuration:                       [  OK  ]
   VM communication interface:                             [  OK  ]
   VM communication interface socket family:               [  OK  ]
   Guest filesystem driver:                                [  OK  ]
   Mounting HGFS shares:                                   [FAILED]
   Guest operating system daemon:                          [  OK  ]
The configuration of VMware Tools 9.2.0 build-799703 for Linux for this running
kernel completed successfully.

You must restart your X session before any mouse or graphics changes take
effect.
You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
command line.
To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.



After Installing Vmware Tools.

Next thing is to install   YUM from the oracle Public Server.

The Oracle public yum server offers a free and convenient way to install the latest Oracle Linuxpackages as well as packages from the Oracle VM installation media via a yum client.

 As my OS is OEL 5 update  8 I am install Oracle Linux 5 Repo.

Open a terminal and type the follwing commands one by one


 This will download the Yum Repo in the  /etc/yum.repos.d



Open the public-yum-e15.repo  file and selet the appropriate [ol5_u8_base] here it is OEL5 updat e8 and chnage the enebled section from "0" to "1" as shown below.



That's  it yum is installed successfully.


Installing Oracle-validate RPM:

As we all know we need to install database  to install OBIEE.

Installing database on linux involves modifying ststem parameters and  creating users and groups.

We need to do all these stuff manually.

To make our life easy oracle had oracle-validate rpm. Oracle-validated RPM does a number of things for us.




  • It creates the user oracle

  • It creates the groups oinstall and dba

  • It modifies the kernel parameters in /etc/sysctl.conf

  • It sets the hard and soft shell resource limits in /etc/security/limits.conf

  • And most importantly, downloads and installs number of packages which are required for the Oracle 11g database software installation while resolving the dependencies between the packages as well


  • Login as Root and run the following command :

    Yum Install oracle-validate


    This will install all the users and groups and prerequisites to install the database.

     After that  do the following to change the password for the user oracle created by oracle-validate RPM.

      
    Thus the prerequisites for installing the oracle database is ready and we are now all set to install the database.

    Installing a common shared between host and the VM ware OS ( OEL5 update 8).

    Setting  a  shared folder between host and vmware os willhlp us to transfer files withen two OS.


    Click on Vmware machine setting and click on options. click on shared folders and Select Always Enabled. Create a folder in the host system and  Add the path to the folder as shown below.


    In the next post we will see  how to installl Oracle database 11g R2 on Linux.



    Installing the Oracle database on  OEL 5.8 update :


    Before  going ahead with installation do the follwng steps :


    a) SU As Root and Create Directories to Install the oracle database

     Make Oracle directories
     mkdir -p /u01/app/oracle/product/11.2.0/dbhome_1
    chown -R oracle:oinstall /u01/app
    chmod -R 775 /u01/app

    b) Add xhost - the hostname

    xhost +kishore
    c) Set up Oracle Profile

    Login as Oracle and do   vi ~/.bash_profile

    Your bash_profile will be opned. Press insert and enter the highlighted text as below with your environment specific


    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_HOSTNAME=Venkat; export ORACLE_HOSTNAME
    ORACLE_UNQNAME=DB11G; export ORACLE_UNQNAME
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1; export ORACLE_HOME
    ORACLE_SID=DB11G; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    "~/.bash_profile" 34L, 909C


    I was planning to give OracleSID name as DB11g so I gave that name

    Oracle_HOSTNAME = kishore (My host name).

    If you are not sure what you host name. just do hostname in teh terminal. it will gove your host name

    I copied my datbase installation files to the oracle Home folder. Run the Installer as follows.


































































































    Before 100 %  it will ask you to excute some shell scripts.

    Su as ROOT and you have to the do the following at the command prompt

    1) cd /u01/app/oraInventory/orainstRoot.sh
    2)/u01/app/oracle/product/11.2.0/db_1/root.sh


    After Running the Shell Scripts. We have to do the following steps









































































    Database will create and once it is done you will see th epassword management Screen. lock (or) unlock schemas you want to do and clcik ok.


    That's it you are done with oracle database installation


    Installing RCU For OBIEE 11.1.1.6 On Linux
















    Installing OBIEE Enterprise Installation on 11.1.1.6 on Linux































































































































    Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
    Posted in OBIEE | No comments
    Newer Post Older Post Home

    0 comments:

    Post a Comment

    Subscribe to: Post Comments (Atom)

    Popular Posts

    • Upper Function
      In Oracle/PLSQL, the  upper function  converts all letters in the specified string to uppercase. If there are characters in the string that ...
    • OBIEE 11g Hide/Show Sections based on Dashboard Prompt
      allow a user’s interaction to hide/show certain sections of a dashboard. In this particular case the user wanted to choose either ‘Quarterly...
    • [OBIEE11g] - OBIEE Dashboard for Informatica Metadata Reporting
      The metadata that Informatica Power Center 8 retains in its repository can be exposed via OBIEE reports and dashboards. This metadata includ...
    • [ODI] - Frequently Asked Questions (FAQ)
      Here is a list of FAQs about Oracle Data Integrator 1) What is Oracle Data Integrator (ODI)? 2) What is E-LT? 3) What components make up Ora...
    • OBIEE 11g not showing new dashboard in the drop down menu
      When creating New dashboard in  OBIEE 11g, I have faced with issue that dashboard name did not show up in drop down dashboard menu. 1. When ...
    • Data Modeling: Schema Generation Issue with ERwin Data Modeler 7.3
      We are using Computer Associate’s ERwin Data Modeler 7.3 for data modeling. In one of our engagements, we are pushing data model changes to ...
    • Installation Informatica Powercenter 9.1 on Oracle Enterprise Linux 5.6
      Ingredients: Program Version Filename Oracle Express 11G 11.2.0 oracle-xe-11.2.0-0.5.x86_64.rpm SQL Developer 3.0 sqldeveloper-3.0.04.34-1.n...
    • Informatica Powercenter Workflow Manager Repository Navigator docking float issue
      In case you’re also experiencing where your Repository Navigator is not dock or attached and it seems just floating within Workflow Manager ...
    • [OBIEE11g] - Creating Dashboard Traversing Through Graph
      The general requirement asked for by customers is that they want to Click on the Main Dashboard Page’s Graph and be transferred to the other...
    • OBIEE 11g - Query Limit
      Query limit and number of minutes a query can run per physical layer database connection, follow the below steps. > Login to Repository u...

    Categories

    • BI Publisher
    • DAC
    • DataWarehouse
    • Hyperion
    • Informatica
    • OBIEE
    • ODI
    • Oracle Applications EBS 12.1.3
    • Oracle Database
    • PL/SQL
    • SQL
    • Unix/Linux

    Blog Archive

    • ▼  2013 (500)
      • ►  November (8)
      • ►  October (1)
      • ►  July (4)
      • ►  June (9)
      • ►  May (15)
      • ►  April (24)
      • ►  March (43)
      • ▼  February (73)
        • Remember Username and Password in Obiee11g
        • Change Locale in OBIEE 11g
        • Change Password in BI Publisher 111.1.6.0
        • OBIEE 11g - Change the Date Format/ Evaluate Function
        • OBIEE 11g - Enabling Sorting order for more than 1...
        • OBIEE 11g - Changing the NodeManager and weblogic ...
        • OBIEE 11g - Description ID column
        • Fact and Dimension from single source Table
        • OBIEE 11g - Denormalizing physical tables in BMM l...
        • OBIEE 11g - ADF Integration
        • BUG:12930924 SAG: CANNOT DISPLAY MORE THAN 300 OBJ...
        • OBIEE 11g - Hide Apply and Reset button
        • OBIEE 11g Security - Creating Application Policies
        • OBIEE11g startup error - An instance of the interf...
        • OBIEE 11g - Partial Update using Condition in Answers
        • OBIEE 11g - custom Date format in Answers
        • The boot identity may have been changed since the ...
        • OBIEE 11g - weblogic admin account creation
        • Informatica PC Upgrade from 861 to 91 Installation...
        • Installation Informatica Powercenter 9.1 on Oracle...
        • How to Start oracel Database 11gR 2 manually on Linux
        • OBIEE 11g - Installation on OEL 5.8
        • OBIEE 11.1.1.6.5 and J Developer Integration on Li...
        • Oracle SQL Developer :Enter full path for java.exe
        • OBIEE 11g - Unable to get file lock , will retry i...
        • OBIEE 11g - Changing Presentation Services Port Nu...
        • OBIEE 11g - Changing the background color on hover...
        • OBIEE 11g - Date Format change based on Locale Set...
        • OBIEE 11g - Javascript and CSS locations
        • OBIEE 11g - Removing the Gray Header from Reports
        • OBIEE 11g - Refreshing a report Everytime
        • OBIEE 11g - Adding Bookmark Link in Dashboard
        • OBIEE 11g - Searching a Text in Page
        • OBIEE 11g - Remember Username and Password
        • OBIEE 11g - Removing/ Deleting Report Links in a Page
        • OBIEE11g - Export to Excel issue
        • OBIEE 11g - Right-click interactions in Dashboard ...
        • OBIEE11g - Right Function
        • OBIEE 11g - Set Default currency in Dashboard
        • OBIEE 11g - Hide BI Portal Name
        • OBIEE 11g - Export or Print Dashboard Page
        • OBIEE 11g - Ldap authentication is failing when us...
        • OBIEE 11g - Warning: "Upgrade is recommended to th...
        • OBIEE 11g - [OracleBIServerComponent] [ERROR:1] [...
        • OBIEE 11g - State: HY000. Code: 10058. [NQODBC] [S...
        • OBIEE 11g - List of System/Predefined Session Vari...
        • OBIEE 11g - Writeback Steps
        • [OBIPS] [ERROR:1] [] [saw.security.odbcuserpopulat...
        • [ERROR:1] [] [] [ecid: 18c5ef9f7c3aec02:-1a7b1b1:1...
        • OBIEE 11g - Important Path Directories
        • OBIEE 11g - OBI Server and Presentation Cache Mana...
        • How to login to OBIEE 11g - With User and Password...
        • OBIEE 11g - Direct Query from Database, bypassed C...
        • OBIEE 11g - Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
        • OBIEE 11g - Deploying RPD without BI Presentation ...
        • OBIEE 11g - Dashboard Selective View from Report L...
        • OBIEE11g - RPD Deployment Considerations
        • OBIEE 11g - Starting / Stopping Domain Services in...
        • OBIEE 11g - SQL Conditional COUNT & SUM
        • OBIEE11g - Security Migration
        • OBIEE 11g - Performance Tuning
        • OBIEE 11g - User Guide for BI Mobile
        • OBIEE 11g - Active Directory Authenication
        • OBIEE 11g - Security Troubleshooting
        • DAC - Error "main" java.lang.NoClassDefFoundError...
        • DAC11g Starting issue (-server)
        • OBIEE 11.1.1.6.7 Opatch Apply from 11.1.1.6.0 to 1...
        • OBIEE 11.1.1.6.8 - bugs fixed
        • Informatica Powercenter Workflow Manager Repositor...
        • DAC - Restrict the number of years using Mcal Peri...
        • DAC - Global Currency Code Issue in dac
        • Hyperion Installation 11.1.2.1.0 on Linux 32 Bit
        • OBIEE 11g - Deploying RPD on Linux to Access the L...
      • ►  January (323)
    Powered by Blogger.

    About Me

    Unknown
    View my complete profile