Data ONTAP 7mode: Unterschied zwischen den Versionen
Aus MeinWiki
Zeile 33: | Zeile 33: | ||
vol 64bit-upgrade start "VolumeName" | vol 64bit-upgrade start "VolumeName" | ||
vol status | 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
Inhaltsverzeichnis
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