Install agents on Linux - Quick Start Guide - BlueCat Horizon

BlueCat Horizon Quick Start Guide

ft:locale
en-US
Product name
BlueCat Horizon

To install an agent on a Linux machine:

  1. In the top right of the list on the Connections page, select the Download connection installers icon.The Download connection installers icon
  2. In the Download connection installers dialog:
    1. Select your version in the Version dropdown.
    2. Download the bluecat-ddi-agent-{version}.linux.x64.tgz package for Linux.


  3. Extract the agent installation package (as a regular user):
    tar -xzvf bluecat-ddi-agent-26.1.0.linux.x64.tgz
  4. In the newly created bluecat-ddi-agent-26.1.0.linux.x64 directory, run the installer argument to install the agent. When running the installer script, add the --token argument with the registration token you copied when creating the connection:
    Tip: To view available agent options and parameters, run the installer script with the --help parameter.
    cd bluecat-ddi-agent-26.1.0.linux.x64 && sudo ./install --token '{registration token}'
    Note: Enclose the registration token in single quotation marks. Otherwise, you may experience errors.

Now, when you add a service in the DDI orchestrator application, the agent you've just added will be an available option.