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 스위치 구성 작업
2. 글로벌 구성 모드를 시작합니다.
configure terminal
3. 업링크에 대한 포트 채널을 구성합니다.
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
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
flowcontrol receive off
flowcontrol transmit off
5. 구성을 Nvram에 커밋합니다.
copy running-configuration startup-configuration
6. Switch2에서 이 단계를 반복합니다.
configure terminal
interface port-channel 30
description Uplink
no shutdown
switchport mode trunk
switchport access vlan 1
switchport trunk allowed vlan 100,200,400
vlt-port-channel 30
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
flowcontrol receive off
flowcontrol transmit off
copy running-configuration startup-configuration
Dell EMC PowerSwitch Series S4148-ON 스위치를 사용한 구성 31