Skip Headers
Oracle® Enterprise Manager Configuration Change Console Installation Guide
10g Version 10.2.0.4 for Windows or UNIX

Part Number E12914-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

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

B Sample Agent Properties

The following is a listing of sample agent properties:

#    Configuration Change Console Basic Silent Agent Installation Configuration    
#    This file should only be used to automate the agent installation
#    This file must be named according the installation file name.  For example
#    if the installation file is agent-win.exe, this file should be #agent-win.properties
 
#Install as a silent installation
INSTALLER_UI=Silent

#Authenticate with Server
AUTHENTICATE_USER=administrator
AUTHENTICATE_PW=abcd

#  USER_INSTALL_DIR is the installation directory of the program
USER_INSTALL_DIR=C\:\\ActiveReasoningAgent
 
#  ESCAPED_USER_INSTALL_DIR.  Some OS allow spaces in the directory name
# this value is the escaped version of that USER_INSTALL_DIR
ESCAPED_USER_INSTALL_DIR=C\:\\\\ActiveReasoningAgent
 
# Which jre should this installation use... typical installs will use the user_install_dir\jre
JAVA_HOME=C\:\\ActiveReasoningAgent\\jre
 
#  UNIX or WINDOWS Style escaped directory listing
#PATH_SEPARATOR=//
PATH_SEPARATOR=\\\\
 
#  AUTOSTART_TRUE=1  should the agent start immediately after installation
AUTOSTART_TRUE=0
 
############# PROBE RUNTIME CONFIGURATION ################
 
#PROBE_ID Assign the agent id
PROBE_ID=
 
#JNDI CONFIGURATION
JNDI_IP=PrimarySonicBroker.ip.address
JNDI_PORT=23943
 
 
#JMS CONFIGURATION
CONNECTIONFACTORY=ConnectionFactory
CF_TCP=1
 
#Agent Performance Monitoring
#PERF_OPTION="","Change Data Only"
PERF_OPTION="Performance & Change",""
 
 
##########UNIX ADDITIONAL CONFIGURATIONS ####
#UNIX requires additional values to be set during run time.  
#These values are where to find specific libraries and binaries
 
EXTRA_PATH=/tmp/ActiveReasoning/Agent/bin
EXTRA_LD_LIBRARY_PATH=/tmp/ActiveReasoning/lib
 
#UNIX AUDIT ENABLED/DISABLED
#AUDIT_ENABLED=0
AUDIT_ENABLED=1