CPQZACTN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor cleanup)
Line 15: Line 15:


==Description==
==Description==
<p>If an extended quiesce is in progress, one of the following actions will take place when the CPQZSECS time limit expires. The action depends on the setting of CPQZACTN. The settings are mutually exclusive.</p>
<p>
If an extended quiesce is in progress, one of the following actions will take place when the <var>CPQZSECS</var> time limit expires. The action depends on the setting of <var>CPQZACTN</var>. The settings are mutually exclusive.</p>
<table>
<table>
<tr><th>Setting </th><th>Meaning</th></tr>
<tr class="head"><th>Setting </th><th>Meaning</th></tr>
<tr><th align="right"><var>X'10' </var></th><td>EOJ - terminate the run</td></tr>
 
<tr><th align="right"><var>X'20' </var></th><td>OPERATOR - prompts the Operator to provide what action to take: EOJ, ENDEQ, or CONTINUE</td></tr>
<tr><th><var>X'10'</var></th>
<tr><th align="right"><var>X'40' </var></th><td>ENDEQ - end extended quiesce state, release all updating users</td></tr>
<td>EOJ &mdash; terminate the run</td></tr>
<tr><th align="right"><var>X'80' </var></th><td>CONTINUE - the extended quiesce should continue for the length of CPQZSECS seconds</td></tr>
 
<tr><th><var>X'20'</var></th>
<td>OPERATOR &mdash; prompts the Operator to provide what action to take: EOJ, ENDEQ, or CONTINUE</td></tr>
 
<tr><th><var>X'40'</var></th>
<td>ENDEQ &mdash; end extended quiesce state, release all updating users</td></tr>
 
<tr><th><var>X'80'</var></th>
<td>CONTINUE &mdash; the extended quiesce should continue for the length of CPQZSECS seconds</td></tr>
</table>
</table>
<p>If the extended quiesce is ended before the CPQZSECS time limit expires, the CPQZACTN setting is ignored. </p>
<p>
If the extended quiesce is ended before the <var>CPQZSECS</var> time limit expires, the <var>CPQZACTN</var> setting is ignored. </p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 23:33, 12 May 2015

Checkpoint extended quiesce timeout action

Summary

Default value
X'80', unless the CPQZSECS parameter is explicitly set.
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V5.1

Description

If an extended quiesce is in progress, one of the following actions will take place when the CPQZSECS time limit expires. The action depends on the setting of CPQZACTN. The settings are mutually exclusive.

Setting Meaning
X'10' EOJ — terminate the run
X'20' OPERATOR — prompts the Operator to provide what action to take: EOJ, ENDEQ, or CONTINUE
X'40' ENDEQ — end extended quiesce state, release all updating users
X'80' CONTINUE — the extended quiesce should continue for the length of CPQZSECS seconds

If the extended quiesce is ended before the CPQZSECS time limit expires, the CPQZACTN setting is ignored.