# unzip ocm-Production-HP-UX-IA64.zip
#cd ccr/config
#vi ccr.properties and add the following line to disable the collection of the host IP address:
ccr.metric.host.ecm_hw_nic.inet_address=false
Add the following line to disable the Network Interface MAC address collection:
ccr.metric.host.ecm_hw_nic.mac_address=false
Configuring Oracle Configuration Manager in Disconnected Mode (so that it does not upload info to Oracle via the internet through the proxy server
$ORACLE_HOME/ccr/bin/setupCCR -s -d
Instrument the Database for Configuration Collections. The following steps must be repeated for every database instance, including multiple instances running from the same ORACLE_HOME.
$ORACLE_HOME/ccr/admin/scripts/installCCRSQL.sh collectconfig –s
After Oracle Configuration Manager has been configured, you must run the emCCR
collect command to collect configuration data.
$ORACLE_HOME/ccr/bin/emCCR collect
You can find the disconnected mode collection at the following location:
$ORACLE_HOME/ccr/hosts/
To upload this configuration to My Oracle Support, transfer the ocmconfig.jar to a
system that is connected to the Internet and attach it to a Service Request (SR).
No comments:
Post a Comment