IPL My One Pack

2010-08-04 Thread Daniel McLaughlin
I am finally old enough not to be embarrassed by my own lack of understanding.

Built a one pack recovery system via Mark's routine and am tailoring it now.
The stump point is how do I IPL it? Do I create a SYS1.IPLPARM on that pack
and go from there or what?
That stems from a future DR exercise where we will use it to recover our
system from encrypted tapes.

Thank you and hopefully you didn't spit your morning coffee in laughter.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IPL My One Pack

2010-08-04 Thread Walter Marguccio
 The stump point is how do I IPL it? Do I create a SYS1.IPLPARM on t


 The stump point is how do I IPL it? Do I create a SYS1.IPLPARM on that pack
 and go from there or what?

You *can* place your LOADxx on SYS1.IPLPARM, but you don't have to.
Since Mark's jobs create a SYS1.PARMLIB, you can place your LOADxx there.


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany


   
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IPL My One Pack

2010-08-04 Thread Daniel McLaughlin
That should have been obvious to me...thank you for your assist.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IPL My One Pack

2010-08-04 Thread Mark Zelden
On Wed, 4 Aug 2010 07:44:47 -0500, Daniel McLaughlin
daniel_mclaugh...@us.crawco.com wrote:

I am finally old enough not to be embarrassed by my own lack of understanding.

Built a one pack recovery system via Mark's routine and am tailoring it now.
The stump point is how do I IPL it? Do I create a SYS1.IPLPARM on that pack
and go from there or what?
That stems from a future DR exercise where we will use it to recover our
system from encrypted tapes.

Thank you and hopefully you didn't spit your morning coffee in laughter.


SYS1.IPLPARM is optional.   My onepak/twopak jobstreams adds
a LOAD00 member to SYS1.PARMLIB. 

To IPL, the loadaddress is the address of the onepak or 1st volume of the
twopak.  The loadparm can be the same address - just cuua or I use cuua00M1.

For example,  if your (primary) sysres is on address 5004:

Load address = 5004
Load parm  = 500400M1  or just 5004 as the default LOADxx is LOAD00.

For a different LOADxx, the parm would be 5004xx or 5004xxM1

See the MVS Command manual chapter 1 on loading / initialing  the system
for more details.

Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS   
mailto:mzel...@flash.net  
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IPL My One Pack

2010-08-04 Thread Shmuel Metz (Seymour J.)
In listserv%201008040744479311.0...@bama.ua.edu, on 08/04/2010
   at 07:44 AM, Daniel McLaughlin daniel_mclaugh...@us.crawco.com
said:

The stump point is how do I IPL it?

You need an IODF and a LOADxx member.

Do I create a SYS1.IPLPARM on that pack
and go from there or what?

That would be my preference, but you can put LOADxx in SYS1.PARMLIB.

 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html