Snap Creator Framework
Die deutsche Sprachversion wurde als Serviceleistung für Sie durch maschinelle Übersetzung erstellt. Bei eventuellen Unstimmigkeiten hat die englische Sprachversion Vorrang.

Wiederherstellung von Datenbanken nach einem Ausfall des primären Storage mit Clustered Data ONTAP

Beitragende

Nach dem Ausfall eines primären Storage-Systems mit Clustered Data ONTAP können Sie eine SAP HANA Datenbank wiederherstellen.

Wenn das primäre Volume komplett verloren geht, müssen Sie ein neues primäres Volume erstellen und dann vom Backup Volume wiederherstellen.

  1. Erstellung eines primären Volumes mit type-Datensicherung

    hana::> volume create -vserver hana1a -volume hana_data -aggregate aggr_sas_101 -size 300G -state online -type DP -policy default -autosize-mode grow_shrink -space-guarantee none
    -snapshot-policy none -foreground true
    [Job 6744] Job is queued: Create hana_data.
    [Job 6744] Job succeeded: Successful
  2. Wiederherstellung aller Daten aus dem Backup-Volume

    hana::> snapmirror restore -destination-path hana1a:hana_data -source-path hana2b:backup_hana_data -source-snapshot sc-backup-daily_20140505121000
    [Job 6746] Job is queued: snapmirror restore from source "hana2b:backup_hana_data" for the
    snapshot sc-backup-daily_20140505121000.
    
    hana::> job show -id 6746
    Owning
    Job ID Name                 Vserver    Node           State
    ------ -------------------- ---------- -------------- ----------
    6746   SnapMirror restore   hana        hana01        Running
           Description: snapmirror restore from source "hana2b:backup_hana_data" for the snapshot sc-backup-daily_20140505121000

Nach Abschluss des Wiederherstellungsprozesses wird die Recovery mit SAP HANA durchgeführt.