-
- Service Provider
- Posts: 327
- Liked: 23 times
- Joined: Oct 09, 2012 2:30 pm
- Full Name: Maso
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
What happens with the backup of the vm that you get the "Cannot use CBT. Soap fault error" on? It only looks like a warning. How does Veeam deal with the issue. Does it still produce a succesful backup of the vm even though it can't use cbt?
\Masonit
\Masonit
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Magnus, in this case successful backup is performed. The only difference is that our own algorithm is used to calculate the incremental changes (instead of getting them via CBT), which makes backup to take longer than usual as reading of the entire VM disks is required.
-
- Enthusiast
- Posts: 52
- Liked: 2 times
- Joined: Sep 20, 2010 4:39 am
- Full Name: David Reimers
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
But how do you then recover from this warning?
In our case, the whole site had a power outage due to storm activity. 2 of the VMs wouldn't power on until I detached the disks which were hot-added to the Veeam server.
But all VMs not show the CBT warning / SOAP error due to the VM's VMDK file.
In our case, the whole site had a power outage due to storm activity. 2 of the VMs wouldn't power on until I detached the disks which were hot-added to the Veeam server.
But all VMs not show the CBT warning / SOAP error due to the VM's VMDK file.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
David, the next job run should use CBT fine.
-
- Enthusiast
- Posts: 52
- Liked: 2 times
- Joined: Sep 20, 2010 4:39 am
- Full Name: David Reimers
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Foggy, you're correct. Exactly what happened. I did do a "recalculate" on each job, and it still needed a second pass to correct.
I was worried though as I found an earlier Veeam KB article that said VMs had to be powered off and a VMX file flag changed.
I was worried though as I found an earlier Veeam KB article that said VMs had to be powered off and a VMX file flag changed.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
It was talking about manual CBT reset, which was not required in this case.
-
- Enthusiast
- Posts: 62
- Liked: 3 times
- Joined: Dec 28, 2012 8:00 pm
- Full Name: Justin Durrant
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Same issue here on one VM after a 4.1 host power loss.. Tried resetting CBT via KB1113 but that made no difference. Exact error below.. it appears the backup is still taking place though.. just not using CBT. Not sure what the ramifications without CBT are though.
Code: Select all
Cannot use CBT: Soap fault. A specified parameter was not correct. . deviceKeyDetail: '<InvalidArgumentFault xmlns="urn:internalvim25" xsi:type="InvalidArgument"><invalidProperty>deviceKey</invalidProperty></InvalidArgumentFault>', endpoint: ''
Cannot use CBT: Soap fault. A specified parameter was not correct. . deviceKeyDetail: '<InvalidArgumentFault xmlns="urn:internalvim25" xsi:type="InvalidArgument"><invalidProperty>deviceKey</invalidProperty></InvalidArgumentFault>', endpoint: ''
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Nothing negative except the longer job duration. How about subsequent job runs? Do they use CBT?
-
- Enthusiast
- Posts: 62
- Liked: 3 times
- Joined: Dec 28, 2012 8:00 pm
- Full Name: Justin Durrant
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Nope.. job has run with the warning for three days now since resetting CBT
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Then it might be better to address this question (why CBT cannot be reset on this VM) to VMware tech team, as the steps that are mentioned in the KB should help.
-
- Enthusiast
- Posts: 47
- Liked: 5 times
- Joined: Mar 18, 2014 10:13 am
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Hi,
A few days ago, we have a total powerloss @ our VM-Host.
First there was a warning like this: Cannot use CBT: Soap fault. Error caused by file /vmfs/volumes/<a long number with letters>/DC2/DC2.vmdkDetail:", endpoint."
My first action was to consult the KB: http://www.veeam.com/kb1113, which means that I have to shut down the VM and set the options of the VM-guest ctkEnabled to false and scsi0:0.ctkEnabled to false too.
Then restart/shutdown/restart the VM and make a Veeambackup.
This action did not solve my issue. So I took a look in die VMware-guest-options again and noticed that scsi0:0.ctkEnabled is still set to false.
I set this option to "true" again. After that I tried to take a fullbackup with Veeam, which works like a charm (and very fast again).
Daniel
A few days ago, we have a total powerloss @ our VM-Host.
First there was a warning like this: Cannot use CBT: Soap fault. Error caused by file /vmfs/volumes/<a long number with letters>/DC2/DC2.vmdkDetail:", endpoint."
My first action was to consult the KB: http://www.veeam.com/kb1113, which means that I have to shut down the VM and set the options of the VM-guest ctkEnabled to false and scsi0:0.ctkEnabled to false too.
Then restart/shutdown/restart the VM and make a Veeambackup.
This action did not solve my issue. So I took a look in die VMware-guest-options again and noticed that scsi0:0.ctkEnabled is still set to false.
I set this option to "true" again. After that I tried to take a fullbackup with Veeam, which works like a charm (and very fast again).
Daniel
-
- Enthusiast
- Posts: 66
- Liked: 8 times
- Joined: Jun 14, 2011 1:55 pm
- Full Name: Matthew Vaughan
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
I just ran into this error as well, and went through the VM config to set CTK enabled to false. I also had to MANUALLY re-enable CTK on the VM -- maybe an issue with hardware v10?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Hi Matthew, I doubt that as I've seen that sometimes our customers had to do that manually as well, and they were running virtual hardware prior to v10.
-
- Enthusiast
- Posts: 94
- Liked: 1 time
- Joined: Dec 06, 2010 10:41 pm
- Full Name: CARLO
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
@macdaniel
Do you use NFS or iSCSI?
Do you use NFS or iSCSI?
-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Jun 07, 2014 9:32 am
- Full Name: Matteo Abrile
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Hello,mcdaniels wrote:Hi,
A few days ago, we have a total powerloss @ our VM-Host.
First there was a warning like this: Cannot use CBT: Soap fault. Error caused by file /vmfs/volumes/<a long number with letters>/DC2/DC2.vmdkDetail:", endpoint."
My first action was to consult the KB: http://www.veeam.com/kb1113, which means that I have to shut down the VM and set the options of the VM-guest ctkEnabled to false and scsi0:0.ctkEnabled to false too.
Then restart/shutdown/restart the VM and make a Veeambackup.
This action did not solve my issue. So I took a look in die VMware-guest-options again and noticed that scsi0:0.ctkEnabled is still set to false.
I set this option to "true" again. After that I tried to take a fullbackup with Veeam, which works like a charm (and very fast again).
Daniel
yesterday 1 hosts power off, and this night I receive this error on backup logs "Cannot use CBT: Soap fault. Error caused by file......."
need do somethings operation, or I can wait next backup session, I see that backup finish with warning and more longer....
Thanks
M.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Next backup should use CBT normally, however, in case it does not, you can manually set the option mentioned above to 'true' and see whether this helps.
-
- Enthusiast
- Posts: 38
- Liked: 3 times
- Joined: Feb 16, 2014 9:15 am
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Hi all,
I've got this warning message when I do a snapshot of powered off VM in order to have the most consistent state : Cannot use CBT: Soap fault. Erreur provoqu�e par le fichier /vmfs/volumes/5374d1c4-7b3890ac-1c89-bc305be4f137/vm_name/vm_name.vmdkDetail: '', endpoint: ''.
For me the solution was : delete snapshot, go to Veeam job properties, in the list of VMs click "Recalculate", then click "Finish".
Hope this will help.
Have a good day.
I've got this warning message when I do a snapshot of powered off VM in order to have the most consistent state : Cannot use CBT: Soap fault. Erreur provoqu�e par le fichier /vmfs/volumes/5374d1c4-7b3890ac-1c89-bc305be4f137/vm_name/vm_name.vmdkDetail: '', endpoint: ''.
For me the solution was : delete snapshot, go to Veeam job properties, in the list of VMs click "Recalculate", then click "Finish".
Hope this will help.
Have a good day.
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: v6 "Cannot use CBT. Soap fault" ... fixed
Some obsolete version of ESX(i) didn't provide proper CBT for powered off VMs. So, what's version you're using? Also, what operating systems are installed on top of those VMs? Wouldn't it be better to use either Application Aware Image Processing or VMware Quiescence, instead of shutting VMs down. Thanks.I do a snapshot of powered off VM in order to have the most consistent state.
Who is online
Users browsing this forum: Baidu [Spider], Google [Bot], Semrush [Bot] and 46 guests