Address Manager v26.1.0 introduces Administration Console commands that allow users to configure a connection to the new BlueCat Horizon platform. BlueCat Horizon is BlueCat’s SaaS-based foundation that provides a single place to orchestrate your DNS/DHCP services and networks deployed on-premises and/or on the public cloud. For more information on BlueCat Horizon, refer to the BlueCat Horizon User Guide (users must be authenticated on the docs portal to view this guide).
Connection registration token
Before configuring the Horizon connection in the Address Manager Administration Console, you must add a connection and generate a registration token in the Horizon user interface. The connection registration token is a one-time registration key that is used to establish a secure connection between Horizon and the Address Manager server. For information on creating a new connection and generating a registration token, refer to Adding new connections in the BlueCat Horizon User Guide (users must be authenticated on the docs portal to view this topic).
After creating a new connection and copying the registration token, enter the token in the Address Manager Administration Console.
To add the registration token:
- From Main Session mode, type configure horizon-connection and press ENTER.
- Type set registration-token <token string> and press ENTER.
Activating the Horizon connection service
After adding the registration token, activate the Horizon connection service to connect Address Manager to Horizon.
To activate the connection service:
- From Main Session mode, type configure horizon-connection and press ENTER.
- Type activate and press ENTER.
Checking the Horizon connection status
You can check the Horizon connection status by using either a quick status check from the Administration Console, or a more detailed diagnostic status check as the root user.
Quick status check
From Main Session mode, type show horizon-connection and press ENTER. This command displays the current connection status and the registration token.
Proteus> show horizon-connection
Token: exampl****123
Service: inactive
Detailed diagnostic status check
You can retrieve detailed diagnostic information about the Horizon connection service
by logging into the Address Manager server as root and running the curl command
detailed below.
To run the detailed diagnostic status check:
- From the Administration Console login prompt, log in as root. For more information on default login credentials for Address Manager, refer to BlueCat default login credentials (you must be authenticated to view this topic).
- Run the following command:
curl localhost:8701/info | jq '.proxyStatus[] | select(.name == "bam") | .status'
If the connection service is operating normally, the command returns running.
Deactivating the Horizon connection service
To deactivate the connection service:
- From Main Session mode, type configure horizon-connection and press ENTER.
- Type deactivate and press ENTER.