IBM Tivoli Monitoring, Version 6.3

Summarization and Pruning Agent silent config response file sample

# This is a sample silent configuration response file for the summarization
# and pruning agent

# To configure an agent using this silent response file:
#   1) copy this file to another location and modify the necessary parameters
#   2) run itmcmd config -A -p <silent_response_file> sy
#      - give an absolute path for the silent_response_file

# Syntax rules:
# - Comment lines begin with "#"
# - Blank lines are ignored
# - Parameter lines are PARAMETER=value (do not put space before the PARAMETER)
# - Space before or after an equal sign is OK
# - Parameter values should NOT contain the following characters $, =, or |

################## PRIMARY TEMS CONFIGURATION ##################

# Will this agent connect to a Tivoli Enterprise Monitoring Server (TEMS)?
# This parameter is required.
# Valid values are: YES and NO
CMSCONNECT=YES

# What is the hostname of the TEMS to connect to?
# This parameter is NOT required.  (default is the local system hostname)
HOSTNAME=localhost

# Will this agent connect to the TEMS through a firewall?
# This parameter is NOT required.  (default is NO)
# Valid values are: YES and NO
#   - If set to YES the NETWORKPROTOCOL must be ip.pipe
#FIREWALL=NO

# What network protocol is used when connecting to the TEMS?
# This parameter is required.
# Valid values are: ip, sna, ip.pipe, or ip.spipe
NETWORKPROTOCOL=ip.pipe

# What is the first backup network protocol used for connecting to the TEMS?
# This parameter is NOT required. (default is none)
# Valid values are: ip, sna, ip.pipe, ip.spipe, or none
#BK1NETWORKPROTOCOL=none

# What is the second backup network protocol used for connecting to the TEMS?
# This parameter is NOT required. (default is none)
# Valid values are: ip, sna, ip.pipe, ip.spipe or none
#BK2NETWORKPROTOCOL=none

# If ip.pipe is one of the three protocols what is the IP pipe port number?
# This parameter is NOT required. (default is 1918)
IPPIPEPORTNUMBER=1918

# If ip.pipe is one of the three protocol what is the IP pipe partition name?
# This parameter is NOT required. (default is null)
#KDC_PARTITIONNAME=null

# If ip.pipe is one of the three protocols what is the KDC partition file?
# This parameter is NOT required. (default is null)
#KDC_PARTITIONFILE=null

# If ip.spipe is one of the three protocols what is the IP pipe port number?
# This parameter is NOT required. (default is 3660)
#IPSPIPEPORTNUMBER=3660

# If ip is one of the three protocols what is the IP port number?
# This parameter is NOT required. (default is 1918)
# A port number and or one or more pools of port numbers can be given.
# The format for a pool is #-# with no embedded blanks.
#PORTNUMBER=1918

# If sna is one of the three protocols what is the SNA net name?
# This parameter is NOT required. (default is CANDLE)
#NETNAME=CANDLE

# If sna is one of the three protocols what is the SNA LU name?
# This parameter is NOT required. (default is LUNAME)
#LUNAME=LUNAME

# If sna is one of the three protocols what is the SNA log mode?
# This parameter is NOT required. (default is LOGMODE)
#LOGMODE=LOGMODE

################## SECONDARY TEMS CONFIGURATION ##################

# Would you like to configure a connection for a secondary TEMS?
# This parameter is NOT required. (default is NO)
# Valid values are: YES and NO
#FTO=NO

# If configuring a connection for a secondary TEMS, what is the hostname of the secondary TEMS?
# This parameter is required if FTO=YES
#MIRROR=somehost.somewhere.com

# Will the agent connect to the secondary TEMS through a firewall?
# This parameter is NOT required. (default is NO)
# Valid values are: YES and NO
#FIREWALL2=NO

# What network protocol is used when connecting to the secondary TEMS?
# This parameter is required when FTO=YES and FIREWALL2 is NO
# Valid values are: ip, sna, or ip.pipe
#HSNETWORKPROTOCOL=ip.pipe

# What is the first backup network protocol used for connecting to the secondary TEMS?
# This parameter is NOT required. (default is none)
# Valid values are: ip, sna, ip.pipe, or none
#BK1HSNETWORKPROTOCOL=none

