Exclude EFI system partition file ?

vilius.m

ADSM.ORG Senior Member
Joined
Jul 23, 2008
Messages
76
Reaction score
4
Points
0
Windows 2012 R2
TSM 7.1

I'm getting 2 errors in dsmerror.log:
Code:
ANS1228E Sending of object '\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD' failed.
ANS4987E Error processing '\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD': the object is in use by another process
ANS1228E Sending of object '\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD.LOG' failed.
ANS4987E Error processing '\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD.LOG': the object is in use by another process

I know that these files are not fatal and system could be restored.
I want to exclude those to remove warning messages in my monitoring, but:
Code:
EXCLUDE.BACKUP "\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD"
EXCLUDE.BACKUP "\\?\GLOBALROOT\Device\HarddiskVolume2\EFI\Microsoft\Boot\BCD.LOG"
is not working.

Any ideas how to exclude files like this ?

Thanks,
Vilius M.
 
You should probably open a PMR then as you have the same symptoms as described in the APAR.

Those files are part of the systemstate backup, TSM has no control on what's included/excluded from that backup. TSM is backing up the files that the VSS writers tells it to backup. Those are the files that Microsoft want backed up as part of the systemstate backup.
 
Error disappeared after downgrading to v7.1.4.0.
 
Back
Top