ヘッダーをスキップ
Oracle Enterprise Manager Configuration Change Consoleインストレーション・ガイド
10gリリース5(10.2.0.5) for Microsoft Windows or UNIX Systems
B55859-01
  目次
目次

戻る
戻る
 
次へ
次へ
 

B エージェントのサンプル・プロパティ

エージェントのサイレント・インストール・プロセスに使用されるエージェントのサンプル・プロパティを次に示します。

#    Configuration Change Console Basic Silent Agent
#    Installation Configuration
#
#    This file should only be used to automate the agent installation
#    This file must be named to match the installer file name.
#    For example, if the installation file is agent-win32.exe,
#    this file should be agent-win32.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\:\\oracle\\ConfigurationChangeConsoleAgent

#  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\:\\\\oracle\\\\ConfigurationChangeConsoleAgent

# Which jre should this installation use... typical installs will use the user_install_dir\jre
JAVA_HOME= C\:\\oracle\\ConfigurationChangeConsoleAgent\\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_PROVIDER_URL=t3s://host1:sslport1,host2:sslport2,host3:sslport3

#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/ConfigChangeConsole/Agent/bin
EXTRA_LD_LIBRARY_PATH=/tmp/ConfigChangeConsole/lib

#UNIX AUDIT ENABLED/DISABLED
#AUDIT_ENABLED=0
AUDIT_ENABLED=1