# What is the second backup network protocol used for connecting to the secondary TEMS?
# This parameter is NOT required. (default is none)
# Valid values are: ip, sna, ip.pipe, or none
#BK2HSNETWORKPROTOCOL=none

# If ip.pipe is one of the three secondary TEMS protocols what is the IP pipe port number?
# This parameter is NOT required. (default is 1918)
#HSIPPIPEPORTNUMBER=1918

# If ip is one of the three secondary TEMS protocols what is the IP port number?
# This parameter is NOT required. (default is 1918)
# A port number and or one or more pools of port numbers can be given.
# The format for a pool is #-# with no embedded blanks.
#HSPORTNUMBER=1918

# If sna is one of the three secondary TEMS protocols what is the SNA net name?
# This parameter is NOT required. (default is CANDLE)
#HSNETNAME=CANDLE

# If sna is one of the three secondary TEMS protocols what is the SNA LU name?
# This parameter is NOT required. (default is LUNAME)
#HSLUNAME=LUNAME

# If sna is one of the three secondary TEMS protocols what is the SNA log mode?
# This parameter is NOT required. (default is LOGMODE)
#HSLOGMODE=LOGMODE

################## OPTIONAL PRIMARY NETWORK NAME CONFIGURATION ##################

# If the system is equipped with dual network host adapter cards you can designate
# another network name.  What is the network name?
# This parameter is NOT required. (default is none)
#PRIMARYIP=none


#
#-----------------------------------------------------------------*
# SNP Specific Configuration Values
#-----------------------------------------------------------------*
# Allowed values are DB2, ORACLE, MSSQL
KSY_WAREHOUSE_TYPE=DB2

#Comma separated list of fully qualified paths to JDBC JAR files
KSY_WAREHOUSE_JARS=

#-----------------------------------------------------------------*
# Specify the URL that corresponds to the warehouse type you selected
#
# Oracle URL
#KSY_ORACLE_JDBCURL=jdbc:oracle:thin:@<server>:<port>:<database>
#
# Microsoft SQL Seerver URL
#KSY_MSSQL_JDBCURL=jdbc:sqlserver://<server>:<port>;databasename=<database>;SelectMethod=cursor
#
# DB2 URL
KSY_DB2_JDBCURL=jdbc:db2://<server>:<port>/<database>
#-----------------------------------------------------------------*


#-----------------------------------------------------------------*
# Specify the JDBC driver class that corresponds to the warehouse type you selected
#
# DB2 driver class
KSY_DB2_JDBCDRIVER=com.ibm.db2.jcc.DB2Driver
#
# Oracle driver class
#KSY_ORACLE_JDBCDRIVER=oracle.jdbc.driver.OracleDriver
#
# Microsoft SQL Server driver class
#KSY_MSSQL_JDBCDRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
#-----------------------------------------------------------------*

KSY_WAREHOUSE_USER=
KSY_WAREHOUSE_PASSWORD=

#-----------------------------------------------------------------*
# Warehouse Database Compression                                  *
# If set to Y, database compression will be enabled.              *
#-----------------------------------------------------------------*
KSY_DB_COMPRESSION=N
#
#-----------------------------------------------------------------*
# Timezone indicator                                              *
# AGENT means use the time zone offset of the agent               *
# WAREHOUSE means use the time zone offset of the warehouse       *
#-----------------------------------------------------------------*
KSY_TIMEZONE_IND=AGENT
#
#-----------------------------------------------------------------*
# Start of the week day                                           *
# 0 = Sunday 1 = Monday                                           *
#-----------------------------------------------------------------*
KSY_START_OF_WEEK_DAY=0

