Removing a bonding interface - BlueCat Integrity - 9.3.0

Address Manager Administration Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

This task describes how to remove a bonding interface to disable network redundancy.

To disable network redundancy on managed DNS/DHCP Servers:

  1. Remove the DNS/DHCP Server from Address Manager control.
  2. Remove the bonding interface using the DNS/DHCP Server Administration Console.
  3. Disable bonding from the Add or Replace Server page of the Address Manager user interface.
    Note: Disabling redundancy may require re-wiring of your network switch. BlueCat strongly recommends scheduling a maintenance window for any changes to network redundancy/port bonding.
    Attention: When disabling Active/Active NIC bonding, you must first disable the 802.3ad mode from the network switch, then disable bonding from the Administration Console. This protects against loss of connectivity with the DNS/DHCP Server.
  4. From Main Session mode, type configure system and press ENTER.
  5. Type set state no-proteus-control and press ENTER.
  6. Type exit and press ENTER until you return to Main Session mode.
  7. From Main Session mode, type configure interfaces and press ENTER.
  8. Type remove bond0 and press ENTER.
  9. At the prompt, type <Y|y> and press ENTER.
    This operation will disconnect SSH connections. The Administration Console will prompt you that the interface was removed successfully.
  10. To verify that bonding is disabled, type show and press ENTER.
    Adonis> configure system
    Adonis:configure:system> set state no-proteus-control
    Adonis:configure:system> exit
    Adonis> configure interfaces
    Adonis:configure:interfaces> remove bond0
    Please confirm the removal of requested interface (Y/y or N/n)? Y
    This operation will disconnect SSH connections
    Removed interface successfully
    Adonis:configure:interfaces> show
    eth0:
         IPv4 Addresses
             192.168.1.2/24 (Primary)
         Active = on
    eth1: 
         Active = off
    eth2:
         IPv4 Addresses
             192.0.2.10/24 (Management)
         Active = on
    eth3:
         Active = off
    Dedicated Management = Enabled
    Management Interface = eth2
    Service Interface = eth0
With the bonding interface removed in the DNS/DHCP Server Administration Console, you should next return to Address Manager and disable bonding from either the Add or Replace Server pages.