IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Installation Guides > Installation Guide > Perform a silent installation of IBM Tivoli Monitoring
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Create and using a Windows response file
A sample Windows silent installation response file is provided on the product installation media.
Use the following steps to edit that response file as appropriate for your environment:
- Locate on the product installation media the appropriate silent_*.txt file, as dictated by the Tivoli Management Services component for which you're building a response file.
For example, when installing an agent silently use the appropriate response file located in ITM_build\Windows\Deploy.
- silent_server.txt
- for a server image
- silent_agent.txt
- for an agent image
- silent_WIA64.txt
- for an agent image for 64-bit Windows Itanium
- Copy this file to a temporary directory on your system.
- Open your copy of the silent_*.txt file in a text editor.
- Change the parameters as appropriate for your environment. The silent_*.txt file contains descriptions of all the parameters, including directions on how to use them.
Beginning with V6.3 fix pack 2, you can set the PREREQ_CHECK parameter to YES (this is the default value) to identify any missing system prerequisites before you begin an installation or upgrade to a new version of IBMTivoli Monitoring. If you do not want to scan for prerequisites set the PREREQ_CHECK parameter to NO.
- Complete all of the steps listed in the file. Each line of the file must be either a comment (containing a semi-colon in column one) or a meaningful statement that starts in column one.
To the TCP/IP protocol, make sure to specify "IP.UDP." If you specify "TCP/IP," IP.PIPE is used by default.
Do not modify any other files supplied with the installation (for example, the SETUP.ISS file).
- Save the file and close the editor.
- Run the silent installation using one of the following methods:
- Run the silent installation from the command-line with parameters
- Run the silent installation using SMS
Results
- A silentInstall.cmd script has been added to the Agents DVD. To install this agent you need to run this script:
silentInstall.cmdTo install the agent in a different directory than the default one (CANDLE_HOME), use the -h option:
silentInstall.cmd -h directoryIf this directory name contains spaces, make sure you enclose the name in quotation marks:
silentInstall.cmd -h "directory_with_spaces"To review the usage of the silentInstall.cmd file, enter silentInstall.cmd -?.
- To silently install the tacmd command interface (component KUE) so you can continue running commands based on the previous CLI, uncomment this line in the FEATURES sections of your response file:
KUEWICMA= Tivoli Enterprise Services User Interface
- If the installation fails for any reason, a log file, "Abort IBM Tivoli Monitoring date time.log," is created to document the problem. If the installation fails before reading in the installation location, the log file is written to the Windows boot drive, typically the C:\ drive. If the installation fails after reading the installation location, the log file is written to an \install subdirectory in the installation directory. For example, if you use the default installation directory, the log file is written to the C:\ibm\itm\installITM directory.
- Automatically creating agent response files on Windows
You can have Tivoli Monitoring create the response files for you after configuring an agent.
- Run the silent installation from the command-line with parameters
Complete the steps in this section to run the installation from the command-line.
- Run the silent installation using SMS
To run the silent installation using SMS.
- Windows: Installing and configuring the Tivoli Enterprise Monitoring Automation Server in silent mode
This configuration option allows for an unattended and automatic installation and configuration of the Tivoli Enterprise Monitoring Automation Server. A locally installed hub monitoring server is a prerequisite for the Tivoli Enterprise Monitoring Automation Server. That means the hub monitoring server is installed together with the Tivoli Enterprise Monitoring Automation Server, unless the hub monitoring server is already installed.
- 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.
Parent topic:
Perform a silent installation of IBM Tivoli Monitoring