Installing the Enterprise Agent with BrowserBot on Oracle Linux Server 7

By default, the Linux package installation of the Enterprise Agent on supported version of Oracle Linux operating system will show a warning due to missing dependency packages for BrowserBot component. The following step-by-step guide will enable the repository holding the Enterprise Agent dependency packages, before attempting to run the Enterprise Agent installation script.

Installation

All the commands below should be run as root. To reduce the content repetition, all "sudo" command prefixes have been removed and the whole guide assumes that you are running each command in a root shell.

To reach the root shell, use the following command:

$ sudo -s

The expected output is marked with bold characters on every sample command output below.

Step 1: Download the Oracle Linux Release 7 Update for x86 (64 bit) from the Oracle web site

You need to register with Oracle or use an existing Oracle account to download the installation media from the Oracle Software Delivery Cloud.

Step 2: Install the Oracle Linux 7 Operating System

Proceed with a basic installation. In software selection, we recommend you proceed with the default Minimal Install under Base Environment.

Step 3: Enable the Oracle Optional repository (user either yum-config-manager or manually)

3.1 With yum-config-manager

# yum install yum-utils -y
# yum-config-manager --enable ol7_optional_latest

3.2 Manually

Use your preferred text editor to replace enabled=0 with enabled=1 on the section below, then save and exit the file.

Step 4: Install ThousandEyes Enterprise Agent

Complete the Linux package installation by following this article: Enterprise Agent deployment using Linux package method

Troubleshooting the Installation

The install_thousandeyes.sh script, used with -b switch for installing BrowserBot, will display the warning:

  • Default ThousandEyes Linux Package Installation Log

    Look for errors in the default installation log.

Verify Repositories

Last updated