Administrator Guide
Table Of Contents
- Dell EMC Storage-Systeme Administratorhandbuch für die PowerStore-und Unity XT Metro Node-Funktion
- CLI-Arbeitsumgebung und -Benutzerkonten
- Meta-Volumes
- Systemmanagement
- Thin-Support in Metro Node
- Bereitstellen von Speicherplatz
- Volume-Erweiterung
- Datenmigration
- Informationen über Datenmigrationen
- Migrieren von Thin-fähigem Speicher
- Informationen zu Neuerstellungen
- Einmalige Datenmigrationen
- Batchmigrationen
- Voraussetzungen
- Erstellen eines Batchmigrationsplans
- Prüfen eines Batchmigrationsplans
- Ändern einer Batchmigrationsdatei
- Starten einer Batchmigration
- Anhalten/Wiederaufnehmen einer Batchmigration (optional)
- Abbrechen einer Batchmigration (optional)
- Überwachen des Fortschritts einer Batchmigration
- Anzeigen des Status einer Batchmigration
- Aktivieren einer Batchmigration
- Bereinigen einer Batchmigration
- Entfernen von Datensätzen der Batchmigration
- Konfigurieren des WAN-Netzwerks
- Consistency Groups
- Informationen über Metro Node-Consistency-Groups
- Eigenschaften von Consistency Groups
- Managen von Consistency Groups
- Erstellen einer Consistency Group
- Hinzufügen von Volumes zu einer Consistency Group
- Entfernen von Volumes aus einer Consistency Group
- Ändern von Consistency-Group-Eigenschaften
- Beispiel für Modify: „visibility“ festlegen
- Beispiel für Modify: Anwenden einer Detach-Regel
- Löschen einer Consistency Group
- Anzeigen von Consistency-Group-Eigenschaften
- Betreiben einer Consistency Group
- Performance und Überwachung
- Informationen über Performance
- Informationen zur Performance-Überwachung
- Überwachen der Performance mithilfe der CLI
- Informationen über Dateirotation und Zeitstempel
- Verfahrensübersicht: Erstellen eines Monitors mithilfe der CLI
- Erstellen eines Monitors
- Hinzufügen/Löschen von Monitor Sinks
- Löschen eines Monitors
- Aktivieren/Deaktivieren/Ändern der Abfrage
- Aktivieren/Deaktivieren von Sinks
- Erzwingen einer sofortigen Abfrage
- Port-Überwachung
- Statistics
- Statistiktabellen
- Metro Node mit Aktiv-Passiv-Storage-Arrays
- Index
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
}
Beispielausgabe
Beispiel für eine E-Mail-Ausgabe, die an den Kontakt gesendet werden kann.
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.
Historical data is located in /var/log/VPlex/cli/port-stats-monitor.log
Current thresholds: crc-errors: 40, invalid-transmission-word: 40, link-failure: 15, loss-of-
signal: 45, loss-of-sync: 45
In the last 60 seconds:
director-1-1-A A1-FC03 (back-end) crc-errors has increased by 10924
director-1-1-A A1-FC02 (back-end) crc-errors has increased by 9541
director-1-1-A A1-FC01 (back-end) crc-errors has increased by 13655
director-1-1-A A1-FC00 (back-end) crc-errors has increased by 14982
The following I-Ts on director-1-1-A were banished:
x fcp i 0xc00144878f0e0800 t 0x500601683660190e
The following additional reports from the last hour were suppressed:
2019-03-22 14:21:12
director-1-1-B B0-FC02 (front-end) crc-errors has increased by 13354
director-1-1-B B0-FC03 (front-end) crc-errors has increased by 19255
director-1-1-B B0-FC00 (front-end) crc-errors has increased by 15254
director-1-1-B B0-FC01 (front-end) crc-errors has increased by 953630
Wichtige Hinweise
Notieren Sie sich die Anzahl der Ports und die Anzahl der Directors, die Probleme melden. Beispiel: Wenn die Hälfte der Ports Probleme
meldet, kann dies auf ein Ereignis im gesamten Fabric hindeuten. Wenn nur ein Port einen Fehler meldet, wird das Problem auf einen
bestimmten I-T-Nexus lokalisiert.
98
Performance und Überwachung