IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Perform a silent installation of IBM Tivoli Monitoring > Perform a silent installation on a Linux or UNIX computer
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Install the dashboard data provider in silent mode
This configuration option allows for an unattended and automatic installation and configuration of the dashboard data provider.
This is an example of configuration file content for the silent installation of the dashboard data provider:
##################### Dashboard data provider ####################### # Enable the dashboard data provider? # Valid answers: Y/N # This parameter is not required. Default is N. #KD8_ITM_REST_SERVICE_ENABLE=N # Enter the Domain override. # This parameter is not required and is only valid wth the Dashboard data provider # service is enabled. The value may not exceed 124 characters and # may online include 'A-z', 'a-z', '0-9', '-', '_', '.', '@', '#', # '$', '*', ':' and ' ' (space) characters. #KD8_HUBNAME_OVERRIDE= ########### Authorization Policy Server Configuration ############# # Enable authorization policies? # This parameter is not required. Default value is N. # This parameter, as well as the related parameters below, will be # ignored if the Dashboard data provider is not enabled. # Valid answers: Y/N #KDQ_GS_ENABLE_POLICY_AUTH=N #The following parameters will be ignored if the # authorization policies are not enabled. # If authorization policies are enabled, the following # parameter is required. Uncomment the line and provide the # IP Address or fully qualified hostname of the Policy Server. #KDQ_GS_POLICY_SERVER_ADDRESS= # Choose the protocol used to connect to the Policy Server. # This parameter is not required. The default value is HTTPS. # This parameter will be ignored if authorization policies are # not enabled. Valid values are HTTPS and HTTP #KDQ_GS_WEB_PROTOCOL=HTTPS # Choose the port used to connect to the Policy Server. # This parameter is not required. The default value is 16311. # The valid port values are from 1 to 65535 inclusive. #KDQ_GS_POLICY_SERVER_PORT=16311 # Choose the interval, in minutes, used when obtaining updates # from the Policy Server. This parameter is not required. The # default is 30 minutes. Valid values are from 5 to 1440 minutes # inclusive. #KDQ_GS_POLLING_INTERVAL=30 # Choose the expiration interval for the local policy store. If # the policy store cannot be updated from the Policy Server, this # interval is the amount of time the local policy store will # continue to be utilized from the last update. These parameters # are not required. The default is 7 days and 0 hours. The value # specified for hours must be in the range of 0-23 hours. If # the expiration interval is set to 0 days and 0 hours, the policy # store will never expire. #KDQ_GS_POLICY_STORE_EXP_DAYS=7 #KDQ_GS_POLICY_STORE_EXP_HOURS=0 # If authorization policies are enabled, the following # parameters are required. Uncomment each line and provide the # User ID and password for the Policy Server. #KDQ_GS_POLICY_SERVER_USERID= #KDQ_GS_POLICY_SERVER_PWD=
Parent topic:
Perform a silent installation on a Linux or UNIX computer