I searched google and these very forums. But nothing I found was related to linux quiesce:
I'm using Veeam B&R for backing up a debian linux guest which has several databases on it. In order to create a dump of the database, I'm making use of the pre-freeze/post-thaw scripts. Now the Problem is, that the script takes about 30mins. However the snapshot get's a timeout after 15mins (See vmware.log of said machine).
Is there a way to increase the timout to 30+min? Or am I mistaken and the timeout is not the cause?
The snapshot creation timeout happens in vCenter, but have you checked if maybe the snapshot itself is beeing made in the ESXi holding that VM? It's a known problem on vCenter, look here: http://kb.vmware.com/selfservice/micros ... Id=1004790
A super quick workaround so would be to point Veeam directly to the single ESXi server, and create the snapshot from there.
Just got a resolution to this issue on our site.
Add the following to the vmx configuration. 1200 is the number of seconds to wait.
"snapshot.quiesce.timeout"= "1200"
I believe you still need to extend the vpxd timeout in vcenter for this to work, but have not confirmed that.