Backup Exec 11 D AOFO error
Backing up some data from a server to an attached SCSI tape drive. Error is as follows:
V-79-57344-34110 - AOFO: Initialization failure on: "D:". Advanced Open File Option used: Symantec Volume Snapshot Provider (VSP).
Snapshot provider error (0xE000851C): Cache files required for the Symantec Volume Snapshot Provider (VSP) snapshot could not be created. Check that there is at least 50 MB of free disk space, and review the settings for the snapshot that are reported in the job log.
Check the Windows Event Viewer for details.
AOFO: Symantec Volume Snapshot Provider (VSP) snapshot cache file settings for volume "D:" : Initial: 0 MB. Maximum: 60341 MB. File: "\\?\Volume{cb120ab8-b6a7-11db-93ad-806e6f6e6963}\Backup Exec AOFO Store\_BEVspCacheFile_0.VSP".
AOFO: Symantec Volume Snapshot Provider (VSP) snapshot settings used: Quiet Time: 5 seconds. Time Out: 2000 seconds.
The files are not in use as they are backup files residing on the server from the weekend. The backup server itself has tons of disk space.
Any idea what is causing this?
Comments
This document may give you a
This document may give you a hand figuring out the cause of the problem.
http://support.veritas.com/docs/326302
If this response answers your concern, please mark it as a "solution"
V-79-57344-34110 - AOFO: Initialization failure on: "D:".
Hello,
I believe the error message V-79-57344-34110 - AOFO: Initialization failure on: "D:". is on Windows Server 2003. If so, please follow the steps below:
1 : Open the job properties.
2 : Navigate to the "Advance Open File" Opion
3 : Check the Radio Button "Microsoft Volume shadow copy service"
4 : Snapshot provider dropdown..select the second option "System:Use Microsoft Shadow Copy Provider"
We need to make sure that "Shadow Copies" are enabled on the D-Drive of that particular Server
1 : Go to the properties of the D-Drive
2 : Click on the "Shadow Coipes" TAB
3 : We must see all the Partitions under "Select a Volume"
Please let me know the results...
Its a best practice to have a "Support Contract" with Symantec...
Hi I am agree with you that
Hi
I am agree with you that he need to change the snapshot provider to Microcoft Shadow Copy Providerbut no need to enable shadow copy on D volume.
The steps for setup AOFO is as follows. These steps are as per the guidelines
To manually set this folder as a snapshot folder please find the configuration steps below
Perform the backup job again.
Please check and confirm. If this remedy worked for you Kindly mark it as a SOLUTION
warning
Just make sure you dont reduce the quiet time more than 2 secs
If this response answers your concern, please mark it as a "solution"
information
Make sure the Antivirus is not configured to scan cache folder for AOFO at the same time job runs
Precautions
hi,
Exclude *.vsp from antivirys scanning.........
Also if backups run in non working hours simply dont use AOFO...
Please install latest Hotfix of VSS from microsoft.
Definately solves problem
regards
KK
Forgot to tell you... Also
Forgot to tell you...
Also exclude *.vsp & vsp.sys from AV scanning on the remote server
vsp.sys file will be available in windows\system32 folder
Please check and confirm
Please check and confirm. If this remedy worked for you Kindly mark it as a SOLUTION
this is vssadmin list writers issue
To resolve this problem, follow these steps:
Click Start, click Run, type Regedit, and then click OK.
Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\Subscriptions
On the Edit menu, click Delete, and then click Yes to confirm that you want to delete the subkey.
Exit Registry Editor.
Click Start, click Run, type services.msc, and then click OK.
Right-click the following services one at a time. For each service, click Restart:
COM+ Event System
COM+ System Application
Microsoft Software Shadow Copy Provider
Volume Shadow Copy
Click Start, click Run, type cmd, and then click OK.
At the command prompt, type vssadmin list writers, and then press ENTER.
If the VSS writers are now listed, close the Command Prompt window. You do not have to complete the remaining steps.
If the VSS writers are not listed, type the following commands at the command prompt. Press ENTER after each command.
cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 ole32.dll
regsvr32 oleaut32.dll
regsvr32 /i eventcls.dll
regsvr32 vss_ps.dll
vssvc /register
regsvr32 /i swprv.dll
regsvr32 es.dll
regsvr32 stdprov.dll
regsvr32 vssui.dll
regsvr32 msxml.dll
regsvr32 msxml3.dll
regsvr32 msxml4.dll
Note The last command may not run successfully.
At the command prompt, type vssadmin list writers, and then press ENTER.
Confirm that the VSS writers are now listed.
Would you like to reply?
Login or Register to post your comment.