File system backup is failing for Windows cluster servers??
Hi All,
Windows clusters servers backups are failing with the following errors:
88224:save: The base volume for the path is unavailable or offline. Please ensure all volumes are online for backup operations.
88222:save: Could not add for backup.
WINDOWS ROLES AND FEATURES: ERROR: VSS failed to add components in pre save, writer=System Writer: The system cannot find the file specified. (Win32 error 0x80070002)
98193:save: Unable to save the SYSTEM STATE save sets: cannot add all the system state writers to the snapshot.
86024:save: Error occured while saving disaster recovery save sets.
Unable to find any full backups of the save set 'TEST02.com:DISASTER_RECOVERY:\' in the media database. Performing a full backup.
TEST02.com:DISASTER_RECOVERY:\: retried 1 times.
This error we are getting for only 5-6 servers.We are using networker version 8.1.2.7 in our environment.
We have checked VSS services it is running fine.We can't see anything wrong from our end.Please help us out for this.
Please find the output of vssadmin list writers command:
C:\Users\veritas>vssadmin list writers
vssadmin 1.1 - Volume Shadow Copy Service administrative command-
Are you running McAfee Antivirus by change? if not even this is happened for one of my previous experience, where the file was quarantined by Antivirus and thats why Backup was not able to locate the file.
In such case check the quarantine folder of your AV software and remove necessary files.
Thanks..
Deb
Please Like my Post if you liked it, Please Mark it as Helpful if it helped you, and mark it as Correct Answer if it resolved your query
It did not helped much.Please find the output of that command:
C:\Users\veritas>save -a '"ignore-all-missing-system-files=yes"'
3817:save: Using NETWORKER001.com as server
88224:save: The base volume for the path is unavailable or offline. Please ensure all volumes are online for backup operations.
88222:save: Could not add for backup.
WINDOWS ROLES AND FEATURES: ERROR: VSS failed to add components in pre save, wri
ter=System Writer: The system cannot find the file specified. (Win32 error 0x800
70002)
98193:save: Unable to save the SYSTEM STATE save sets: cannot add all the system
state writers to the snapshot.
94693:save: The backup of save set 'C:\Users\veritas' failed.
7167:save: save completion time: 5/28/2015 11:09:45 AM
After that again I ran the backup,It got failed with the same error:
88224:save: The base volume for the path is unavailable or offline. Please ensure all volumes are online for backup operations.
88222:save: Could not add for backup.
WINDOWS ROLES AND FEATURES: ERROR: VSS failed to add components in pre save, writer=System Writer: The system cannot find the file specified. (Win32 error 0x80070002)
98193:save: Unable to save the SYSTEM STATE save sets: cannot add all the system state writers to the snapshot.
86024:save: Error occured while saving disaster recovery save sets.
Unable to find any full backups of the save set 'TEST002.com:DISASTER_RECOVERY:\' in the media database. Performing a full backup.
* :DISASTER_RECOVERY:\ 87306:save: Incorrect directory specification on line 0 of 'C:\Program Files\EMC NetWorker\nsr\tmp\sd000003'. * :DISASTER_RECOVERY:\ C:\Program Files\EMC NetWorker\nsr\tmp\sd000003 line 0: illegal token * :DISASTER_RECOVERY:\ C:\Program Files\EMC NetWorker\nsr\tmp\sd000003 line 0: syntax error * :DISASTER_RECOVERY:\ 88224:save: The base volume for the path is unavailable or offline. Please ensure all volumes are online for backup operations. * :DISASTER_RECOVERY:\ 88222:save: Could not add for backup. * :DISASTER_RECOVERY:\ VSS SYSTEM FILESET: ERROR: VSS failed to add components in pre save, writer=System Writer, error=0x80070002: The system cannot find the file specified. * :DISASTER_RECOVERY:\ * :DISASTER_RECOVERY:\ 90113:save: Unable to perform the DISASTER_RECOVERY backup: cannot add all the VSS SYSTEM STATE writers to the snapshot. * :DISASTER_RECOVERY:\ * :DISASTER_RECOVERY:\ 86024:save: Error occured while saving disaster recovery save sets.
Windows 2008 Windows 2008 R2 Windows 2012 Cluster
The following error always appears when performing a DISASTER_RECOVERY backup for a passive physical node. The issue is when backing up DISASTER_RECOVERY some of the critical files are on shared volume and the volume can only be accessed through a single node at a time (active node).
A) Add the following system environment variable to the client:
NSR_INITIALIZE_DIRECTIVE=TRUE
1. Right click on "My Computer" (or "This PC") and select "Properties". 2. Advanced System Settings. 3. Click on "Environment Variables". 4. On "System Variables" create the following variable:
If it is not set to 1, then set it to 1. NOTE: On Windows 2012 R2 this registry key doesn't seem to exist. If this key is not present, the default value is 1, so there is no further action needed.
B) Update the NetWorker client resource and add the following syntax to the "Backup operations" field: VSS:NSR_SYS_WRITER_WIN32_SERVCOMP_USER=yesThanks..
Deb
Please Like my Post if you liked it, Please Mark it as Helpful if it helped you, and mark it as Correct Answer if it resolved your query
crazyrov
6 Operator
•
1319 Posts
3052
0
Posted May 28th, 2015 03:00
Hi,
Put the below mentioned command in the save command (dont type in, copy and paste) of the affected machine and re-try backup.
save -a '"ignore-all-missing-system-files=yes"'