#
#-----------------------------------------------------------------*
# Shift periods                                                   *
# Only two shifts are allowed.                                    *
# If shifts are enabled,                                          *
# each hour (0-23) must be specified once                         *
#-----------------------------------------------------------------*
KSY_SHIFTS_ENABLED=N
KSY_SHIFT1_HOURS=0,1,2,3,4,5,6,7,8,18,19,20,21,22,23
KSY_SHIFT2_HOURS=9,10,11,12,13,14,15,16,17
#
#-----------------------------------------------------------------*
# Vacation periods                                                *
# Vacation days are comma delimited and use the YYYYMMDD format   *
#-----------------------------------------------------------------*
KSY_VACATIONS_ENABLED=N
KSY_WEEKENDS_AS_VACATIONS=N
KSY_VACATION_DAYS=
#
#-----------------------------------------------------------------*
# Maximum rows per database transaction                           *
#-----------------------------------------------------------------*
KSY_MAX_ROWS_PER_TRANSACTION=1000
#
#-----------------------------------------------------------------*
# Schedule                                                        *
# Use KSY_FIXED_SCHEDULE to indicate you would like the S&P agent *
# to run at a set time every day or to run periodically           *
# throughout the day.                                             *
# KSY_FIXED_SCHEDULE=Y means the S&P agent will use the           *
#  KSY_EVERY_N_DAYS, KSY_HOUR_TO_RUN, KSY_HOUR_AM_PM and          *
#  KSY_MIUNUTE_TO_RUN variables to determine at which fixed time  *
#  to run.                                                        *
# KSY_FIXED_SCHEDULE=N means the S&P agent will use the           *
#  KSY_EVERY_N_MINS and KSY_BLACKOUT variables to determine       *
#  how often and when to run.                                     *
#                                                                 *
# KSY_BLACKOUT can be used with KSY_FIXED_SCHEDULE=N to list      *
# ranges of time where the S&P agent should not run. The list is  *
# in the format HH:MM-HH:MM with multiple values separated by a   *
# comma. The start time must be lower than the end time and the   *
# hour values must be between 0 and 23. To have S&P agent run     *
# every hour except between 12 AM and 2 AM, use the following:    *
# KSY_BLACKOUT=00:00-01:59                                        *
#-----------------------------------------------------------------*
KSY_FIXED_SCHEDULE=Y
KSY_EVERY_N_DAYS=1
KSY_HOUR_TO_RUN=2
KSY_HOUR_AM_PM=AM
KSY_MINUTE_TO_RUN=0
KSY_EVERY_N_MINS=60
KSY_BLACKOUT=

#-----------------------------------------------------------------*
# KSY_SUMMARIZATION_UNITS and KSY_NODE_ERROR_UNITS determine the  *
# number of rows that will be shown in the Summarization and      *
# Pruning overall run table and Errors table respectively. There  *
# is a minimum value of 10 for each                               *
#-----------------------------------------------------------------*
KSY_SUMMARIZATION_UNITS=10
KSY_NODE_ERROR_UNITS=10
#
#-----------------------------------------------------------------*
# KSY_BATCH_MODE controls the batching method used by the         *
# Summarization and Pruning agent.                                *
# A value of 0 means that data should only be batched for the same*
# system while a value of 1 means that data from multiple systems *
# can be batched together which can lead to higher performance at *
# potentially bigger transaction sizes. Default is 0 (single).    *
#-----------------------------------------------------------------*
KSY_BATCH_MODE=0
#
#-----------------------------------------------------------------*
# WAREHOUSELOG and WAREHOUSEAGGREGLOG pruning settings            *
# The entries are in the format <number>.<unit> where <number>    *
# is the number of units to keep and <unit> is one of:            *
# day, month or year. For example, keep data for 14 days, set the *
# value to 14.day                                                 *
#-----------------------------------------------------------------*
KSY_WAREHOUSELOG_PRUNE=
KSY_WAREHOUSEAGGREGLOG_PRUNE=
#
#-----------------------------------------------------------------*
# CNP Server connection                                           *
# default host = localhost                                        *
# default port = 1920                                             *
#-----------------------------------------------------------------*
KSY_CNP_SERVER_HOST=localhost
KSY_CNP_SERVER_PORT=1920
#
#-----------------------------------------------------------------*
# Age Units                                                       *
# Defines the minimum age of data before aggregation is done      *
# Only applies to the lowest aggregation unit for a product       *
# Only HOUR and DAY are supported                                 *
#-----------------------------------------------------------------*
KSY_HOUR_AGE_UNITS=1
KSY_DAY_AGE_UNITS=0

#-----------------------------------------------------------------*
# Maximum number of simultaneous worker threads                   *
# Default is 2                                                    *
# Recommended value: number of processors on your server times 2  *
#-----------------------------------------------------------------*
KSY_MAX_WORKER_THREADS=2

#-----------------------------------------------------------------*
# KSY_CACHE_MINS records the number of minutes to cache the       *
# database connectivity for MOSWOS reporting purposes. The        *
# minimum value is 5 minutes.                                     *
#-----------------------------------------------------------------*
KSY_CACHE_MINS=10


Feedback