Here is what I use as SLES12 EXEC, which I've modified slightly from what is shipped).
/* REXX LOAD EXEC FOR SUSE LINUX S/390 VM GUESTS */ /* LOADS SUSE LINUX S/390 FILES INTO READER */ SAY '' SAY 'LOADING SLES12 FILES INTO READER...' 'CP CLOSE RDR' 'PURGE RDR ALL' 'SPOOL PUNCH * RDR' 'PUNCH SLES12 LINUX A (NOH' 'PUNCH' 'USERID'() 'PARM-S12 A (NOH' 'PUNCH SLES12 INITRD A (NOH' 'CHANGE RDR ALL KEEP NOHOLD' 'IPL 00C CLEAR' Harley -----Original Message----- From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Peter Sent: Tuesday, February 17, 2015 8:52 AM To: [email protected] Subject: Re: SUSE gold Image Hi Mark/All, Thank you so much. So I believe I need to punch LINUX file instead of VMRDR 'PUNCH VMRDR IKR I (NOH' If RC <> 0 Then Exit RC 'PUNCH PARMFILE CA I (NOH' If RC <> 0 Then Exit RC 'PUNCH INITRD $DEFAULT I (NOH' If RC <> 0 Then Exit RC On Tue, Feb 17, 2015 at 8:15 PM, Mark Post <[email protected]> wrote: > >>> On 2/17/2015 at 09:33 AM, Peter <[email protected]> wrote: > > Thanks but not sure why our SUSE directory does not have the linux > > file > in > > it, but I can see INITRD and PARMFILE.(z/VM). > > Because that changed with SLES12 to be consistent with the other > architectures. > > > Mark Post > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/ *************************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. ****************************************************************************
