移除绑定接口 - BlueCat Integrity - 9.5.0

管理指南

Locale
中文 (大陆)
Product name
BlueCat Integrity
Version
9.5.0

此任务描述如何移除绑定接口以禁用网络冗余。

要在托管 DNS/DHCP 服务器 上禁用网络冗余:

  1. Address Manager 控制中移除 DNS/DHCP 服务器
  2. 使用 DNS/DHCP 服务器 管理控制台移除绑定接口。
  3. 禁用 Address Manager 用户界面的添加服务器更换服务器页面的绑定。
    注: 禁用冗余可能需要重新连接网络交换机。BlueCat 强烈建议安排维护窗口,以便对网络冗余/端口绑定进行更改。
    注意: 禁用主动/主动 NIC 绑定时,必须首先从网络交换机中禁用 802.3ad 模式然后从管理控制台禁用绑定。这可以防止与 DNS/DHCP 服务器 的连接丢失。
  4. 在“主会话”模式下,输入 configure system 并按 ENTER
  5. 输入 set state no-proteus-control 并按 ENTER
  6. 输入 exit 并按 ENTER,直到返回“主会话”模式。
  7. 主会话模式下,输入 configure interfaces 并按 ENTER
  8. 输入 remove bond0 并按 ENTER
  9. 在提示中,输入 <Y|y> 并按 ENTER
    此操作将断开 SSH 连接。管理控制台将提示已成功移除该接口。
  10. 要验证是否禁用了绑定,请输入 show 并按 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
DNS/DHCP 服务器管理控制台中移除绑定接口后,接下来应返回 Address Manager 并禁用“添加服务器”或“更换服务器”页面中的绑定。