Saturday, June 11, 2011

Issue with OCM 10.3.2.0 installation on 10G forms OH.

Details : This installation is already configured for OCM. Please remove existing configuration first.


Procedure of Installation where we faced the issue.

1) Uninstalled / removed older directories.
2) Reinstallation (Here where issue is hit).


Detailed instructions :
------------------
Uninstall 10.2.7 and later versions of OCM

sh $ORACLE_HOME/ccr/bin/emCCR stop
rm -rf $ORACLE_HOME/ccr
rm -rf $ORACLE_HOME/ccr_stage


Installation steps:
unzip -d $ORACLE_HOME p5567658_1032_Linux-x86-64.zip
cd $ORACLE_HOME/ccr/bin
./emocmrsp

CSI = Customer CSI number
Country Code = Customer Country Code
Metalink ID = metalink ID.
Proxy host and proxy port = xxxxxx

Run the setup command

cd $ORACLE_HOME/ccr/bin
./setupCCR -R ocm.rsp ===> This script failed.....

This installation is already configured for OCM. Please remove existing configuration first.


Research:-
------------
Searched in metalink and finally got some information in one of the Oracle doc:
"http://download.oracle.com/docs/cd/E12482_01/doc.103/e16215/release_notes.htm"

Some of its information extracted here...
=============
4.1.2 Installation Considered Configured After Abnormal Termination of setupCCR or configCCR Commands

An abnormal termination such as a Control C during the invocation of setupCCR or reconfiguration using configCCR may result in subsequent attempts returning the message:

This installation is already configured for OCM. Please remove existing configuration first.

To manually reset the environment, remove the config and state directories located under the $ORACLE_HOME/ccr/hosts/ directory. If ORACLE_CONFIG_HOME is set, remove the config and state directories in the $ORACLE_CONFIG_HOME/ccr directory.

If this is a fresh installation, delete the ccr directory and unzip the Oracle Configuration Manager distribution into the ORACLE_HOME and issue the setupCCR command again.
==============


AFter reading and implementing issue got resolved.

Removed "ccr" directory from "$ORACLE_CONFIG_HOME"... This was not documented in our doc.
Once this is removed and restarted all the steps from beginning like "Uninstalling and reinstallation."

Issue got resolved. Able to install properly this time..



thanks
Kiran Ginni

No comments:

Post a Comment