Questions tagged [quiesce]

Describes pausing or altering the state of running processes on a computer, particularly those that might modify information stored on disk during a backup, in order to guarantee a consistent and usable backup.

6 questions
2
votes
2 answers

Veeam backup of VMware ESXi VM's - is it a snapshot backup?

We run VMWare ESXi 5 and are looking at backup solutions. We found Veeam backup free edition and thought we would try it. At the start of the backup wizard, there is an option to disable "quiescing the guest (for crash consistent backup)". I've…
TSG
  • 1,674
  • 7
  • 32
  • 51
1
vote
0 answers

RHEL6.1 VM machines frozen when a quiesced snapshot is created for backup purpose

My RHEL 6.1 virtual machines running on ESXi hosts 5.1.0 get frozen when the backup procedure tries to get a quiesced snapshot. I have to reset the virtual machines from VMware console. The tool used to quiesce the virtual machine is SYMCquiesce…
Jdamian
  • 285
  • 3
  • 19
1
vote
0 answers

Can an ESXi 5.1 VM have Applicaiton Aware Image Processing enabled at the sametime it has Freeze/Thaw Scripts?

So you can't enable Application Aware Image Processing at the same time you have Freeze/Thaw scripts enabled. But in the event that you have a VSS Aware (such as SQL Server 2008 R2) database on the same server as another database that requires…
leeand00
  • 4,869
  • 15
  • 69
  • 110
1
vote
1 answer

XenServer and Quiesced snapshots

At work we use XenServer to administrate all the VM's. Now I wrote a script which enables Linux machines quiesced support. The script works absolutely fine. It activates if someone triggers a quiesced snapshot. Now here's the big question: Do the…
wagner-felix
  • 111
  • 2
1
vote
1 answer

Is it possible to quiesce ms-access for a database backup using VSS?

I was on the phone today with a remote site backup provider and they talked about using Volume Shadowing Service to make a fast database-aware backup. They said that in order for this to work, it would help to have a database that was backup aware,…
leeand00
  • 4,869
  • 15
  • 69
  • 110
0
votes
1 answer

virsh error: domain is already quiesced

My VM backup script fails while creating the snapshot. virsh snapshot-create-as --domain machine_1 snap --diskspec vda,file=/srv/test/test-snap.qcow2 --disk-only --atomic --no-metadata --quiesce error: Requested operation is not valid: domain is…
Jérôme
  • 615
  • 2
  • 8
  • 19