Data ONTAP 7mode: Unterschied zwischen den Versionen

Aus MeinWiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „== Deduplizierung == === Aktiveren === *SIS für ein Volume einschalten (Volumegrößeneinschränkung beachten) sis on /vol/"VOLPATH" *Start SIS Operation…“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
[[System löschen]]
 
== Deduplizierung ==
 
== Deduplizierung ==
 
=== Aktiveren ===
 
=== Aktiveren ===
Zeile 18: Zeile 19:
 
*SIS Status
 
*SIS Status
 
     sis status -l /vol/"VOLPATH"
 
     sis status -l /vol/"VOLPATH"
 +
== Snapshot ==
 +
*Alle Snapshots löschen.
 +
  snap delete -V -a -f "VolumeName"
 
== Snapmirror ==
 
== Snapmirror ==
 
*Snapmirror Berechtigung werden in der Datei /etc/snapmirror.allow gesetzt.
 
*Snapmirror Berechtigung werden in der Datei /etc/snapmirror.allow gesetzt.
Zeile 25: Zeile 29:
 
*Tape Status abfragen.
 
*Tape Status abfragen.
 
     storage stats tape
 
     storage stats tape
 +
== Volume ==
 +
*Volume auf 64bit umwandeln.(Diag)
 +
    vol 64bit-upgrade start "VolumeName"
 +
    vol status
 +
== OSSV Backup ==
 +
=== Systemstate ===
 +
* Backup Initialtransfer (secondary)
 +
snapvault start -S Sourcesystem:SystemState Destinationsystem:/vol/"Volumename"/systemstate
 +
* Restore (Sourcesystem)
 +
<install_dir>\bin\snapvault restore -S Destinationsystem:/vol/"Volumename"/systemstate SystemState

Aktuelle Version vom 5. Oktober 2015, 11:36 Uhr

System löschen

Deduplizierung

Aktiveren

  • SIS für ein Volume einschalten (Volumegrößeneinschränkung beachten)
   sis on /vol/"VOLPATH"
  • Start SIS Operation
   sis start -s /vol/"VOLPATH"
  • Stop SIS Operation
   sis stop /vol/"VOLPATH"
  • SIS deaktivieren
   sis off /vol/"VOLPATH"
  • SIS Volume auflösen. Zusätzlicher Speicherplatz für das Auflösen der Deduplizierung muss vor der Ausführung bereitgestellt werden! Volume darf nicht voll laufen!
   df -hs /vol/"VOLPATH"
   priv set -q advanced 
   sis undo /vol/"VOLPATH"
   priv set
  • SIS Scheduler konfigurieren
   sis config
  • SIS Status
   sis status -l /vol/"VOLPATH"

Snapshot

  • Alle Snapshots löschen.
  snap delete -V -a -f "VolumeName"

Snapmirror

  • Snapmirror Berechtigung werden in der Datei /etc/snapmirror.allow gesetzt.
  • Initialtransfer starten.
    snapmirror initialize -S 'Filer':'Quell-Volume-Name' 'Ziel-Volume-Name'

Tape

  • Tape Status abfragen.
   storage stats tape

Volume

  • Volume auf 64bit umwandeln.(Diag)
   vol 64bit-upgrade start "VolumeName"
   vol status

OSSV Backup

Systemstate

  • Backup Initialtransfer (secondary)
snapvault start -S Sourcesystem:SystemState Destinationsystem:/vol/"Volumename"/systemstate
  • Restore (Sourcesystem)
<install_dir>\bin\snapvault restore -S Destinationsystem:/vol/"Volumename"/systemstate SystemState