Datacom has had the QUIESCE command available for several releases to be able to suspend maintenance activity within the MUF. This command applies to all the databases in the MUF at the same time, and has provided significant benefits to many customers.
To further improve this sort of processing, we have recently developed a set of commands that allow maintenance activity to be suspended for a defined subset of databases, allowing other databases to be used without interruption. This article explains these commands under the QUIESCE_DBID umbrella, and gives an example of their use.
z/OS
First, the documentation topic QUIESCE_DBID is the overview of the process, and discusses the three parts used for this to work. It is not a command of its own, but just a topic. The three commands are:
Next, the standard Quiesce processing takes place across the MUF, and suspends maintenance updates for all DBIDs while it is in effect. Here, the Quiesce_DBID processing also takes place across the MUF, but only applies to the individual DBIDs identified as eligible for Quiesce processing via the "SET" command.
One of the questions asked is how the process is different when working with a single database and with multiple databases. The simple answer here is that the process is the same. The only difference is the list of DBIDs on the "SET" command has either one or more than one DBID. This is described further in the syntax diagram for the "SET" command.
Now, let me give you an example of this process.
There are a number of messages produced when the "APPLY" command is processed, and these are noted in the APPLY command documentation. In this section, you can see an example set of messages along with an explanation.
This is a brief explanation of the Quiesce_DBID process. The important thing to remember here is that whatever databases you define in the QUIESCE_DBID_SET command are the ones that will be processed when you issue the QUIESCE_DBID_APPLY command. You can only have one set of DBIDs active at a time in a MUF, and only after you have issued the "APPLY TXN" and then the "APPLY OFF" commands, you can add or remove DBIDs using the "SET" command once more.
As always, please contact Broadcom support for Datacom if you have further questions.