Setup Guide
Table Of Contents
- Dell EMC PowerStore PowerStore X 모델을 위한 네트워킹 가이드
- 목차
- 추가 리소스
- 개요
- 스위치 및 네트워크를 구성하기 위한 준비
- PowerStore X 모델: 네트워크 구성 요구 사항
- Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성
- PowerStore X 모델: 어플라이언스를 스위치에 케이블로 연결
- 스위치 및 네트워크 구성 검증
- PowerStore 어플라이언스 검색
- PowerStore X 모델 어플라이언스의 초기 구성
- 여러 포트에서 실행하도록 스토리지 네트워크 확장
- 추가 스토리지 네트워크 생성
- 기타 Dell EMC PowerSwitch Series S4148-ON 스위치 구성 작업
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
4. 아래에 나온 것처럼 노드 B, 포트 1의 스위치 1에도 이 단계를 반복합니다.
노트: iSCSI 모범 사례에 대해서는 아래에 설명된 대로 흐름 제어를 비활성화하는 것이 좋습니다.
configure terminal
interface ethernet 1/1/54
description Node-B-Port-1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
5. 아래에 나온 것처럼 노드 A 포트 0 및 노드 B 포트 1의 스위치 2에도 이 단계를 반복합니다.
스위치 2를 구성하는 동안 이더넷 인터페이스가 거꾸로 되어 있다는 점을 유의 바랍니다. 아래와 같이, 이더넷 인터페이스 1이 노
드-B-포트-1에 구성되어 있고, 인터페이스 54가 Node-A-포트-0에 구성되어 있습니다.
표 12. ToR 스위치에서 포트 인터페이스를 구성하는 코드 샘플
노드 A 포트 0에 스위치 1 연결 노드 A 포트 1에 스위치 2 연결
configure terminal
interface ethernet 1/1/1
description Node-A-Port-0
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
configure terminal
interface ethernet 1/1/1
description Node-A-Port-1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
노드 B 포트 1에 스위치 1 연결 노드 B 포트 0에 스위치 2 연결
configure terminal
interface ethernet 1/1/54
description Node-B-Port-1
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
configure terminal
interface ethernet 1/1/54
description Node-B-Port-0
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
flowcontrol receive off
flowcontrol transmit off
spanning-tree port type edge
exit
ToR(Top of the Rack) 스위치에 업링크 포트 구성
1. 첫 번째 ToR 스위치(Switch1)에 대해 터미널 세션을 수립합니다.
30 Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성