Download Oracle Configuration Manager from Metalink > Software Configuration Manager, and copy to the server.
ocm-Production-Linux-i386.zip
Note: source database tier environment file.
1. Unzip the Oracle Configuration Manager distribution file into the ORACLE_HOME directory as follows:
unzip -d $ORACLE_HOME ocm-Production-Linux-i386.zip
2. After the file has been unzipped, install and complete the configuration of Oracle Configuration Manager by entering the following command:
$ORACLE_HOME/ccr/bin/setupCCR -s xxxxxxxx vasudev.seeram@emaildomain.com TT
where xxxxxxxx is your CSI number
3. To configure the database for configuration collection, run the following script:
$ORACLE_HOME/ccr/admin/scripts/installCCRSQL.sh collectconfig -s TEST -r sys -p syspassword
4. To configure an Oracle E-Business Suite, run the following script from the $ORACLE_HOME:
$ORACLE_HOME/ccr/admin/scripts/installCCRSQL.sh ebs_collectconfig -u apps -w appspassword -s TEST
5. To check status of Scheduler:
$ORACLE_HOME/ccr/bin/emCCR status
6. To start the Scheduler:
$ORACLE_HOME/ccr/bin/emCCR start
7. To manually collect data for the instance and upload it:
$ORACLE_HOME/ccr/bin/emCCR collect
Reference:
http://download.oracle.com/docs/cd/B19306_01/install.102/b28484/install.htm
0 Comments.