Tuesday, October 30, 2012

OCM config & collect for single Instance


Step 1:

Remove the mentioned Old/if availabe earlier CCR directory.

   $ORACLE_HOME/ccr

Step 2:

Copy the unzip software on this location

$ORACLE_HOME/ccr

Step 3: 

Run the following from a command prompt:

    export ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1
    export ORACLE_SID=< SID NAME>

Step 4:

Go to location $ORACLE_HOME/ccr/bin then run the bellow command
   
 ./setupCCR -s CSI NUMBER email@test.com
./configCCR -s -d

Step 5:

Go to location:
 /u01/app/oracle/product/11.2.0/db_1/ccr/admin/scripts

then run the bellow command
      ./installCCRSQL.sh collectconfig -s <SID> -r sys

Step 6:
Go to location
cd $ORACLE_HOME/ccr/bin then run the bellow command

   ./emCCR collect


After collected the information, need to upload of the file ocmconfig.jar to Metalink


output location
================
/u01/app/oracle/product/11.2.0/db_1/ccr/hosts/ibdb1/state/upload/ocmconfig.jar

No comments:

Post a Comment