Quiesce
   HOME

TheInfoList



OR:

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 Disk or disc may refer to: * Disk (mathematics), a geometric shape * Disk storage Music * Disc (band), an American experimental music band * ''Disk'' (album), a 1995 EP by Moby Other uses * Disk (functional analysis), a subset of a vector sp ...
, 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 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 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: * Symantec's Livestate – now includes a quiesce process, as does VMware's VI3 snapshot and VCB features. Symantec supports Exchange and SQL. * VMware support – IO system * IBM DB2 LUW supports a Quiesce command that is used to indicate a state for which all users have been locked out of a database or an instance (of databases) so that administrative tasks can be performed. * IBM DB2 for z/OS, OS/390 and IBM i Operating System has a utility command called QUIESCE, used in order to make it write all data belonging to a certain database (a logical entity in a DB2 subsystem) from the buffers, helping utility programs get DRAIN access on the datasets quickly. * IBM DB2 for z/OS and OS/390 also supports a command SET LOG SUSPEND that technically speaking, stops it from writing to the log, in fact freezing any database activity (except for most queries). This mode is used sometimes for snapshot type backup schemes, thus only lasting for less than a second, ensuring backed up data is in a consistent state. This command is reversed with a SET LOG RESUME command. * A graceful shutdown of WebSphere MQ is called ''quiescing.'' * ORACLE also supports a Quiesce command since version 9i which allows existing users to continue to use resources but disallows new resources being made available. * SYBASE ASE 12.0 and above support a QUIESCE DATABASE command that prevents any process from running commands that write to the transaction log. The primary purpose is to stop all update activity so the database files can be copied or backed up using OS level utilities. While the database is quiesced, it is still available to users for read-only queries. * Microsoft
Windows SharePoint Services SharePoint is a web-based collaborative platform that integrates natively with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and its usage v ...
3.0 and
Microsoft Office SharePoint Server SharePoint is a web-based collaborative platform that integrates natively with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and its usage v ...
2007/2010 support a QUIESCE or QUIESCE FROM TEMPLATE (2010) option within the Central Administration operations window. This allows an administrator to stop the server farm from accepting new user connections and gradually brings any long-running applications offline without causing data loss. *
JADE Jade is a mineral used as jewellery or for ornaments. It is typically green, although may be yellow or white. Jade can refer to either of two different silicate minerals: nephrite (a silicate of calcium and magnesium in the amphibole group of ...
Object Oriented Database system can perform a quiesced backup with the parameter 'quiesced=true'. The database is placed in a quiescent state by allowing current active transactions to complete and then flushing modified buffers from cache to the stable database. During a quiesced backup, updating transactions are not permitted and attempts to execute database transactions raise a database exception. * Microsoft Visual Studio
Team Foundation Server Azure DevOps Server (formerly Team Foundation Server (TFS) and Visual Studio Team System (VSTS)) is a Microsoft product that provides version control (either with Team Foundation Version Control (TFVC) or Git), reporting, requirements managemen ...
supports quiesce functionality by using the TFS Service Control command-line utility. More information exists about this command-line utility in the
MSDN Library Microsoft Developer Network (MSDN) was the division of Microsoft responsible for managing the firm's relationship with developers and testers, such as hardware developers interested in the operating system (OS), and software developers developing ...
. A Microsoft Knowledge Base article describes it by indicating that it disables access to Team Foundation Server services for the duration of servicing operations.Microsoft Support KB 950893
/ref>


See also


References

{{reflist Computer hardware tuning Computing terminology