跳到主要内容

准备控制器以进行集群交换机升级

可按照以下过程准备控制器以进行 Broadcom BES-53248 集群交换机升级。

  1. 将集群交换机连接到管理网络。
  2. 使用 ping 命令验证与托管 EFOS、许可证和 RCF 的服务器的连接。

    如果存在问题,请使用非路由网络并使用 IP 地址 192.168.x 或 172.19.x 配置服务端口。可以在之后将服务端口重新配置为生产管理 IP 地址。

    示例

    此示例验证交换机是否已通过 IP 地址 172.19.2.1 连接到服务器:
    (cs2) # ping 172.19.2.1
    Pinging 172.19.2.1 with 0 bytes of data:

    Reply From 172.19.2.1: icmp_seq = 0. time= 5910 usec.
  3. 使用以下命令验证集群端口是否正常并具有链路: 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.
  4. 使用以下命令验证集群 LIF 是否在管理上和操作上均为 up 并驻留在其主端口上:network interface show -vserver Cluster

    示例

    在此示例中,-vserver 参数显示与集群端口关联的 LIF 的信息。Status Admin/Oper 必须为 up Is Home 必须为 true
    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.