Operating System - OpenVMS
1829921 Members
2322 Online
109993 Solutions
New Discussion

RE: Sys$Queue_Manager.Qman$Journal

 
Michael Pacenza
Occasional Contributor

RE: Sys$Queue_Manager.Qman$Journal

RE: Sys$Queue_Manager.Qman$Journal

VMS 6.2 and no I will not be updating to a newer version.
2 REPLIES 2
Michael Pacenza
Occasional Contributor

Re: RE: Sys$Queue_Manager.Qman$Journal

I have been told to run the following. What does it do?

$ run sys$system:jbc$command
jbc$command> DIAG 7
$
Volker Halle
Honored Contributor

Re: RE: Sys$Queue_Manager.Qman$Journal

Michael,

JBC$COMMAND> DIAG 7 forces the queue manager to start checkpointing immediately.

Checkpointing will cause the queue manager to create a new SYS$QUEUE_MANAGER.QMAN$JORNAL file and write all current job information to that new journal file. The old journal file is then deleted.

Volker.