Here's a snippet of code I use..

Say '*** When you hit ENTER - the LOADPARM screen will be displayed.  Enter
cons=102C in the options and hit F10 to IPL VM'

Pull any

/* Use neat DIAG call to set conmode and IPL all in one step */
X=DIAGRC(8,'CP TERM CONMODE 3270'||'15'X||'IPL 893D CLEAR LOADPARM 102C')


Change the IPL 893D and 102C to suit your needs.   You can also:

'PIPE CP Q V CONS | TAKE FIRST | SPECS W2 1 | VAR CONSADDR'

and then use the variable consaddr in the code above instead of 102C

Scott Rohling


On Wed, Aug 4, 2010 at 10:21 AM, Kris Buelens <kris.buel...@gmail.com>wrote:

> And Q V CONS, note the address, and issue
>  IPL dasdaddr LOADPARM CONScccc
> or if you want to see the SAPL panel:
>  IPL dasdaddr LOADPARM cccc
> in both cases "cccc" is the address you found with Q V CONS
>
> 2010/8/4 Frank M. Ramaekers <framaek...@ailife.com>
>
>  TERM CONMODE 3270 before IPL?
>>
>>
>>
>>
>>
>> Frank M. Ramaekers Jr.
>>
>>
>>
>>
>>  ------------------------------
>>
>> *From:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *On
>> Behalf Of *Tom Huegel
>> *Sent:* Wednesday, August 04, 2010 11:16 AM
>> *To:* IBMVM@LISTSERV.UARK.EDU
>> *Subject:* Second level z/VM console
>>
>>
>>
>> Good morning all.. I am a little rusty still. I am trying to IPL a second
>> level z/VM and get the disabled wait console error.
>>
>> If I could find the install guide (either paper or on the web) I know it
>> has the instructions for setting up the console for 2nd level z/VM. If
>> anyone has a link to that doc or could send me the steps for the IPL I'd
>> appreciate it.
>>
>> Thanks.
>>
>> Tom
>>  _____________________________________________________ This message
>> contains information which is privileged and confidential and is solely for
>> the use of the intended recipient. If you are not the intended recipient, be
>> aware that any review, disclosure, copying, distribution, or use of the
>> contents of this message is strictly prohibited. If you have received this
>> in error, please destroy it immediately and notify us at
>> privacy...@ailife.com.
>>
>
>
>
> --
> Kris Buelens,
> IBM Belgium, VM customer support
>

Reply via email to