IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Perform a silent installation of IBM Tivoli Monitoring > Create and using a Windows response file
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 Settings ;------------------------------------ ; ; Do you want to enable the dashboard data provider service? ; This parameter is not required. Default value is N. ; Uncomment your answer: ; ;KD8_ITM_REST_SERVICE_ENABLE=N ;KD8_ITM_REST_SERVICE_ENABLE=Y ; ; Enter the Domain override. ; This parameter is not required and is only valid wth the Dashboard ; data provider 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 Settings ;------------------------------------ ; ; Do you want to 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. ; Uncomment your answer: ; ;KDQ_GS_ENABLE_POLICY_AUTH=N ;KDQ_GS_ENABLE_POLICY_AUTH=Y ; ;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. Uncomment your choice: ; ;KDQ_GS_WEB_PROTOCOL=HTTPS ;KDQ_GS_WEB_PROTOCOL=HTTP ; ; 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= ; ; ------------------------------------------------------------ ; ; END OF TEPS CONFIGURATION SECTION ; ; ------------------------------------------------------------
Parent topic:
Create and using a Windows response file