Setup Guide
Table Of Contents
- Dell EMC PowerStore PowerStore T 모델을 위한 네트워킹 가이드
- 목차
- 추가 리소스
- 개요
- 초기 배포
- 스토리지 서비스 추가
- 스토리지 서비스 개요
- 스토리지 서비스에 대한 스위치 및 네트워크 구성 준비
- ToR 스위치를 사용한 배포를 위한 스위치 및 네트워크 요구 사항
- Dell PowerSwitch Series S4148 ToR(Top-of-Rack) 스위치를 사용하여 PowerStore T 모델 구성
- Dell EMC PowerSwitch Series S4148 스위치를 사용한 구성 개요
- PowerStore T 모델 캐비닛 안에 ToR(Top-of-Rack) 스위치 설치
- 스토리지 서비스에 대한 Dell PowerSwitch Series 구성
- 작성된 스토리지 서비스용 스위치 리소스 워크시트 가져오기
- 스위치에 대한 터미널 세션 수립
- 스위치 버전 및 라이선스 검증
- ToR(Top-of-Rack) 스위치 일반 설정 구성
- Virtual Link Trunking interconnect 구성
- ToR(Top-of-Rack) 스위치에서 PowerStore T 모델 기본 VLAN 구성
- 노드에 대한 스위치 포트에 LACP 포트 채널 구성
- ToR(Top-of-Rack) 스위치에서 업링크 포트를 구성합니다.
- iSCSI 스토리지 네트워크용 ToR(Top-of-Rack) 스위치 구성
- 필요에 따라 NAS 네트워크를 지원하도록 ToR(Top-of-Rack) 스위치를 구성합니다.
- 스토리지 서비스에 대한 Dell PowerSwitch Series ToR 케이블 연결
- ToR 스위치를 사용하여 PowerSwitch Series 구성 검증
- PowerStore Manager에서 스토리지 및 NAS 네트워크 구성
- 여러 포트에서 실행하도록 스토리지 네트워크 확장
- 추가 스토리지 네트워크 생성
- VLT 상호 연결 없이 ToR 스위치를 사용하여 PowerStore T 모델 구성
- 기타 Dell EMC PowerSwitch Series 구성 작업
스위치 1 스위치 2
configure terminal
interface port-channel 10
description "LACP port channel for Node A"
vlt-port-channel 10
no shutdown
switchport mode trunk
switchport access vlan 1
spanning-tree port type edge
exit
interface port-channel 20
description "LACP port channel for Node B"
vlt-port-channel 20
no shutdown
switchport mode trunk
switchport access vlan 1
spanning-tree port type edge
exit
interface ethernet 1/1/1
channel-group 10 mode active
flowcontrol receive off
flowcontrol transmit off
exit
interface ethernet 1/1/54
channel-group 20 mode active
flowcontrol receive off
flowcontrol transmit off
exit
copy running-configuration startup-
configuration
configure terminal
interface port-channel 10
description "LACP port channel for Node A"
vlt-port-channel 10
no shutdown
switchport mode trunk
switchport access vlan 1
spanning-tree port type edge
exit
interface port-channel 20
description "LACP port channel for Node B"
vlt-port-channel 20
no shutdown
switchport mode trunk
switchport access vlan 1
spanning-tree port type edge
exit
interface ethernet 1/1/1
channel-group 10 mode active
flowcontrol receive off
flowcontrol transmit off
exit
interface ethernet 1/1/54
channel-group 20 mode active
flowcontrol receive off
flowcontrol transmit off
exit
copy running-configuration startup-
configuration
ToR(Top-of-Rack) 스위치에서 업링크 포트를 구성합니다.
1. 첫 번째 ToR 스위치(Switch1)에 대해 터미널 연결을 수립합니다.
2. 글로벌 구성 모드를 시작합니다.
configure terminal
3. 업링크에 대한 포트 채널을 구성합니다.
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
vlt-port-channel 30
4. 스위치에서 업링크 포트를 구성합니다.
노트: iSCSI 모범 사례에 대해서는 아래에 설명된 대로 흐름 제어를 비활성화하는 것이 좋습니다.
interface ethernet 1/1/29
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
flowcontrol receive off
flowcontrol transmit off
interface ethernet 1/1/30
description Uplink_Ports
no shutdown
channel-group 30 mode active
no switchport
Dell PowerSwitch Series S4148 ToR(Top-of-Rack) 스위치를 사용하여 PowerStore T 모델 구성 59