NetWorker: Cluster-Disaster-Recovery-Backup schlägt in passivem Node fehl
Summary: Cluster-Disaster-Recovery-Backup schlägt in passivem Node fehl
Symptoms
Dateisystembackup schlägt für Disaster-Recovery-Saveset fehl, funktioniert aber für lokale Laufwerke in einem Cluster mit zwei Nodes.
Umgebung:
Windows Server 2019-Client mit installiertem NetWorker 19.x-Clientpaket
Cluster-Cluster_Name-Saveset-Details >
> freigegebenes Laufwerk Q: und CSV (C:\ClusterStorage\Volume1).
ClusterNode-1
Saveset-Details > C:\ und DR
ClusterNode-2
Saveset-Details > C:\ und DR
Cause
Error:
99128:save:Disaster Recovery: critical volume C:\ClusterStorage\Volume1\ identified for disaster recovery backup has been created on a CSV volume. Backup of critical volume on CSV volume is not supported.
Dies bedeutet, dass einige Anwendungen auf CSV installiert sind und CSV daher als kritisches Laufwerk betrachtet werden.
save -o VSS:LCV=yes sollte CSV nicht als kritisches Volume auf den physischen Nodes auflisten. Wenn CSV als kritisch aufgeführt wird, schlägt das DR-Backup fehl. In der folgenden Ausgabe (siehe Abschnitt Hinweise) sehen Sie, dass CSV auf einem Node als kritisch aufgeführt wird und auf einem anderen nicht.
- Das Volume darf kein kritisches Volume sein.
- NetWorker kann keine Schattenkopien von CSV und lokalen Festplatten erstellen, die sich im selben Volume-Schattenkopiesatz befinden.
Resolution
Entfernen Sie die installierte Anwendung aus CSV.
Additional Information
Die Ausgabe stammt von einem der Nodes im Cluster. Dadurch wird CSV als kritisches Volume angezeigt und daher funktioniert das Backup für C:\ und schlägt für das DR-Saveset von diesem Node fehl.
C:\Windows\system32>save -o VSS:LCV=yes 181407:save: Step (1 of 5) for PID-7600: Save has been started on the client 'clu_node1'. 175312:save: Identified a save for the manual backup with PID-7600 on the client 'clu_node1'. Updating the total number of steps from 5 to 7. 175313:save: Step (2 of 7) for PID-7600: Running the backup on the client 'clu_node1' for the selected save sets. 3817:save: Using YYYYY as server 99128:save:Disaster Recovery: critical volume C:\ClusterStorage\Volume1\ identified for disaster recovery backup has been created on a CSV volume. Backup of critical volume on CSV volume is not supported. The following volumes are determined as critical by the system state writers: C:\ (disk num 0) The following volumes are critical because they are parents for one or more mounted critical volumes: The following volumes are critical because they are in the same dynamic disk pack with one or more critical volumes: The output is from another node from Cluster which doesn't show CSV as critical volume and hence backup works for both C:\ and DR saveset. C:\Windows\system32>save -o VSS:LCV=yes 181407:save: Step (1 of 5) for PID-8172: Save has been started on the client 'cluster_node2'. 175312:save: Identified a save for the manual backup with PID-8172 on the client 'cluster_node2'. Updating the total number of steps from 5 to 7. 175313:save: Step (2 of 7) for PID-8172: Running the backup on the client 'cluster_node2' for the selected save sets. 3817:save: Using YYYYY as server The following volumes are determined as critical by the system state writers: C:\ (disk num 0) The following volumes are critical because they are parents for one or more mounted critical volumes: The following volumes are critical because they are in the same dynamic disk pack with one or more critical volumes: