Administrator Guide
Table Of Contents
- Dell EMC Storage 시스템 PowerStore 및 Unity XT 메트로 노드 기능에 대한 관리자 가이드
- CLI 작업 공간 및 사용자 계정
- 메타 볼륨
- 시스템 관리
- 메트로 노드의 씬 지원
- 스토리지 프로비저닝
- 볼륨 확장
- 데이터 마이그레이션
- WAN 네트워크 구성
- 정합성 보장 그룹
- 성능 및 모니터링
- Active-Passive 스토리지 어레이를 사용하는 메트로 노드
- 색인
### Starting the monitor
To start the monitor, run:
` port-monitor start [--email <email>,<email>...]`
options (* = required):
-h | --help
Displays the usage for this command.
--verbose
Provides more output during command execution. This may not have any effect for
some commands.
-e | --email= <emails> [, <emails> ...]
Comma-separated email addresses to notify upon detecting a failure
--smtp= <smtp>
SMTP server address to use for notification emails
--local-only
Poll only cluster-local directors
VPlexcli:/> port-monitor start -e example@emc.com
Starting port stat monitor...
### Stopping the monitor
To stop the monitor, run `port-monitor stop`.
### Checking status
To see whether or not the monitor is running, or to see if any unexpected errors were
encountered, run the `port-monitor status` command:
VPlexcli:/> port-monitor status
Status: running with the following parameters:
Emails: None
SMTP: x.x.x.x
Local-only: False
Threshold config: None
### Restarting the monitor
If you wish to restart a stopped monitor with the same parameters as before, run `port-
monitor restart`. If you wish to use different options, use the `start` command documented
above.
## Configuring the driver-specific thresholds
The thresholds may be overridden by placing a JSON file at
/var/log/VPlex/cli/port-stats-monitor/config.json, with each key representing a stat to
monitor and the value representing the threshold at which to notify the user. Example
contents of the config.json:
{
"crc-errors": 40,
"link-failure": 15,
"loss-of-sync": 45,
"loss-of-signal": 45,
"invalid-transmission-word": 40,
"lr-remote": 5
}
샘플 출력
담당자에게 보낼 수 있는 이메일의 샘플 출력입니다.
From: VPLEX Port Stat Notifier [mailto:vplex-port-stat-notifier@dell.com]
Sent: Day, Month date, YYYY H:MM <AM/PM>
To: <recipient>
Subject: VPlex Port Stat Notification for x.x.x.x <Serial Number>
The port stat monitor detected a problem.
92 성능 및 모니터링