跳到主要内容

在升级集群交换机后验证配置

可使用此处提供的命令验证升级 BES-53248 集群交换机后一切是否正常运行。

  1. 使用以下命令显示集群上网络端口的信息:network port show -ipspace Cluster

    Link 的值必须为 up ,且 Health Status 的值必须为 healthy

    示例

    以下为该命令输出的示例:
    cluster1::> network port show -ipspace Cluster

    Controller: controller1
    Ignore
    Speed(Mbps) Health Health
    Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
    ------ ------------ ---------------- ---- ---- ----------- -------- ------
    e0a Cluster Cluster up 9000 auto/10000 healthy false
    e0b Cluster Cluster up 9000 auto/10000 healthy false

    Controller: controller2
    Ignore
    Speed(Mbps) Health Health
    Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
    ----- ------------ ---------------- ---- ---- ----------- -------- ------
    e0a Cluster Cluster up 9000 auto/10000 healthy false
    e0b Cluster Cluster up 9000 auto/10000 healthy false

    4 entries were displayed.
  2. 使用以下命令验证两个控制器上每个 LIF 的 Is Home 值均为 true ,且 Status Admin/Oper 值均为 up network interface show -vserver Cluster

    示例

    cluster1::> network interface show -vserver Cluster

    Logical Status Network Current Current Is
    Vserver Interface Admin/Oper Address/Mask Controller Port Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
    controller1_clus1 up/up 169.254.217.125/16 controller1 e0a true
    controller1_clus2 up/up 169.254.205.88/16 controller1 e0b true
    controller2_clus1 up/up 169.254.252.125/16 controller2 e0a true
    controller2_clus2 up/up 169.254.110.131/16 controller2 e0b true

    4 entries were displayed.

  3. 使用以下命令验证每个控制器的 Health Status 均为 true cluster show

    示例

    cluster1::> cluster show

    Controller Health Eligibility Epsilon
    -------------------- ------- ------------ ------------
    controller1 true true false
    controller2 true true false

    2 entries were displayed.