PDA

View Full Version : Journal receiver threshold



Guest.Visitor
01-01-1995, 02:00 AM
I have a journal receiver with a threshold of 5000k and the journal has been set to MNGRCV(*system) and DLTRCV(*no). I am new to journalling - hence my question - the receiver is now over the threshold size and from what I have read - the system should detach the journal and add a new one. I have been checking QSYSOPR but there are no messages. Is there something I am missing. Thanks for any advice. Anne

Guest.Visitor
01-19-2001, 12:26 PM
Maybe check QHST -- bobh

Guest.Visitor
01-19-2001, 01:12 PM
Bob, There a no messages in QHST - what I am looking for is what has to happen on the system before it does a CHGJRN when it detaches and add attaches another journal.

GlenKerner
01-19-2001, 01:17 PM
Are you trying to verify that a new reciever has been created? This is from the help text: Message CPF7020 is sent to the journal message queue when the journal receivers are detached. Additionally, during an initial program load (IPL), the system performs a CHGJRN command to create and attach new journal receivers and to reset the journal sequence number of journals that are not needed for commitment control recovery for that IPL. use the wrkjrna command to display the journal attributes. You should be see the message queue for the journal there. I hope this helps

Guest.Visitor
01-21-2001, 09:26 PM
Anne, What are your receiver names? In order for the system to automatically change receivers, your receiver names must in with a 4 digit number. If they do, the system will assign the next sequential number when it attaches the new receiver. If the name does not end in a 4 digit number, the system doesn't know what to do (though I would be that it sends a message - I'd be shocked if it didn't). HTH jte MC Security Editor

Guest.Visitor
01-23-2001, 08:48 AM
Thanks for the replies. My receiver detached during the ipl - I thought that it would detach after the threshold was reached.