Using Oracle Configuration Manager
Introduction
In this little guide an Oracle Fusion Middleware 11G installation is used to demonstrate how to configure Oracle Configuration Manager 12 (OCM). During my experience as a System Administrator, I have seen with surprise that many customers do not use this system because they do not have enough time to configure it or because of the lack of information about it. However, it is important to remark that OCM gives customers the following advantages (Oracle, 2016).
“Some of the benefits of using Oracle Configuration Manager are as follows:
• Reduces time for resolution of support issues
• Provides pro-active problem avoidance
• Improves access to best practices and the Oracle knowledge base
• Improves understanding of customer’s business needs and provides consistent responses and services”
The installation used
The Oracle Fusion Middleware installation used in this guide is described as follows.
Configuring Oracle Configuration Manager
-
Connect to the machine where OCM will be installed. In this case is: weblogic01.sysco.no
-
Set the domain environment
cd /u01/oracle/config/domains/skageraktest/bin
. ./setDomainEnv.sh
It is important to remark you have to use “. ./setDomainEnv.sh”, otherwise values are not set on variables.
-
Set the Oracle home
export ORACLE_HOME=/u01/oracle/products/fm11117/utils/
-
Change folder to
/u01/oracle/products/fm11117/utils/ccr/bin
-
Execute this command
./setupCCR
-
Follow these instructions
-
Start the Administration Server to generate the file domainlocation.properties whose path is:
/u01/oracle/products/fm11117/utils/ccr
-
Execute a manual collection
cd /u01/oracle/products/fm11117/utils/ccr/bin/
./emCCR collect
-
Review the configuration on My Oracle Support > Tab Systems. As can be seen in the following picture all my configuration is available on Oracle Support that represents and advantage to minimize the time needed to solve cases or to open service requests.
Testing the OCM configuration
In this case one of my favourites capacities will be tested, the detection of configuration changes on the environment. With this in mind, a data source is modified to review whether OCM detects the change or not.
-
Modify the data source called EDNDataSource to have a maximum of 60 connections instead of 20
-
Execute a manual collection with the following command.
cd /u01/oracle/products/fm11117/utils/ccr/bin/
./emCCR collect
-
Go to Oracle Support to review the history of changes. As can be seen in the following picture the change is detected by OCM.
Why is the information shown in the previous picture important? This is relevant because between other things it allows system administrators to investigate the root cause of problems without losing time on exhaustive searching that is critical for severity one incidents.
References list
Oracle (2016) Configuration Manager Installation and Administration Guide [Online document] Available from: http://docs.oracle.com/cd/E49269_01/doc.12/e48361/ch1_introduction.htm#CCRIA109 (Accessed: 02 May 2016)