Quiesce

(Learn how and when to remove this message)

To quiesce is to pause or alter a device or application to achieve a consistent state, usually in preparation for a backup or other maintenance.

Description

In software applications that modify information stored on disk, this generally involves flushing any outstanding writes; see buffering. With telecom applications, this generally involves allowing existing callers to finish their call but preventing new calls from initiating.

Example

Perhaps the best known support for this was incorporated into Microsoft Shadow Copies[1] which was introduced in Microsoft Windows Server 2003. For an application to be quiesced during the shadow copy process, it must register itself as a writer[2] and it is responsible for putting itself into a quiescent mode upon notification.

Vendor schemes

Various database and application vendors implement schemes to provide support for this feature including:

See also

The dictionary definition of quiesce at Wiktionary

References

  1. ^ "Volume Shadow Copy Service Technical Reference: Data Recovery". technet.microsoft.com. 8 October 2009.
  2. ^ "How Volume Shadow Copy Service Works: Data Recovery". technet.microsoft.com. 8 October 2009.
  3. ^ "IBM Knowledge Center". publib.boulder.ibm.com.
  4. ^ "IBM Knowledge Center". publib.boulder.ibm.com.
  5. ^ "High Availability Enhancements in Oracle9i". oracle-base.com.
  6. ^ "System Administration Guide (Online Only): Table of Contents". manuals.sybase.com. Archived from the original on 22 February 2009. Retrieved 22 May 2022.
  7. ^ "Archived copy". Archived from the original on 7 January 2014. Retrieved 7 January 2014.{{cite web}}: CS1 maint: archived copy as title (link)
  8. ^ douge (20 April 2015). "Use TFSServiceControl command to stop or start TFS services or application pools". msdn.microsoft.com.
  9. ^ Microsoft Support KB 950893