Skip to main content
Cluster and storage switches
본 한국어 번역은 사용자 편의를 위해 제공되는 기계 번역입니다. 영어 버전과 한국어 버전이 서로 어긋나는 경우에는 언제나 영어 버전이 우선합니다.

CN1610 스위치 CL1을 32C 스위치 C1로 교체하십시오

기여자

다음 단계에 따라 CN1610(CL1) 스위치를 Nexus 3232C(C1) 스위치로 교체합니다.

단계
  1. 클러스터의 상태 확인:

    네트워크 인터페이스 show-role cluster

    예제 보기

    다음 예에서는 필요한 클러스터 LIF가 클러스터 스위치 C2에 호스팅된 적절한 클러스터 포트로 마이그레이션되었음을 보여 줍니다.

    cluster::*> network interface show -role cluster
    (network interface show)
             Logical    Status      Network        Current  Current  Is
    Vserver  Interface  Admin/Oper  Address/Mask   Node     Port     Home
    -------- ---------- ----------- -------------- -------- -------- -----
    Cluster
             n1_clus1   up/up       10.10.0.1/24   n1       e0b      false
             n1_clus2   up/up       10.10.0.2/24   n1       e0b      true
             n1_clus3   up/up       10.10.0.3/24   n1       e0c      true
             n1_clus4   up/up       10.10.0.4/24   n1       e0c      false
             n2_clus1   up/up       10.10.0.5/24   n2       e0b      false
             n2_clus2   up/up       10.10.0.6/24   n2       e0b      true
             n2_clus3   up/up       10.10.0.7/24   n2       e0c      true
             n2_clus4   up/up       10.10.0.8/24   n2       e0c      false
    
    8 entries were displayed.
  2. 모든 노드에서 CL1에 연결된 노드 포트를 종료합니다.

    'network port modify -node_node -name_-port_port -name_-up-admin false'

    예제 보기

    다음 예는 노드 n1 및 n2에서 종료되는 특정 포트를 보여줍니다.

    cluster::*> network port modify -node n1 -port e0a -up-admin false
    cluster::*> network port modify -node n1 -port e0d -up-admin false
    cluster::*> network port modify -node n2 -port e0a -up-admin false
    cluster::*> network port modify -node n2 -port e0d -up-admin false
  3. 활성 3232C 스위치 C2에서 ISL 포트 24, 31 및 32를 종료합니다.

    Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".

    예제 보기

    다음 예에서는 활성 3232C 스위치 C2에서 종료되는 ISL 24, 31 및 32를 보여 줍니다.

    C2# configure
    C2(config)# interface ethernet 1/24/1-4
    C2(config-if-range)# shutdown
    C2(config-if-range)# exit
    C2(config)# interface ethernet 1/31-32
    C2(config-if-range)# shutdown
    C2(config-if-range)# exit
    C2(config)# exit
    C2#
  4. 모든 노드에서 CN1610 스위치 CL1에 연결된 케이블을 제거합니다.

    적절한 케이블을 사용하여 모든 노드의 연결이 끊긴 포트를 Nexus 3232C 스위치 C1에 다시 연결해야 합니다.

  5. Nexus 3232C C2 포트 e1/24에서 QSFP28 케이블을 제거합니다.

    지원되는 Cisco QSFP28 광 파이버 또는 직접 연결 케이블을 사용하여 C1의 포트 e1/31 및 e1/32를 C2의 포트 e1/31 및 e1/32에 연결해야 합니다.

  6. 포트 24에서 구성을 복원하고 C2에서 임시 포트-채널 2를 제거합니다.

    Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".

    예제 보기

    다음 예에서는 'startup-configuration' 파일에 복사되는 'running-configuration' 파일을 보여줍니다.

    C2# configure
    C2(config)# no interface breakout module 1 port 24 map 10g-4x
    C2(config)# no interface port-channel 2
    C2(config-if)# interface e1/24
    C2(config-if)# description 100GbE/40GbE Node Port
    C2(config-if)# spanning-tree port type edge
    Edge port type (portfast) should only be enabled on ports connected to a single
    host. Connecting hubs, concentrators, switches, bridges, etc...  to this
    interface when edge port type (portfast) is enabled, can cause temporary bridging loops.
    Use with CAUTION
    
    Edge Port Type (Portfast) has been configured on Ethernet 1/24 but will only
    have effect when the interface is in a non-trunking mode.
    
    C2(config-if)# spanning-tree bpduguard enable
    C2(config-if)# mtu 9216
    C2(config-if-range)# exit
    C2(config)# exit
    C2# copy running-config startup-config
    [] 100%
    Copy Complete.
  7. 활성 3232C 스위치인 C2에서 ISL 포트 31 및 32를 불러옵니다.

    Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".

    예제 보기

    다음 예에서는 3232C 스위치 C2에 도입되는 ISL 31 및 32를 보여 줍니다.

    C2# configure
    C2(config)# interface ethernet 1/31-32
    C2(config-if-range)# no shutdown
    C2(config-if-range)# exit
    C2(config)# exit
    C2# copy running-config startup-config
    [] 100%
    Copy Complete.
  8. 3232C 스위치 C2에서 ISL 연결이 '작동'되었는지 확인합니다.

    Cisco 명령에 대한 자세한 내용은 에 나와 있는 가이드를 참조하십시오 "Cisco Nexus 3000 시리즈 NX-OS 명령 참조".

    예제 보기

    다음 예에서는 확인 중인 ISL 연결을 보여 줍니다. 포트 Eth1/31과 Eth1/32는 포트 채널에서 ISL 포트가 모두 "위쪽"으로 표시됨을 의미합니다.

    C1# show port-channel summary
    Flags:  D - Down        P - Up in port-channel (members)
            I - Individual  H - Hot-standby (LACP only)
            s - Suspended   r - Module-removed
            S - Switched    R - Routed
            U - Up (port-channel)
            M - Not in use. Min-links not met
    ------------------------------------------------------------------------------
    Group Port-       Type     Protocol  Member Ports
          Channel
    -----------------------------------------------------------------------------
    1     Po1(SU)     Eth      LACP      Eth1/31(P)   Eth1/32(P)
    
    C2# show port-channel summary
    Flags:  D - Down        P - Up in port-channel (members)
            I - Individual  H - Hot-standby (LACP only)
            s - Suspended   r - Module-removed
            S - Switched    R - Routed
            U - Up (port-channel)
            M - Not in use. Min-links not met
    ------------------------------------------------------------------------------
    Group Port-       Type     Protocol  Member Ports
          Channel
    ------------------------------------------------------------------------------
    1     Po1(SU)     Eth      LACP      Eth1/31(P)   Eth1/32(P)
  9. 모든 노드에서 새 3232C 스위치 C1에 연결된 모든 클러스터 인터커넥트 포트를 불러옵니다.

    'network port modify -node_node -name_-port_port -name_-up-admin TRUE'

    예제 보기

    다음 예에서는 새로운 3232C 스위치 C1에 연결된 모든 클러스터 인터커넥트 포트를 가져와서 표시합니다.

    cluster::*> network port modify -node n1 -port e0a -up-admin true
    cluster::*> network port modify -node n1 -port e0d -up-admin true
    cluster::*> network port modify -node n2 -port e0a -up-admin true
    cluster::*> network port modify -node n2 -port e0d -up-admin true
  10. 클러스터 노드 포트의 상태를 확인합니다.

    네트워크 포트 show-role cluster

    예제 보기

    다음 예에서는 새 3232C 스위치 C1의 노드 n1과 n2의 클러스터 인터커넥트 포트가 '가동'인지 확인하는 출력을 보여 줍니다.

    cluster::*> network port show -role cluster
           (network port show)
    
    Node: n1
                    Broadcast              Speed (Mbps) Health   Ignore
    Port  IPspace   Domain     Link  MTU   Admin/Open   Status   Health Status
    ----- --------- ---------- ----- ----- ------------ -------- -------------
    e0a   cluster   cluster    up    9000  auto/10000     -
    e0b   cluster   cluster    up    9000  auto/10000     -
    e0c   cluster   cluster    up    9000  auto/10000     -        -
    e0d   cluster   cluster    up    9000  auto/10000     -        -
    
    Node: n2
                    Broadcast              Speed (Mbps) Health   Ignore
    Port  IPspace   Domain     Link  MTU   Admin/Open   Status   Health Status
    ----- --------- ---------- ----- ----- ------------ -------- -------------
    e0a   cluster   cluster    up    9000  auto/10000     -
    e0b   cluster   cluster    up    9000  auto/10000     -
    e0c   cluster   cluster    up    9000  auto/10000     -
    e0d   cluster   cluster    up    9000  auto/10000     -
    
    8 entries were displayed.