Disabling Dedicated Management - BlueCat Integrity - 9.4.0

BlueCat Azure Virtual Appliances

Locale
English
Product name
BlueCat Integrity
Version
9.4.0

How to disable Dedicated Management on BlueCat DNS for Azure virtual appliances.

CAUTION:
When Dedicated Management is disabled, all static routes that you have created will be automatically deleted. This includes the static route that was created automatically when you first enabled Dedicated Management.

To disable Dedicated Management:

  1. Connect to your instance using an SSH connection to the Dedicated Management interface.
    ssh -i <key_pair_file_name> admin@<dedicated_management_ip>
  2. From Main Session mode, type configure interface and press ENTER.
  3. Type set dedicated-management disable and press ENTER. Dedicated management is disabled. The Service interface (eth0) will now be used for both management and services.
    Adonis> configure interfaces
    Adonis:configure:interfaces> set dedicated-management disable
    CAUTION:
    Disabling Dedicated Management will disconnect your SSH connectivity to the Dedicated management interface. Once you disable Dedicated Management, you must re-establish the SSH connection to the Service interface.
  4. Establish your SSH connection to the Service interface.
    ssh -i <key_pair_file_name> bluecat@<service_interface_ip>