IPL History/Report(Mainframes)



IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...

IPL History/Report(Mainframes)

Postby bazzigar » Mon Jun 18, 2012 1:57 am

Hello,

Is there any way I can get the history/report of IPL's I have done on my system,like Weekly,Monthly, Yearly etc.
I just need to know how many times I have IPLed my system in Weekly / Monthly / Yearly.
Is there any unility or program can do the same?

Thanks,
bazzigar
 
Posts: 29
Joined: Sat Feb 11, 2012 7:20 am
Has thanked: 0 time
Been thanked: 0 time

Re: IPL History/Report(Mainframes)

Postby Robert Sample » Mon Jun 18, 2012 6:30 am

If your site records SMF records, and if your site records SMF type 0 records, then you can use them to generate what you want. However, accessing SMF records is not a simple task since they have bit-level fields that must be interpreted correctly.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: IPL History/Report(Mainframes)

Postby bazzigar » Mon Jun 18, 2012 8:19 am

Robert Sample wrote:If your site records SMF records, and if your site records SMF type 0 records, then you can use them to generate what you want. However, accessing SMF records is not a simple task since they have bit-level fields that must be interpreted correctly.


Thanks Robert for the reply.Is there any JCL utility program that reads SMF Type 0 record and write to a Datasets?
bazzigar
 
Posts: 29
Joined: Sat Feb 11, 2012 7:20 am
Has thanked: 0 time
Been thanked: 0 time

Re: IPL History/Report(Mainframes)

Postby dick scherrer » Mon Jun 18, 2012 8:25 am

Hello,

If you have proper permission you can copy these records from the SMF data to a file of your own using your sort product and only INCLUDE the records you want.

This is the easy part. . . Keep in mind that there is a Huge volume of SMF data. Also keep in mind that you will have to write code fo the info you want from the selected SMF records.

Suggest you talk with the system support people as they may already have the info you want reported already.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: IPL History/Report(Mainframes)

Postby enrico-sorichetti » Mon Jun 18, 2012 11:40 am

with the current MTF reporting on IPLs is just waste of time.
nowadays an IPL in a production system is kind of a traumatic event.
with quite a bit of paperwork and follow ons.

if Your organization has the need to track the IPLs then, most probably, has bigger problems hidden somewhere.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: IPL History/Report(Mainframes)

Postby mongan » Mon Jun 18, 2012 12:27 pm

If this does not have to be for the past then you can record your IPLs using a rexx called IPLPARM or the something like that, IPLPARM can be found at
http://www.mzelden.com/mvsutil.html

We have a job that runs every day at 23:55 to document the IPL information.
//T        EXEC PGM=IKJEFT1B,                     
//             DYNAMNBR=35,                       
//             REGION=512K,PARM='IPLPARM'         
//SYSIN    DD  TERM=TS,SYSOUT=*                   
//SYSPRINT DD  TERM=TS,SYSOUT=*                   
//SYSPROC  DD  DSN=SYNPU1.&SYSVNRN..CLIST,DISP=SHR
//         DD  DSN='SYNPU1.SYST.CLIST',DISP=SHR   
//SYSTSPRT DD  SYSOUT=*,DEST=(BASLERHG,LISTARCH) 
//SYSTSIN  DD  DUMMY                             
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times

Re: IPL History/Report(Mainframes)

Postby steve-myers » Tue Jun 19, 2012 9:29 am

Technically, the SMF 0 record does not record IPLs; it records the start of SMF recording, though that usually amounts to the same thing.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: IPL History/Report(Mainframes)

Postby jaggz » Tue Jun 19, 2012 9:38 am

Technically it should be fine to track via SMF, but I am sure there should be change record for all the scheduled IPL's and also Emergency IPL reported to Change Management Post the IPL.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: IPL History/Report(Mainframes)

Postby Robert Sample » Tue Jun 19, 2012 2:33 pm

The System Management Facilities (SMF) manual has
13.4 Record Type 0 (00) -- IPL
so IBM says the record is for IPL.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: IPL History/Report(Mainframes)

Postby steve-myers » Tue Jun 19, 2012 3:26 pm

Robert Sample wrote:The System Management Facilities (SMF) manual has
13.4 Record Type 0 (00) -- IPL
so IBM says the record is for IPL.

Robert - you should read more of the chapter, not just the chapter title. Fair use excerpt --
Record type 0 is written after every SMF initialization. It includes the virtual and central storage sizes and some of the SMF options in effect. See record type 90 (subtype 9) for information about the IPL of SMF.
My emphasis.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times


Return to Operating Systems