Skip to main content
Cluster and storage switches
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

更換Broadcom支援的Bes - 53248叢集交換器

貢獻者

請依照下列步驟、在叢集網路中更換Broadcom支援的BS-53248叢集交換器故障。這是不中斷營運的程序(NDU)。

關於範例

本程序中的範例使用下列交換器和節點命名法:

  • 現有的BS-53248交換器名稱為「CS1」和「CS2」。

  • 新的BS-53248交換器名稱為「newcs2」。

  • 節點名稱是「node1」和「node2」。

  • 每個節點上的叢集連接埠名稱為「e0a」和「e0b」。

  • 叢集LIF名稱為節點1的「node1_clus1」和「node1_clus2」、節點2的「node2_clus1」和「node2_clus2」。

  • 對所有叢集節點進行變更的提示是「cluster1:>」

關於拓撲

此程序以下列叢集網路拓撲為基礎:

顯示拓撲範例
cluster1::> network port show -ipspace Cluster

Node: node1
                                                                       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


Node: node2
                                                                       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


cluster1::> network interface show -vserver Cluster
            Logical    Status     Network            Current       Current Is
Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
----------- ---------- ---------- ------------------ ------------- ------- ----
Cluster
            node1_clus1  up/up    169.254.209.69/16  node1         e0a     true
            node1_clus2  up/up    169.254.49.125/16  node1         e0b     true
            node2_clus1  up/up    169.254.47.194/16  node2         e0a     true
            node2_clus2  up/up    169.254.19.183/16  node2         e0b     true


cluster1::> network device-discovery show -protocol cdp
Node/       Local  Discovered
Protocol    Port   Device (LLDP: ChassisID)  Interface         Platform
----------- ------ ------------------------- ----------------  ----------------
node2      /cdp
            e0a    cs1                       0/2               BES-53248
            e0b    cs2                       0/2               BES-53248
node1      /cdp
            e0a    cs1                       0/1               BES-53248
            e0b    cs2                       0/1               BES-53248
(cs1)# show isdp neighbors

Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge,
                  S - Switch, H - Host, I - IGMP, r - Repeater

Device ID                Intf      Holdtime  Capability Platform         Port ID
------------------------ --------- --------- ---------- ---------------- ---------
node1                    0/1       175       H          FAS2750          e0a
node2                    0/2       152       H          FAS2750          e0a
cs2                      0/55      179       R          BES-53248        0/55
cs2                      0/56      179       R          BES-53248        0/56


(cs2)# show isdp neighbors

Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge,
                  S - Switch, H - Host, I - IGMP, r - Repeater

