CHKMSG command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (remove Sys Man guide)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
<dd>Displays the status of the most recent checkpoint
<dd>Displays the status of the most recent checkpoint
</dl>
</dl>
==Syntax==
==Syntax==
<p class="syntax">CHKMSG
<p class="syntax">CHKMSG
</p>
</p>
==Usage notes==
==Usage notes==
<p>The CHKMSG command determines the status of the most recent checkpoint and displays a message on the terminal informing the user of the date and time that the checkpoint was completed. It also provides checkpoint information such as specifying the user whose procedure caused the checkpoint to timeout or is locking a required resource. </p>
<p>
<p>Also, any outstanding transaction is ended and the USE=IGNORE attribute applies to the command.</p>
The <var>CHKMSG</var> command determines the status of the most recent checkpoint and displays a message on the terminal informing the user of the date and time that the checkpoint was completed. It also provides checkpoint information such as specifying the user whose procedure caused the checkpoint to timeout or is locking a required resource. </p>
<p>
Also, any outstanding transaction is ended and the <code>USE=IGNORE</code> attribute applies to the command.</p>
 
====Returning the checkpoint status====
====Returning the checkpoint status====
<p>Output from the CHKMSG command can include status information about an extended quiesce; for example: </p>
<p>
Output from the <var>CHKMSG</var> command can include status information about an extended quiesce; for example: </p>
<p class="code">CHECKPOINT COMPLETED ON  01.297 13:18:44.15
<p class="code">CHECKPOINT COMPLETED ON  01.297 13:18:44.15
SYSTEM ENTERED EXTENDED QUIESCE AT:  10/24/01 13:18:44, SYSTEM EXITED
SYSTEM ENTERED EXTENDED QUIESCE AT:  10/24/01 13:18:44, SYSTEM EXITED
Line 19: Line 25:
USER NUMBER:    3
USER NUMBER:    3
</p>
</p>
<p>For a detailed discussion of setting checkpoints and system recovery, refer to the <var>Model&nbsp;204 System Manager's Guide.</var></p>
<p>
For a detailed discussion of setting checkpoints and system recovery, refer to [[Checkpoints: Storing before-images of changed pages]] and [[System and media recovery]].</p>
 
[[Category: System manager commands]]
[[Category: System manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 17:30, 14 November 2014

Summary

Privileges
System manager
Function
Displays the status of the most recent checkpoint

Syntax

CHKMSG

Usage notes

The CHKMSG command determines the status of the most recent checkpoint and displays a message on the terminal informing the user of the date and time that the checkpoint was completed. It also provides checkpoint information such as specifying the user whose procedure caused the checkpoint to timeout or is locking a required resource.

Also, any outstanding transaction is ended and the USE=IGNORE attribute applies to the command.

Returning the checkpoint status

Output from the CHKMSG command can include status information about an extended quiesce; for example:

CHECKPOINT COMPLETED ON 01.297 13:18:44.15 SYSTEM ENTERED EXTENDED QUIESCE AT: 10/24/01 13:18:44, SYSTEM EXITED EXTENDED QUIESCE AT: 10/24/01 13:18:55, REASON = END COMMAND ISSUED BY USER NUMBER: 3

For a detailed discussion of setting checkpoints and system recovery, refer to Checkpoints: Storing before-images of changed pages and System and media recovery.