Installing the standalone Collection Agent silently
Before you begin
Ensure that you have completed the tasks in Preparing-for-installing-the-standalone-Collection-Agent.
Manually generate an options file with silent installation properties or make appropriate changes in the sample options file provided.
Using the sample options file for running the silent installation
Depending on your platform, you can use one of the following sample options files to perform the silent installation.
Windows | Linux |
---|---|
To be able to use the sample options file, you might need to first edit it and change certain property values. For example, you might need to change the value of the Collection Station host name before using the file directly. For more information about the properties, see Silent installation properties.
Locate the following standalone Collection Agent installation package by navigating to the %BMC_ITDA_HOME%\utilities\.
Copy the standalone Collection Agent installation package to the target host and unzip it.
Generating an options file with silent installation properties
Use the following steps to generate a custom file with the appropriate silent installation properties:
- Navigate to Start > Run > CMD and depending on your platform run the following command:
- Windows: setup.exe –DGENERATE_OPTIONS_FILE=pathToOptionsFile
Linux: setup.bin –DGENERATE_OPTIONS_FILE=pathToOptionsFile
In the preceding command syntax, pathToOptionsFile refers to the path including the name of the file into which you want to copy the silent installation properties.
- Specify the required components (properties) for the silent installation and generate the file.
For more information, see Silent installation properties.
Installing the standalone Collection Agent silently
- Log on to the computer on which you want to perform the silent installation.
- Run the following command, as appropriate:
- Windows: setup.exe -silent -DOPTIONS_FILE=pathToOptionsFile
Linux: setup.bin -silent -DOPTIONS_FILE=pathToOptionsFile
In the preceding command syntax, pathToOptionsFile refers to the path including the name of the file into which you want to copy the silent installation properties. If the file name or path includes a space, then enclose the file path in double quotes.
Silent installation properties
This section provides information about property values listed in the silent installation options file. The options file is a text file that defines the type of installation, the components to install, the installation location, and the configuration settings for the components. The installation properties are in the form of a prefix tag followed by a property name and value pair.
Prefix tags
The following table lists the prefix tags that precede the installation properties.
Prefix tags for silent installation properties
Property flag | Description |
---|---|
-J | Precedes Java properties |
-P | Precedes directory properties |
-A | Precedes application features |
Installation properties
The following table lists the installation properties that succeed the prefix tags.
Installation properties