Re: [External] : Re: linklist error at IPL

2023-03-17 Thread Steve Horein
gt; -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Steve Horein > Sent: Thursday, March 16, 2023 5:21 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [External] : Re: linklist error at IPL > > Do you have any kind of automation packa

Re: linklist error at IPL

2023-03-17 Thread Peter Relson
Thanks to Mark J for his post about Netview's CANZLOG. I was going to post that you can somehow tell Netview to manage messages issued before Netview starts. But I had no idea exactly how. Peter Relson z/OS Core Technology Design

Re: [External] : Re: linklist error at IPL

2023-03-17 Thread Steve Thompson
U On Behalf Of Mark Zelden Sent: Thursday, March 16, 2023 7:32 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] : Re: linklist error at IPL I know there are lots of critical errors that can happen during NIP so I don't know exactly where to draw the line, but it would be great if the OS could

Re: [External] : Re: linklist error at IPL

2023-03-17 Thread rpinion865
gt; > -Original Message- > From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of > Mark Zelden > > Sent: Thursday, March 16, 2023 7:32 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: [External] : Re: linklist error at IPL > > I know there are lots o

Re: [External] : Re: linklist error at IPL

2023-03-17 Thread Richard McIntosh
-MAIN@LISTSERV.UA.EDU Subject: [External] : Re: linklist error at IPL I know there are lots of critical errors that can happen during NIP so I don't know exactly where to draw the line, but it would be great if the OS could flag things like this (missing LNKLST library, missing LPA libra

Re: [External] : Re: linklist error at IPL

2023-03-17 Thread Richard McIntosh
Horein Sent: Thursday, March 16, 2023 5:21 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] : Re: linklist error at IPL Do you have any kind of automation package available to you? On Thu, Mar 16, 2023 at 8:11 AM Richard McIntosh < richard.mcint...@oracle.com> wrote: > Is there anyw

Re: linklist error at IPL

2023-03-17 Thread Ituriel do Neto
I used to work for a company and during this time we developed an SYSREXX launched as soon as possible after IPL, that has the following purposes: a) Using Showzos, it takes a photo of the current IPL, saving the information into a Dataset GDG. It has information about IPL addresses, APF librari

Re: linklist error at IPL

2023-03-16 Thread Mark Jacobs
Personally I use Netview's CANZLOG functionally post-ipl to review syslog, filtering on descriptor codes that I find interesting. Adding this to your PROGxx member allows Netview to view messages that were issued prior to the subsystem being initialized, including NIP messages. EXIT ADD EXITNA

Re: linklist error at IPL

2023-03-16 Thread Mark Zelden
I know there are lots of critical errors that can happen during NIP so I don't know exactly where to draw the line, but it would be great if the OS could flag things like this (missing LNKLST library, missing LPA library or MLPA, missing SVCs) and then reflect the error in a health check post

Re: linklist error at IPL

2023-03-16 Thread Steve Horein
Do you have any kind of automation package available to you? On Thu, Mar 16, 2023 at 8:11 AM Richard McIntosh < richard.mcint...@oracle.com> wrote: > Is there anyway to get alerted to a linklist error duing the IPL process. > The error messages come out to early for any MPF processing to hilite i

Re: linklist error at IPL

2023-03-16 Thread David Spiegel
Hi Richard, Assuming that your "console" uses software emulation (e.g. PCOMM), you could code a "Screen Scraper" to "see" messages and take action. Regards, David On 2023-03-16 09:01, Richard McIntosh wrote: Is there anyway to get alerted to a linklist error duing the IPL process. The error

Re: linklist error at IPL

2023-03-16 Thread Seymour J Metz
Look for the message in the Master Trace. From: IBM Mainframe Discussion List on behalf of Richard McIntosh Sent: Thursday, March 16, 2023 9:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: linklist error at IPL Is there anyway to get alerted to a linklist

linklist error at IPL

2023-03-16 Thread Richard McIntosh
Is there anyway to get alerted to a linklist error duing the IPL process. The error messages come out to early for any MPF processing to hilite it and they rolled by to quick for operations to notice and caused TLMS to not get initialized. Dataset is not in master catalog and the wrong volser w