CN1610 스위치 3232C 스위치의 마이그레이션을 준비합니다
다음 단계에 따라 Cisco Nexus 3232C 스위치로의 CN1610 스위치 마이그레이션을 준비하십시오.
-
이 클러스터에서 AutoSupport가 활성화되어 있는 경우 AutoSupport 메시지를 호출하여 자동 케이스 생성을 억제합니다.
'System node AutoSupport invoke-node * -type all-message maINT=xh'
_x_는 유지보수 기간(시간)입니다.
이 메시지는 유지보수 작업 중에 자동 케이스 생성이 억제되도록 이 유지보수 작업의 기술 지원 부서에 알립니다.
-
구성에 있는 장치에 대한 정보를 표시합니다.
네트워크 디바이스 발견 쇼
예제 보기
다음 예는 각 클러스터 인터커넥트 스위치에 대해 각 노드에 구성된 클러스터 인터커넥트 인터페이스 수를 표시합니다.
cluster::> network device-discovery show Local Discovered Node Port Device Interface Platform ------ ------ ------------ ----------- ---------- n1 /cdp e0a CL1 0/1 CN1610 e0b CL2 0/1 CN1610 e0c CL2 0/2 CN1610 e0d CL1 0/2 CN1610 n2 /cdp e0a CL1 0/3 CN1610 e0b CL2 0/3 CN1610 e0c CL2 0/4 CN1610 e0d CL1 0/4 CN1610 8 entries were displayed.
-
각 클러스터 인터페이스의 관리 또는 운영 상태를 확인합니다.
-
클러스터 네트워크 포트 속성을 표시합니다.
네트워크 포트 show-role cluster
예제 보기
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.
-
논리 인터페이스에 대한 정보를 표시합니다.
네트워크 인터페이스 show-role cluster
예제 보기
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 e0a true 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 e0d true n2_clus1 up/up 10.10.0.5/24 n2 e0a true 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 e0d true 8 entries were displayed.
-
검색된 클러스터 스위치에 대한 정보를 표시합니다.
'system cluster-switch show'
예제 보기
다음 예는 클러스터에 알려진 클러스터 스위치와 해당 관리 IP 주소를 표시합니다.
cluster::> system cluster-switch show Switch Type Address Model ----------------------------- ---------------- ------------- -------- CL1 cluster-network 10.10.1.101 CN1610 Serial Number: 01234567 Is Monitored: true Reason: Software Version: 1.2.0.7 Version Source: ISDP CL2 cluster-network 10.10.1.102 CN1610 Serial Number: 01234568 Is Monitored: true Reason: Software Version: 1.2.0.7 Version Source: ISDP 2 entries displayed.
-
-
필요에 따라 새 3232C 스위치에 적절한 RCF 및 이미지가 설치되었는지 확인하고 필수 사이트 사용자 지정을 수행합니다.
이때 두 스위치를 모두 준비해야 합니다. RCF 및 이미지를 업그레이드해야 하는 경우 다음 절차를 완료해야 합니다.
-
를 참조하십시오 "Cisco 이더넷 스위치" 페이지로 이동합니다.
-
스위치 및 필요한 소프트웨어 버전을 해당 페이지의 표에 기록합니다.
-
RCF의 적절한 버전을 다운로드합니다.
-
설명 * 페이지에서 * 계속 * 을 선택하고 사용권 계약에 동의한 다음 * 다운로드 * 페이지의 지침에 따라 RCF를 다운로드합니다.
-
에서 해당 버전의 이미지 소프트웨어를 다운로드합니다 "Cisco ® 클러스터 및 관리 네트워크 스위치 참조 구성 파일 다운로드".
-
-
교체하려는 두 번째 CN1610 스위치에 연결된 LIF를 마이그레이션하십시오.
network interface migrate -vserver vserver-name -lif lif-name -source-node source-node-name destination-node destination-node-name -destination-port destination-port-name
예제 보기
다음 예에 표시된 대로 각 LIF를 개별적으로 마이그레이션해야 합니다.
cluster::*> network interface migrate -vserver cluster -lif n1_clus2 -source-node n1 -destination-node n1 -destination-port e0a cluster::*> network interface migrate -vserver cluster -lif n1_clus3 -source-node n1 -destination-node n1 -destination-port e0d cluster::*> network interface migrate -vserver cluster -lif n2_clus2 -source-node n2 -destination-node n2 -destination-port e0a cluster::*> network interface migrate -vserver cluster -lif n2_clus3 -source-node n2 -destination-node n2 -destination-port e0d
-
클러스터의 상태 확인:
네트워크 인터페이스 show-role cluster
예제 보기
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 e0a true n1_clus2 up/up 10.10.0.2/24 n1 e0a false n1_clus3 up/up 10.10.0.3/24 n1 e0d false n1_clus4 up/up 10.10.0.4/24 n1 e0d true n2_clus1 up/up 10.10.0.5/24 n2 e0a true n2_clus2 up/up 10.10.0.6/24 n2 e0a false n2_clus3 up/up 10.10.0.7/24 n2 e0d false n2_clus4 up/up 10.10.0.8/24 n2 e0d true 8 entries were displayed.