Device ID                Intf      Holdtime  Capability Platform         Port ID
------------------------ --------- --------- ---------- ---------------- ---------
node1                    0/1       129       H          FAS2750          e0b
node2                    0/2       165       H          FAS2750          e0b
cs1                      0/55      179       R          BES-53248        0/55
cs1                      0/56      179       R          BES-53248        0/56
步驟
  1. 檢閱 "更換需求"

  2. 如果AutoSupport 此叢集啟用了「支援」功能、請叫用AutoSupport 下列訊息來禁止自動建立案例:

    「系統節點AutoSupport 不完整地叫用節點*-type all -Message MAn=xh」

    其中_x_是維護時段的持續時間(以小時為單位)。

    註 此資訊可通知技術支援人員執行此維護工作、以便在維護期間抑制自動建立案例。AutoSupport
  3. 在交換器newcs2上安裝適當的參考組態檔(RCF)和映像、並進行必要的站台準備。

    如有必要、請為新交換器驗證、下載及安裝適當版本的RCF和EFOS軟體。如果您已確認新交換器已正確設定、而且不需要更新RCF和EFOS軟體、請繼續執行步驟2。

    1. 您可以從下載適用於叢集交換器的Broadcom EFOS軟體 "Broadcom乙太網路交換器支援" 網站。請依照下載頁面上的步驟、下載您ONTAP 所安裝之版本的EOSOS檔案。

    2. 您可從取得適當的RCF "Broadcom叢集交換器" 頁面。請依照下載頁面上的步驟、針對ONTAP 您要安裝的版本、下載正確的RCF。

  4. 在新交換器上、以身分登入 admin 並關閉所有連接至節點叢集介面的連接埠(連接埠1至16)。

    註 如果您購買額外的連接埠授權、也請關閉這些連接埠。

    如果您要更換的交換器無法正常運作且已關機、則叢集節點上的LIF應已容錯移轉至每個節點的其他叢集連接埠。

    註 不需要密碼即可進入「啟用」模式。
    顯示範例
    User: admin
    Password:
    (newcs2)> enable
    (newcs2)# config
    (newcs2)(config)# interface 0/1-0/16
    (newcs2)(interface 0/1-0/16)# shutdown
    (newcs2)(interface 0/1-0/16)# exit
    (newcs2)(config)# exit
    (newcs2)#
  5. 確認所有叢集生命體均已啟用「自動還原」:

    「網路介面show -vserver叢集-功能 變數自動回復」

    顯示拓撲範例
    cluster1::> network interface show -vserver Cluster -fields auto-revert
    
    Logical
    Vserver   Interface    Auto-revert
    --------- ------------ ------------
    Cluster   node1_clus1  true
    Cluster   node1_clus2  true
    Cluster   node2_clus1  true
    Cluster   node2_clus2  true
  6. 關閉BS1-53248交換器CS1上的ISL連接埠0/55和0/56:

    顯示拓撲範例
    (cs1)# config
    (cs1)(config)# interface 0/55-0/56
    (cs1)(interface 0/55-0/56)# shutdown
  7. 從BS-53248 CS2交換器拔下所有纜線、然後將纜線連接至BS-53248 newcs2交換器上的相同連接埠。

  8. 在CS1和newcs2交換器之間啟動ISL連接埠0/55和0/56、然後驗證連接埠通道作業狀態。

    連接埠通道1/1的連結狀態應為*上線*、且連接埠作用中標題下的所有成員連接埠均應為真。

    顯示範例

    此範例可啟用ISL連接埠0/55和0/56、並在交換器CS1上顯示連接埠通道1/1的連結狀態:

    (cs1)# config
    (cs1)(config)# interface 0/55-0/56
    (cs1)(interface 0/55-0/56)# no shutdown
    (cs1)(interface 0/55-0/56)# exit
    (cs1)# show port-channel 1/1
    
    Local Interface................................ 1/1
    Channel Name................................... Cluster-ISL
    Link State..................................... Up
    Admin Mode..................................... Enabled
    Type........................................... Dynamic
    Port-channel Min-links......................... 1
    Load Balance Option............................ 7
    (Enhanced hashing mode)
    
    Mbr    Device/       Port       Port
    Ports  Timeout       Speed      Active
    ------ ------------- ---------- -------
    0/55   actor/long    100G Full  True
           partner/long
    0/56   actor/long    100G Full  True
           partner/long
  9. 在新交換器newcs2上、重新啟用連接至節點叢集介面的所有連接埠(連接埠1至16)。

    註 如果您購買額外的連接埠授權、也請關閉這些連接埠。
    顯示範例
    User:admin
    Password:
    (newcs2)> enable
    (newcs2)# config
    (newcs2)(config)# interface 0/1-0/16
    (newcs2)(interface 0/1-0/16)# no shutdown
    (newcs2)(interface 0/1-0/16)# exit
    (newcs2)(config)# exit
  10. 驗證連接埠e0b是否為* up*:

    「網路連接埠show -IPSpace Cluster」

    顯示範例

    輸出應類似於下列內容:

    cluster1::> network port show -ipspace Cluster
    
    Node: node1
                                                                            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
    
    Node: node2
                                                                            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/auto   -        false
  11. 在與上一步相同的節點上、等待節點1上的叢集LIF node1_clus2自動還原。

    顯示範例

    在此範例中、如果「is Home」為「true」且連接埠為e0b、則節點1上的LIF node1_clus2會成功還原。

    下列命令會顯示兩個節點上的LIF相關資訊。如果兩個叢集介面的「is Home」均為「true」、且顯示正確的連接埠指派、則在節點1上的「is Home」和「e0b」範例中、啟動第一個節點就會成功。

    cluster::> network interface show -vserver Cluster
    
                Logical      Status     Network            Current    Current Is
    Vserver     Interface    Admin/Oper Address/Mask       Node       Port    Home
    ----------- ------------ ---------- ------------------ ---------- ------- -----
    Cluster
                node1_clus1  up/up      169.254.209.69/16  node1      e0a     true
                node1_clus2  up/up      169.254.49.125/16  node1      e0b     true
                node2_clus1  up/up      169.254.47.194/16  node2      e0a     true
                node2_clus2  up/up      169.254.19.183/16  node2      e0a     false
  12. 顯示叢集中節點的相關資訊:

    「叢集展示」

    顯示範例

    此範例顯示此叢集中的節點健全狀況為「node1」和「node2」、為「true」:

    cluster1::> cluster show
    Node   Health   Eligibility   Epsilon
    ------ -------- ------------  --------
    node1  true     true          true
    node2  true     true          true
  13. 確認下列叢集網路組態:

    「網路連接埠展示」

    顯示範例
    cluster1::> network port show -ipspace Cluster
    Node: node1
                                                                           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
    
    Node: node2
                                                                           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
    
    
    cluster1::> network interface show -vserver Cluster
    
                Logical    Status     Network            Current       Current Is
    Vserver     Interface  Admin/Oper Address/Mask       Node          Port    Home
    ----------- ---------- ---------- ------------------ ------------- ------- ----
    Cluster
                node1_clus1  up/up    169.254.209.69/16  node1         e0a     true
                node1_clus2  up/up    169.254.49.125/16  node1         e0b     true
                node2_clus1  up/up    169.254.47.194/16  node2         e0a     true
                node2_clus2  up/up    169.254.19.183/16  node2         e0b     true
    4 entries were displayed.

    +

    cs1# show cdp neighbors
    
    Capability Codes: R - Router, T - Trans-Bridge, B - Source-Route-Bridge
                      S - Switch, H - Host, I - IGMP, r - Repeater,
                      V - VoIP-Phone, D - Remotely-Managed-Device,
                      s - Supports-STP-Dispute
    
    Device-ID            Local Intrfce  Hldtme Capability  Platform      Port ID
    node1                Eth1/1         144    H           FAS2980       e0a
    node2                Eth1/2         145    H           FAS2980       e0a
    newcs2(FDO296348FU)  Eth1/65        176    R S I s     N9K-C92300YC  Eth1/65
    newcs2(FDO296348FU)  Eth1/66        176    R S I s     N9K-C92300YC  Eth1/66
    
    
    cs2# show cdp neighbors
    
    Capability Codes: R - Router, T - Trans-Bridge, B - Source-Route-Bridge
                      S - Switch, H - Host, I - IGMP, r - Repeater,
                      V - VoIP-Phone, D - Remotely-Managed-Device,
                      s - Supports-STP-Dispute
    
    Device-ID          Local Intrfce  Hldtme Capability  Platform      Port ID
    node1              Eth1/1         139    H           FAS2980       e0b
    node2              Eth1/2         124    H           FAS2980       e0b
    cs1(FDO220329KU)   Eth1/65        178    R S I s     N9K-C92300YC  Eth1/65
    cs1(FDO220329KU)   Eth1/66        178    R S I s     N9K-C92300YC  Eth1/66
  14. 驗證叢集網路是否正常:

    「我的鄰居」

    顯示範例
    (cs1)# show isdp neighbors
    Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge,
    S - Switch, H - Host, I - IGMP, r - Repeater
    Device ID    Intf    Holdtime    Capability    Platform    Port ID
    ---------    ----    --------    ----------    --------    --------
    node1        0/1     175         H             FAS2750     e0a
    node2        0/2     152         H             FAS2750     e0a
    newcs2       0/55    179         R             BES-53248   0/55
    newcs2       0/56    179         R             BES-53248   0/56
    
    (newcs2)# show isdp neighbors
    Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge,
    S - Switch, H - Host, I - IGMP, r - Repeater
    
    Device ID    Intf    Holdtime    Capability    Platform    Port ID
    ---------    ----    --------    ----------    --------    --------
    node1        0/1     129         H             FAS2750     e0b
    node2        0/2     165         H             FAS2750     e0b
    cs1          0/55    179         R             BES-53248   0/55
    cs1          0/56    179         R             BES-53248   0/56
  15. 如果您禁止自動建立個案、請叫用AutoSupport 下列訊息來重新啟用:

    「系統節點AutoSupport 不完整地叫用節點*-type all -most MAn=end」

接下來呢?

請參閱 "啟用記錄收集功能" 以瞭解啟用叢集健全狀況交換器記錄收集以收集交換器相關記錄檔所需的步驟。