Skip Headers
Oracle® Configuration Manager Installation and Administration Guide
10g Release 5 (10.2)

Part Number E10041-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

4 Oracle Configuration Manager Administration

This chapter contains the following sections:

Collecting Configuration Data (Connected Mode)

Configuration data is automatically collected on a regular schedule. By default, collections are scheduled to run daily at the time the original installation was done. To start a manual collection of configuration data, enter the following command:

$ORACLE_HOME/ccr/bin/emCCR collect

This command collects the configuration data and uploads it to the repository. Configuration data is collected only if the Scheduler has been started. The Scheduler is always running unless it has been manually stopped with the emCCR stop command. In this case, you will have to manually restart the Scheduler so that configuration data can be automatically collected. Check the status of the Scheduler by entering emCCR status which indicates whether the Scheduler has been started. To start the Scheduler, enter the following command:

$ORACLE_HOME/ccr/bin/emCCR start

Using the Scheduler to Collect Configuration Data

The Scheduler acts as a coordinator of activities, and provides both a richer schedule capability and the ability to perform collections on a regular schedule. Scheduled collections are only available when Oracle Configuration Manager is running in Connected mode.

Configuration data can be collected daily, weekly, or monthly, at a particular date and time. You can set the interval for automatically collecting the configuration data with the emCCR set collection_interval command.

The emCCR stop, emCCR set collection_interval, emCCR hold, emCCR resume, emCCR getupdates, emCCR upload, and emCCR config commands can be used only if the Scheduler has been started.

For more information on these commands, refer to Chapter 5, "Managing the Oracle Configuration Manager Client".

Collecting Configuration Data (Disconnected Mode)

If you are using Oracle Configuration Manager in Disconnected mode, configuration data needs to be manually collected. As the Scheduler is not running in this mode, it cannot be used to automatically collect configuration data at regular intervals.

You can collect configuration data manually by using the emCCR collect command. When you run this command, the ocmconfig.jar is created in the $ORACLE_HOME/ccr/state/upload/ directory. This file contains the manually collected configuration data. You can then upload this file to the Oracle server. For more details on manual collection of configuration data, refer to Chapter5, "emCCR collect".

In this mode, the only commands supported are emCCR collect, emCCR status, emCCR enable_target, emCCR disable_target, emCCR update_components, configCCR, and emCCR help.

Updating Oracle Configuration Manager

You can update Oracle Configuration Manager either manually or automatically.