-
- Lurker
- Posts: 2
- Liked: never
- Joined: Nov 30, 2011 3:56 pm
- Contact:
CSV Backup Problem
Hello
Today I installed veeam to backup our Hyper-V Test Cluster. All our VM's are stored on a CSV Volume.
When I backup a single machine it works fine. When I backup 2 machines at a same time, VM's on my cluster are getting a bluescreen.
I think it's because during the backup the CSV Volumes are in redirected mode, because I can't use VSS Hardware Providers. When then the 2nd backup starts, the Cluster has a problem.
Does anybody else have the same problem. How is veeam solving this problem when VSS Hardware Providers can't be used?
Thanks for your help.
Today I installed veeam to backup our Hyper-V Test Cluster. All our VM's are stored on a CSV Volume.
When I backup a single machine it works fine. When I backup 2 machines at a same time, VM's on my cluster are getting a bluescreen.
I think it's because during the backup the CSV Volumes are in redirected mode, because I can't use VSS Hardware Providers. When then the 2nd backup starts, the Cluster has a problem.
Does anybody else have the same problem. How is veeam solving this problem when VSS Hardware Providers can't be used?
Thanks for your help.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: CSV Backup Problem
Hi,
If hardware provider cannot be used, then software VSS provider is used for volume snapshot. Second VM backup would then wait until the first one is backed up and snapshot is removed (software VSS only supports 1 snapshot per volume). So, this situation should be handled correctly, there were no issues observed by beta customers.
How did you add your Hyper-V server into Veeam B&R console? Did you add it as a cluster or a standalone server?
Thanks!
If hardware provider cannot be used, then software VSS provider is used for volume snapshot. Second VM backup would then wait until the first one is backed up and snapshot is removed (software VSS only supports 1 snapshot per volume). So, this situation should be handled correctly, there were no issues observed by beta customers.
How did you add your Hyper-V server into Veeam B&R console? Did you add it as a cluster or a standalone server?
Thanks!
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Nov 30, 2011 3:56 pm
- Contact:
Re: CSV Backup Problem
I've added the servers as a Cluster. I added the clustername and veeam has read automatically the information about the hosts.
I've also some other problems:
- When the backup starts it generates vss errors on the hyper-V host.
(Error 8194, Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface. hr = 0x80070005, Access is denied)
- During the backup the following warning appears (Unable to use changed block tracking, CTP changes table is not loaded)
but a *.ctp file starting with the hostsname exists on the CSV Volume..
I've also some other problems:
- When the backup starts it generates vss errors on the hyper-V host.
(Error 8194, Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface. hr = 0x80070005, Access is denied)
- During the backup the following warning appears (Unable to use changed block tracking, CTP changes table is not loaded)
but a *.ctp file starting with the hostsname exists on the CSV Volume..
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: CSV Backup Problem
I would suggest then to log a support call on this to let them see the logs as the problem might lie a bit deeper. Thanks.
-
- Novice
- Posts: 8
- Liked: never
- Joined: Nov 29, 2011 9:50 pm
- Full Name: Arnaud Bigot
- Contact:
Re: CSV Backup Problem
hello,
I've the same problem (error Error 8194, Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface. hr = 0x80070005, Access is denied)
; dis you solve this issue ?
regards,
Arnaud Bigot
I've the same problem (error Error 8194, Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface. hr = 0x80070005, Access is denied)
; dis you solve this issue ?
regards,
Arnaud Bigot
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: CSV Backup Problem
Arnaud, the OP haven't updated this topic with the resolution and I also cannot get any valuable information from the e-mail thread related to his support case. So I would suggest you to open another one for your own investigation. Thanks!
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: CSV Backup Problem
Does this look like your issue then?noesberger wrote:When I backup 2 machines at a same time, VM's on my cluster are getting a bluescreen.
http://support.microsoft.com/kb/2494162
-
- Novice
- Posts: 8
- Liked: never
- Joined: Nov 29, 2011 9:50 pm
- Full Name: Arnaud Bigot
- Contact:
Re: CSV Backup Problem
hi Gostev,
I found out the problem (error 8194...IVssWriterCallback...) on Hyper-V host when backing up VMs on a CSV :
Go to DCOM setup : dcomcnfg --> Expand Component Services, Computers --> Right-click My Computer --> Properties --> COM Security tab.
Under Access Permission click Edit Default. --> add the "Network Service" account with Local Access allowed.
Restart the computer !
no more 8194 error.
as for the CBT error (in Veeam log I had “failed to flush file changes”, or “failed to call RPC function ‘HvCtpFlushChanges’…)
I think the problem was caused after adding a *.vhd to a VM without modifying Veeam job (I should have "recalculate" VM size in Veeam job before launching backup again.)
I found out the problem (error 8194...IVssWriterCallback...) on Hyper-V host when backing up VMs on a CSV :
Go to DCOM setup : dcomcnfg --> Expand Component Services, Computers --> Right-click My Computer --> Properties --> COM Security tab.
Under Access Permission click Edit Default. --> add the "Network Service" account with Local Access allowed.
Restart the computer !
no more 8194 error.
as for the CBT error (in Veeam log I had “failed to flush file changes”, or “failed to call RPC function ‘HvCtpFlushChanges’…)
I think the problem was caused after adding a *.vhd to a VM without modifying Veeam job (I should have "recalculate" VM size in Veeam job before launching backup again.)
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: CSV Backup Problem
Great, thanks for posting the resolution!
-
- Influencer
- Posts: 13
- Liked: never
- Joined: Nov 30, 2011 9:52 pm
- Full Name: Jeff Dwyer
- Contact:
Re: CSV Backup Problem
this didn't work for me. any other suggestions?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: CSV Backup Problem
Jeff, I think it might the right time to let our support team investigate your issue.
-
- Influencer
- Posts: 13
- Liked: never
- Joined: Nov 30, 2011 9:52 pm
- Full Name: Jeff Dwyer
- Contact:
Re: CSV Backup Problem
The support tech had me disable CBT. Issue seems to be fixed, without CBT enabled.
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: CSV Backup Problem
This is unacceptable resolution/workaround though...
-
- Influencer
- Posts: 12
- Liked: 3 times
- Joined: Jun 02, 2011 3:33 pm
- Full Name: Mark Harford
- Contact:
Re: CSV Backup Problem
Getting a similar issue with CBT no longer working in a backup job where it previously worked.
20/04/2012 02:04:11 :: Unable to use changed block tracking. CTP changes table is not loaded. The system cannot find the file specified
I also get the following in the event log when the job starts:
I've added the DCOM permissions as suggested but will have to wait till weekend to see if it helps.
20/04/2012 02:04:11 :: Unable to use changed block tracking. CTP changes table is not loaded. The system cannot find the file specified
I also get the following in the event log when the job starts:
Code: Select all
[i]Log Name: Application
Source: VSS
Date: 20/04/2012 02:01:15
Event ID: 8194
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Description:
Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface. hr = 0x80070005, Access is denied.
. This is often caused by incorrect security settings in either the writer or requestor process.
Operation:
Gathering Writer Data
Context:
Writer Class Id: {e8132975-6f93-4464-a53e-1050253ae220}
Writer Name: System Writer
Writer Instance ID: {f55ba41e-1d0d-4638-af70-4a9444f30dd6}[/i]
-
- Influencer
- Posts: 12
- Liked: 3 times
- Joined: Jun 02, 2011 3:33 pm
- Full Name: Mark Harford
- Contact:
Re: CSV Backup Problem
Just to update this topic - The issue I experienced was fixed as part of Job ID#5184155 with a post-patch 3 update.
-
- Influencer
- Posts: 13
- Liked: never
- Joined: Nov 30, 2011 9:52 pm
- Full Name: Jeff Dwyer
- Contact:
Re: CSV Backup Problem
how can i get this post-patch 3 update?
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: CSV Backup Problem
Hi Jeff, all hotfixes can be obtain by contacting our technical support.
Who is online
Users browsing this forum: No registered users and 11 guests