Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.
ListeProtectionDomainLevels
Beitragende
Änderungen vorschlagen
-
PDF dieser Dokumentationssite
-
Storage-Management mit Element Software
-
Sichern Sie Ihre Daten
-
Remote-Replizierung zwischen Clustern mit NetApp Element Software
-
Replizierung zwischen NetApp Element Software und ONTAP (ONTAP CLI)
-
Remote-Replizierung zwischen Clustern mit NetApp Element Software
-
Sichern Sie Ihre Daten
-
Storage-Management mit Element Software
Sammlung separater PDF-Dokumente
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Sie können das verwenden ListProtectionDomainLevels
„Method to list the Tolerance and Resiliency Levels of the Storage Cluster. Toleranzstufen geben an, dass das Cluster im Fehlerfall Daten lesen und schreiben kann. Das Stabilitätsniveau gibt an, dass das Storage Cluster sich bei einem oder mehreren Ausfällen automatisch selbst heilen kann.
Parameter
Diese Methode hat keinen Eingabeparameter.
Rückgabewerte
Diese Methode verfügt über die folgenden Rückgabewerte:
Name | Beschreibung | Typ |
---|---|---|
SchutzDominLevels |
Eine Liste der verschiedenen Schutz-Domain-Level, bei der jeder die Toleranz und Resiliency-Informationen des Storage-Clusters liefert. |
Anforderungsbeispiel
Anforderungen für diese Methode sind ähnlich wie das folgende Beispiel:
{ "method": "ListProtectionDomainLevels", "params": {}, "id" : 1 }
Antwortbeispiel
Diese Methode gibt eine Antwort zurück, die dem folgenden Beispiel ähnelt:
{ "id": 1, "result": { "protectionDomainLevels": [ { "protectionDomainType": "node", "resiliency": { "protectionSchemeResiliencies": [ { "protectionScheme": "doubleHelix", "sustainableFailuresForBlockData": 0, "sustainableFailuresForMetadata": 1 } ], "singleFailureThresholdBytesForBlockData": 0, "sustainableFailuresForEnsemble": 1 }, "tolerance": { "protectionSchemeTolerances": [ { "protectionScheme": "doubleHelix", "sustainableFailuresForBlockData": 0, "sustainableFailuresForMetadata": 1 } ], "sustainableFailuresForEnsemble": 1 } }, { "protectionDomainType": "chassis", "resiliency": { "protectionSchemeResiliencies": [ { "protectionScheme": "doubleHelix", "sustainableFailuresForBlockData": 0, "sustainableFailuresForMetadata": 1 } ], "singleFailureThresholdBytesForBlockData": 0, "sustainableFailuresForEnsemble": 1 }, "tolerance": { "protectionSchemeTolerances": [ { "protectionScheme": "doubleHelix", "sustainableFailuresForBlockData": 0, "sustainableFailuresForMetadata": 1 } ], "sustainableFailuresForEnsemble": 1 } } ] } }
Neu seit Version
11.0