Restores user access to instances or databases which have been quiesced for maintenance or other reasons. The UNQUIESCE command restores user access without necessitating a shutdown and database restart.
UNQUIESCE DB restores user access to all objects in the quiesced database.
UNQUIESCE INSTANCE instance-name restores user access to the instance and all databases in the instance instance-name.
To stop the instance and unquiesce it and all its databases, issue the db2stop command. Stopping and restarting DB2® will unquiesce all instances and databases.
One of the following authorities:
For database level unquiesce:
>>-UNQUIESCE--+-DB----------------------+---------------------->< '-INSTANCE--instance-name-'
Database
(Database connection is not required for an instance unquiesce.)
The following command unquiesces the database that had previously been quiesced.
db2 unquiesce db
Unquiescing an instance
The following command will unquiesce the instance instA that had previously been quiesced.
db2 unquiesce instance instA