Sunday, 20 May 2012

ORACLE GRID CONTROL 11GR2 INSTALLATION

Hi All,


STEP   1) First install a database, in my case I installed 11gr2 database.
STEP 2)   now Install Web logic server 10.3.2. If you install 10.3.3 you will get an error, while installation of
             Grid, OMS configuring error. After a lot of Search I came to know that 10.3.2 is not supported
             With 11gr2 .
STEP 3) now we install grid control. I will put some screen shots here, please go through them.
For installing grid the pre-requisites are,
1)  In the database parameter file , insert processes=500, session_cached_cursors=200
      log_buffer=10485760.
*****note********************************************************
While installing the database give sga size to 50/40% if you give the default one
Then the sga size will become greater than the /dev/shm memory. Then when you restart the database ,You will get memory_target error.
2)      Please run this sql statement .
SELECT COUNT(*) FROM ALL_USERS WHERE USERNAME='SYSMAN';if the output returns 1,then sysman schema is existing.now kindly please de-config it.
     export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
     export ORACLE_SID=orcl
     $ORACLE_HOME/bin/emca -deconfig dbcontrol db -repos drop -SYS_PWD <sys    
     pasword> -SYSMAN_PWD <sysman password>.


After that unzip the files,you will get an install directory,go into it and run the executable,
./runInstaller –invptrLoc /home/naga/oraInst.loc if your central inventory is some where and u haven’t got permission to write into use tha bove command or else just ./runInstaller

 


 

SELECT ENTERPRISE MANAGER SYSTEM




1 comment:

  1. hi Naga ,

    As a fellow Apps DBA, i heartfully appreciate your effort of documenting your learning in a precise way and your intention to share your knowledge is quite inspiring ..

    Please keep up the good work.

    awaiting to see more intresting posts from you...

    Thanks,
    Sricharan Mahavadi.

    ReplyDelete