Administrator Guide

Table Of Contents
패브릭 이슈가 발생한 클러스터, 디렉터 포트를 명시적으로 식별합니다.
성능이 저하된 FC 이니시에이터-타겟 쌍에 대해 보고합니다.
스크립트의 임계값은 json 구성 파일에서 수정할 있습니다.
5 후에 오류 보고서를 중단합니다. 이메일이 중단된 기간 동안 포트 오류 보고서를 자세히 설명하는 요약 이메일이 전송
됩니다.
노트: 지원은 최종 사용자와 협력하여 이메일 서버 주소에 대한 port-stats-monitor 스크립트를 설정하기 위한 모니터링 스크립트
배포하고, 스크립트가 보낼 보고서를 수신하려는 사람을 위한 이메일 목록을 배포하기 위한 것입니다.
: port-monitor start [--email <email>,<email>,...]
보고서를 이메일로 보내기 위한 스크립트 설정
스크립트를 시작하고 최종 사용자의 이메일(SMTP) 서버에 연결합니다.
VPlexcli:/> port-monitor start --smtp <mail server ip address> -e [<email>,<email>,...]
노트: 스크립트가 시작되면 해당 출력이 /var/log/VPlex/cli에서 있는 ports-stats-monitor.log 파일에 기록됩니다.
스크립트 상태 확인
단계
1. 스크립트의 상태를 확인하여 실행 중인지 확인합니다.
VPlexcli:/> port-monitor status
Status: running with the following parameters:
Emails: joe@dell.com
SMTP: x.x.x.x
Local-only: False
2. 관리 서버가 재부팅되거나 재시작될 스크립트가 재시작되도록 하려면 스크립트 시작에서 스크립트를 다시 시작하는 사용
되는 명령을 단계에 표시된 /var/log/VPlex/cli directory 아래의 VPlex-init 파일에 추가하여 지속성을 추가할
있습니다. vi 편집기를 사용하고 스크립트 시작 명령줄을 /var/log/VPlex/cli/VPlexcli-init 파일의 끝에 추가합니다.
Sample output:
service@ManagementServer:/var/log/VPlex/cli> vim VPlexcli-init
#-------------------------------------------------------------------------------
#- (C) 2007-2010 EMC Corporation. All rights reserved.
#-
#- This CLI initialization script is executed if it's located in any of the
#- following locations:
#- (CLI terminates the search on first success.)
#- if the --init-file option is specified on the command line then use that file
#- else search for the file "VPlexcli-init" in the following order:
#- a. CLI directory (specified with the --cli-directory option)
#- b. current dir (of the shell that started CLI)
#- c. user.dir (usually equivalent to the current dir)
#- d. user.home
#- e. classpath
#- This script is processed as if it had been sourced using the 'source' command
#-------------------------------------------------------------------------------
.
.
ll /monitoring/directors/*/monitors/
#
#
<new entry added below at the end of VPlex-init file,
script -i port_stats_monitor
port-monitor start –smtp <mail server ip address> -e <email>,<email>,...>
90 성능 모니터링