Silent installation properties
The silent installation 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.
Property flag | Description |
---|---|
-J | Precedes Java properties |
-P | Precedes directory properties |
This topic lists the properties that you can include in the options file for content. The values that you assign to these properties determine the settings for the installation program.
To help you determine your property values, see the sample content options file templates.
When you use the silent installation to install content, the computer from which you run the installation program must have network access to the repository computer.
The following table lists the installation properties for content options file.
Property name | Description and sample property |
---|---|
installLocation | Specifies the full path to the installation directory Default value:
-P installLocation=C:\Program Files\BMC Software\AO\content |
AO_INSTALLING_FEATURES | Used with the content installer, specifies to install all content for TrueSight Orchestration; does not include BSM Solution workflows. -J AO_INSTALLING_FEATURES=ALL |
| To specify the group of adapters to install, use one of the following values:
-J AO_INSTALLING_FEATURES=APP,adapter-http,adapter-jms |
| To specify the group of modules to install, use one of the following values:
-J AO_INSTALLING_FEATURES=platform-modules -J AO_INSTALLING_FEATURES=run-book-modules -J AO_INSTALLING_FEATURES=task-management-modules |
| To specify selected content, type the feature names, separated by a comma. -J AO_INSTALLING_FEATURES=adapter-email,adapter-http, adapter-jms,adapter-powershell,adapter-scripting, adapter-snmp,adapter-sql,adapter-terminal, adapter-windows-command,adapter-ws For a complete list of valid features, see Sample-content-options-file-templates. |
AO_CONTENT_INSTALL_TYPE | Specifies the types of content installed. For more information about installation types, see Installing-TrueSight-Orchestration-Content.
-J AO_CONTENT_INSTALL_TYPE=INSTALL_TYPE_CUSTOM |
AO_REPOSITORY_PROTOCOL | Specifies the protocol used to access the repository. -J AO_REPOSITORY_PROTOCOL=http |
AO_REPOSITORY_HOST | Specifies the host name of IP address for the repository. The value cannot be a loopback address -J AO_REPOSITORY_HOST=111.11.111.111 |
AO_REPOSITORY_PORT | Specifies the port to access the repository -J AO_REPOSITORY_PORT=28080 |
AO_REPOSITORY_USER_NAME | Specifies the user name required to log on. -J AO_REPOSITORY_USER_NAME=admin |
AO_REPOSITORY_PASSWORD | Specifies the password that corresponds to the user name. -J AO_REPOSITORY_PASSWORD=myPassword |
Related topics
Sample-content-options-file-templates
Creating-an-options-file
Executing-a-silent-installation