IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Tivoli Data Warehouse solutions: common procedures
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Warehouse Proxy Agent silent config response file sample
################## 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) # The TEMS must be the HUB TEMS. 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 # #-----------------------------------------------------------------* # WPA Specific Configuration Values #-----------------------------------------------------------------* # Allowed values are DB2, ORACLE, MSSQL KHD_DBMS=DB2 #Comma separated list of fully qualified paths to JDBC JAR files KHD_WAREHOUSE_JARS=/data/ana-db2/db2jcc.jar,/data/ana-db2/db2jcc_license_cu.jar #-----------------------------------------------------------------* # Specify the URL that corresponds to the warehouse type you selected # # Oracle URL #KHD_ORACLE_JDBCURL=jdbc:oracle:thin:@<server>:<port>:<database> # # Microsoft SQL Seerver URL #KHD_MSSQL_JDBCURL=jdbc:sqlserver://<server>:<port>;databasename=<database>;SelectMethod=cursor # # DB2 URL KHD_DB2_JDBCURL=jdbc:db2://localhost:60000/ITMDW #-----------------------------------------------------------------* #-----------------------------------------------------------------* # Specify the JDBC driver class that corresponds to the warehouse type you selected # # DB2 driver class KHD_DB2_JDBCDRIVER=com.ibm.db2.jcc.DB2Driver # # Oracle driver class #KHD_ORACLE_JDBCDRIVER=oracle.jdbc.driver.OracleDriver # # Microsoft SQL Server driver class #KHD_MSSQL_JDBCDRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver #-----------------------------------------------------------------* KHD_WAREHOUSE_USER=itmuser KHD_WAREHOUSE_PASSWORD=itmtdw08 # Should inserts be batched # allowed values are true/false KHD_BATCH_USE=true # Enable Database Compression # allowed values are true/false KHD_DB_COMPRESSION=false # List of TEMS served by this Warehouse Proxy KHD_WAREHOUSE_TEMS_LIST=HUB_ITMTDWP12 # Enable Warehouse Compression for Z sources # allowed values are true/false KHD_SERVER_Z_COMPRESSION_ENABLE=false # Enable Warehouse Compression for Distributed sources # allowed values are true/false KHD_SERVER_DIST_COMPRESSION_ENABLE=true
Parent topic:
Tivoli Data Warehouse solutions: common procedures