Administrator Guide
Table Of Contents
- Dell EMCストレージ システム metroノード アプライアンス管理者ガイド
- 目次
- はじめに
- CLIワークスペースとユーザー アカウント
- メタ ボリューム
- システム管理
- メトロ ノードにおけるシン サポート
- ストレージのプロビジョニング
- ボリュームの拡張
- データ移行
- WANネットワークの構成
- Cluster Witness
- コンシステンシー グループ
- パフォーマンスおよび監視
- アクティブ-パッシブ ストレージ アレイを使用したメトロ ノード
手順
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 にある VPlexcli-init ファイルに対し、[Starting the script]に戻るスクリプトを
開始するために使用するコマンドを追加して、データ保全を追加します。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>,...>
しきい値の調整(必要な場合)
手順
管理サーバー上(Metro の場合は両方)で、ディレクトリー(port-stats-monitor)を作成し、新しく作成したディレクトリ
ーに特定のハードウェア(VS2 または VS6)、config.json ファイル(port-stats-monitor_6.2.zip ファイルの展開後に確
認できたもの)をコピーします。
a. ディレクトリー(/var/log/VPlex/cli/port-stats-monitor)を作成します。
例: mkdir /var/log/VPlex/cli/port-stats-monitor
b. 作業中のメトロ ノード ハードウェアのディレクトリーに対して、該当するハードウェアの<vsX>_config.json ファイルを
コピーします。例えば、cp vs2-config.json /var/log/VPlex/cli/port-stats-monitor/config.json や cp
vs6-config.json /var/log/VPlex/cli/port-stats-monitor/config.json です。
メモ: [手順 c]では、スクリプトのロード後に変更を加えないでください。1 個のビットに対してモニター スクリプトが
実行されるようにしてください。パフォーマンスに問題がある場合、問題に関する E メール アラートがエンド ユーザーに
通知されるため、エンド ユーザーはメトロ ノード サポートでさらなるサポートを得ることができます。[手順 d]に進み
ますが、モニターが実行中であることのみを確認します。[手順 d]で「Checking status」と表示されている場所まで下に
スクロールし、現時点ではそのコマンドの実行だけを行います。Metro の場合は、両方のクラスターで手順 c と d を続けて
行う必要があります。
96 パフォーマンスおよび監視