× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Haw about:

Find last ipl time:

SELECT Job_Entered_System_Time AS Last_Ipl
FROM TABLE(Qsys2.Job_Info(Job_Status_Filter => '*ACTIVE', Job_User_Filter => 'QSYS')) X
WHERE Job_Name = '000000/QSYS/SCPF’ ;

Then take that time and put it into another SQL:

SELECT *
FROM TABLE (
Qsys2.History_Log_Info(
Start_Time => LAST_IPL - 1 hour,
End_Time => LAST_IPL + 1 hour )) I
WHERE Message_Id in (‘CPF0905’ , ‘CPF0903')

Maybe subtracting an hour or so and look for the message IDs ?

Bryan



On Dec 13, 2021, at 11:06 AM, Rob Berendt <rob@xxxxxxxxx> wrote:

Let me summarize that link.
Run this report to see when the IPL happened
Look in DSPLOG, for that time, for these messages
CPF0905 - Attended IPL in progress.
vs
CPF0903 - Unattended IPL in progress.

Rob Berendt


Rob, possibly this.
https://www.ibm.com/support/pages/finding-if-last-ipl-was-attended-ipl



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.