Performing the TEA Agent installation silently
To install the BMC Synthetic Transaction Execution Adapter (TEA) Agent for monitoring of synthetic transactions, you can use a silent (unattended) installation, as described in this topic, or an installation wizard.
The following topics describe how to set up and run a silent installation:
You can run the installation utility more than once to install more than one TEA Agent on a single computer. Each agent must have a unique name and a separate installation directory.
Before you begin
- Identify the exact host computers where you want to install TEA Agents. TEA Agents are grouped into Locations, which are logical groups (such as by geographical location or application type), that are used for load balancing and high availability.
- Verify that all requirements described in TEA-Agent-system-requirements are met.
- Perform the relevant tasks listed in Preparing-for-installation.
- Perform the procedure in Preparing-for-installation-of-the-TEA-Agent.
- Complete or review the installation planning worksheet.
Encrypting the password for silent installations
The Maintenance Tool enables you to encrypt a password. You must use encrypted passwords when you define properties for the silent installation so that the passwords are not exposed in the TEAAgent-silent-option.txt file.
You can run the Maintenance Tool in a GUI or from the command line.
Defining properties and running the silent installation
If you want to install more than one TEA Agent on the same computer, you must run the installation more than once. Each run must have a unique tea_service_name and a separate installLocation directory.
To define properties and run the silent installation
- Log on to the host computer as a user with administrator privileges.
- From the Disk1 directory, open the TEAAgent-silent-option.txt file, which is the options file provided with the product installer.
- Accept the installation directory path, or edit the -P installLocation parameter.
The default path is C:\Program Files (x86)\BMC Software\BMCTEAAgent. Perform one of the following:
- If you are installing a single TEA Agent, enter a name for the tea_service_name.
- If you are using an installation deployment tool to deploy multiple TEA Agents, ignore the tea_service_name parameter and set the auto_generated_tea_service_name parameter to true to generate a unique name for each agent automatically.
Each TEA Agent name must be unique in the synthetic transaction monitoring system.
Enter or edit the values for the following properties.
For a description of the properties, see Performing-the-TEA-Agent-installation.Ensure that all passwords are encrypted, as described above.
-J agent_group_name=
-J archive_password=
-J archive_confirm_password=
-J portal_host_name=
-J portal_port=8100
-J proxy_host_name=
-J proxy_port=
-J proxy_type=0- Save the TEAAgent-silent-option.txt file.
From the directory where the installer file is stored, open a command prompt and run the silent installation using the following command:
setup.exe -i silent -DOPTIONS_FILE="<filePath>\TEAAgent-silent-option.txt"The <filePath> is the full location of the options file.
To verify that the TEA Agent installation was successful
- Using Windows Administration Tools to view local services, ensure that the service for the BMC TEA Agent is running.
If the service is not running, check in the BMCTEAAgent_upgrade_log.txt file (located in the %temp% directory) for warnings or errors. - Log on to the Presentation Server with Administrator access.
- From the navigation menu, select Administration > App Visibility Agents.
- Ensure that your installed Agent is listed in the table and that the Agent status is Online.
Where to go from here
After you install the BMC Transaction Execution Adapter Agent, the service automatically starts and the Agent is automatically registered by the Presentation Server. The Agent is ready to receive configuration information.
Related topics