Thanks Daniel. Yes, if we can first see what steps you have taken to disable VSS we can decide whether you have made an error there or if the problem is something that needs further investigation.
Disabling VSS on a win2k8 server won't work. You should see a message like:
Save Operations value is ignored on this OS platform.
The reason why you get the errors, is that VSS thinks the files are in that location (C:\windows\inf\display.inf), but when you look in that location, you will see that you won't find it there. So why does VSS think it is there? 2 reasons: - somewhere in the registry you will find an entry C:\windows\inf\display.inf Change this to the real location of the display.inf
- When installing a server, VSS makes a list of all it's files. When moving applications or files, this list is not updated. You can bypass this doing the following:
1. Add NSR_IGNORE_MISSING_SYSTEM_FILES system environment variable with a value of 1. The system environment variable needs a reboot! 2. Create "filesallowedtoskip" file under nsr\res. 3. Add files with the list of files allowed to skip in "filesallowedtoskip" files with one full file path per line. 4. Save the VSS save set on a NW client should pass without missing file errors
Even i got information that VSS can't be disabled on windows 2008. I'll try steps mentioned by you. but in the same machine windows vss backup tool (wbadmin i.e NTBackup in windows 2003) is working fine. Which means there is a bug in EMC Networker.
I'll try steps mentioned by you. but in the same machine windows vss backup tool (wbadmin i.e NTBackup in windows 2003) is working fine. Which means there is a bug in EMC Networker.
Nope.. it may mean, and most probably that is the case, that system calls used by API are broken. NT backup does not use all API calls NW does.
DavidHampson
2 Intern
•
1.1K Posts
0
August 18th, 2009 02:00
Hemant-I97jT
1 Rookie
•
117 Posts
0
August 18th, 2009 07:00
Yes but still it's showing VSS save set.
Thanks
With Regards
Hemant.
dpinink_silva
2 Intern
•
724 Posts
0
August 18th, 2009 08:00
DavidHampson
2 Intern
•
1.1K Posts
0
August 18th, 2009 09:00
TimTh
1 Rookie
•
63 Posts
0
August 19th, 2009 02:00
Disabling VSS on a win2k8 server won't work.
You should see a message like:
Save Operations value is ignored on this OS platform.
The reason why you get the errors, is that VSS thinks the files are in that location (C:\windows\inf\display.inf), but when you look in that location, you will see that you won't find it there.
So why does VSS think it is there? 2 reasons:
- somewhere in the registry you will find an entry C:\windows\inf\display.inf
Change this to the real location of the display.inf
- When installing a server, VSS makes a list of all it's files. When moving applications or files, this list is not updated. You can bypass this doing the following:
1. Add NSR_IGNORE_MISSING_SYSTEM_FILES system environment variable with a value of 1.
The system environment variable needs a reboot!
2. Create "filesallowedtoskip" file under nsr\res.
3. Add files with the list of files allowed to skip in "filesallowedtoskip" files with one full file path per line.
4. Save the VSS save set on a NW client should pass without missing file errors
Hemant-I97jT
1 Rookie
•
117 Posts
0
August 19th, 2009 21:00
Thanks for your response.
I disabled the vss as follows
Client--->Properties----->Apps & Modules ----> VSS:*=off
Regards
Hemant.
Hemant-I97jT
1 Rookie
•
117 Posts
0
August 19th, 2009 21:00
Thanks for the information.
Even i got information that VSS can't be disabled on windows 2008.
I'll try steps mentioned by you. but in the same machine windows vss backup tool (wbadmin i.e NTBackup in windows 2003) is working fine. Which means there is a bug in EMC Networker.
Thanks
With Regards
Hemant.
ble1
4 Operator
•
14.4K Posts
0
September 4th, 2009 04:00
machine windows vss backup tool (wbadmin i.e NTBackup
in windows 2003) is working fine. Which means there
is a bug in EMC Networker.
Nope.. it may mean, and most probably that is the case, that system calls used by API are broken. NT backup does not use all API calls NW does.
dvillanu
1 Rookie
•
20 Posts
0
September 16th, 2009 10:00
sameer_sehgal
1 Message
0
June 22nd, 2011 03:00
Please Put below command in client backup command line
save.exe -a '"ignore-all-missing-system-files=yes"' in the backup command field and try the backup to see if it works.
It will ignore all the files which are not on the system
pantanc
1 Message
0
March 29th, 2012 13:00
That command worked for me!!! Thanks so much!!