To install an agent on a Linux machine:
- In the top right of the list on the Connections page, select
the Download connection installers icon.
- In the Download connection installers dialog:
- Select your version in the Version dropdown.
- Download the bluecat-ddi-agent-{version}.linux.x64.tgz package for Linux.
- Extract the agent installation package (as a regular
user):
tar -xzvf bluecat-ddi-agent-26.1.0.linux.x64.tgz - In the newly created
bluecat-ddi-agent-26.1.0.linux.x64directory, run the installer argument to install the agent. When running the installer script, add the--tokenargument with the registration token you copied when creating the connection:Tip: To view available agent options and parameters, run the installer script with the--helpparameter.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.