Re: Reply CONSOLE when run ZOS under ZVM

2010-11-05 Thread gclovis

Mark;
This happens when a VM terminal defined as  CONSOLE (01F in this case)
wasn't defined in NIPCON into zOS MVSCP (imbed in zOS IOCP).
For zOS initialize his console correctly it must be defined in IOCP, NIPCON
and also in CONSOLxx (PARMLIB).
When not in NIPCON, we can use the VINPUT VMSG to reply NIP (Nucleus
Initialization Program) messages, and if this address are valid in IOCP and
CONSOLxx it becomes normal when Address Space CONSOLE starts.
Years ago this symptom was frequent when zOS works under VM; occurs rarely
nowadays due migration of zOS to its own LPARs...
__
Clovis


|
| From:  |
|
  
--|
  |Mark Pace pacemainl...@gmail.com   
 |
  
--|
|
| To:|
|
  
--|
  |IBMVM@LISTSERV.UARK.EDU  
 |
  
--|
|
| Date:  |
|
  
--|
  |01/11/2010 12:31 
 |
  
--|
|
| Subject:   |
|
  
--|
  |Re: Reply CONSOLE when run ZOS under ZVM 
 |
  
--|
|
| Sent by:   |
|
  
--|
  |The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU  
 |
  
--|





I don't know why you are seeing a CP READ for a z/OS prompt.
Is this terminal defined to z/OS as a console?

Since it's in a CP READ you may try entering Begin.  then try the R 0,I

On Mon, Nov 1, 2010 at 10:21 AM, Sergio Lima sergiovm...@hotmail.com
wrote:
  Hello Mark and George,

  First thanks very much from your help.

  He do there what you said, but still don't work.

  So he send the console , and I do a copy past :

  CP Q
  TERM  

  LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR
  OFF
  LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT
  OFF
  CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE
  OFF
  AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270
  OFF

  CP IPL A80 LOADPARM
  0A82CS
   *IEA247I USING IEASYSCS FOR z/OS 01.09.00
  HBB7740
   ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR
  CONFIGURATION KE
  YWORDS IN GRSCNF00 ARE
  IGNORED.
   IEA598I TIME ZONE =
  W.06.00.00
   IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX
  MODE: CONFIGURA
  TION
  REQUIREMENT   

   IXC404I SYSTEM(S) ACTIVE OR IPLING:
  ADCD
   H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO
  REINITIALIZE XCF.
    REPLYING I WILL IMPACT OTHER ACTIVE
  SYSTEMS.
  H Prompt text: R
  00,













      CP READ
  ZVM_BRT

  He can't responde to ZOS machine, because when entry the command,
  receive :

  R 00,I
  HCPCMD001E Unknown CP command: R

  Thanks,

  Sergio



  Date: Mon, 1 Nov 2010 10:00:41 -0400
  From

Re: Reply CONSOLE when run ZOS under ZVM

2010-11-05 Thread Alan Altmark
On Friday, 11/05/2010 at 10:03 EDT, gclo...@br.ibm.com wrote:

 When not in NIPCON, we can use the VINPUT VMSG to reply NIP (Nucleus 
 Initialization Program) messages, and if this address are valid in IOCP 
and 
 CONSOLxx it becomes normal when Address Space CONSOLE starts.

Remember to use #CP VINPUT VMSG R 00,I

If you are the secuser, then CP SEND CP mvsuser VINPUT .

That little H on
H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE 
XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE 
SYSTEMS.  
H Prompt text: R 
00,

is the indication that the guest is using the integrated (linemode) 
console and that #CP VINPUT VMSG is needed.

Alan Altmark

z/VM and Linux on System z Consultant
IBM System Lab Services and Training 
ibm.com/systems/services/labservices 
office: 607.429.3323
alan_altm...@us.ibm.com
IBM Endicott


Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Sergio Lima

Hello List,
 
A friend have a question, but, his is not in this list, and for this reason I 
try do a favour ask this question for him.
He try run ZOS under ZVM, and when need give a response (reply), the CMS 
machine stay under CP READ, and for this reason the IPL can't continue.
I said that give CP TERM CON 3270, but still don't run.
Someone already have this problem?
 
Thanks very much
 
Sergio .  

Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Mark Pace
I'm not sure about his specific problem, but things to take into account.
The default recall key for z/OS is PA1 which the default key for CP READ.
A couple of things that I add to my USER DIRECT entry for all z/OS guests.

   COMMAND TERM BRKKEY PF12
   COMMAND TERM BREAKIN GUESTCTL
   COMMAND SET RUN ON

The BRKKEY will change the CP READ to PF12, leaving PA1 for z/OS console
recall.
Changing the BREAKIN to GUESTCTL will limit some of the times that z/VM
interupts the console

On Mon, Nov 1, 2010 at 9:38 AM, Sergio Lima sergiovm...@hotmail.com wrote:

  Hello List,

 A friend have a question, but, his is not in this list, and for this reason
 I try do a favour ask this question for him.
 He try run ZOS under ZVM, and when need give a response (reply), the CMS
 machine stay under CP READ, and for this reason the IPL can't continue.
 I said that give CP TERM CON 3270, but still don't run.
 Someone already have this problem?

 Thanks very much

 Sergio .




-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems


Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread George Henke/NYLIC
Sergio:

You need to CP SET RUN ON which allows the z/OS guest virtual machine to 
run without an interrupt for  CP READ. 




Mark Pace pacemainl...@gmail.com 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
11/01/2010 09:52 AM
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: Reply CONSOLE when run ZOS under ZVM






I'm not sure about his specific problem, but things to take into account.
The default recall key for z/OS is PA1 which the default key for CP READ.
A couple of things that I add to my USER DIRECT entry for all z/OS guests.

   COMMAND TERM BRKKEY PF12
   COMMAND TERM BREAKIN GUESTCTL   
   COMMAND SET RUN ON  

The BRKKEY will change the CP READ to PF12, leaving PA1 for z/OS console 
recall.
Changing the BREAKIN to GUESTCTL will limit some of the times that z/VM 
interupts the console

On Mon, Nov 1, 2010 at 9:38 AM, Sergio Lima sergiovm...@hotmail.com 
wrote:
Hello List,
 
A friend have a question, but, his is not in this list, and for this 
reason I try do a favour ask this question for him.
He try run ZOS under ZVM, and when need give a response (reply), the CMS 
machine stay under CP READ, and for this reason the IPL can't continue.
I said that give CP TERM CON 3270, but still don't run.
Someone already have this problem?
 
Thanks very much
 
Sergio .



-- 
Mark D Pace 
Senior Systems Engineer 
Mainline Information Systems 






Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Sergio Lima

Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM   
LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF   
LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF 
CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF  
AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF  

CP IPL A80 LOADPARM 0A82CS  
 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740  
 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED. 
 IEA598I TIME ZONE = W.06.00.00 
 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE: CONFIGURA
TION REQUIREMENT
 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD   
 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.  
H Prompt text: R 00,













CP READ   ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the command, receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   
Thanks,
 
Sergio
 

 


Date: Mon, 1 Nov 2010 10:00:41 -0400
From: george_he...@newyorklife.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU


Sergio: 

You need to CP SET RUN ON which allows the z/OS guest virtual machine to run 
without an interrupt for  CP READ. 







Mark Pace pacemainl...@gmail.com 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU 
11/01/2010 09:52 AM 




Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU






To
IBMVM@LISTSERV.UARK.EDU 


cc



Subject
Re: Reply CONSOLE when run ZOS under ZVM









I'm not sure about his specific problem, but things to take into account. 
The default recall key for z/OS is PA1 which the default key for CP READ. 
A couple of things that I add to my USER DIRECT entry for all z/OS guests. 

   COMMAND TERM BRKKEY PF12 
   COMMAND TERM BREAKIN GUESTCTL
   COMMAND SET RUN ON   

The BRKKEY will change the CP READ to PF12, leaving PA1 for z/OS console 
recall. 
Changing the BREAKIN to GUESTCTL will limit some of the times that z/VM 
interupts the console 

On Mon, Nov 1, 2010 at 9:38 AM, Sergio Lima sergiovm...@hotmail.com wrote: 
Hello List,
 
A friend have a question, but, his is not in this list, and for this reason I 
try do a favour ask this question for him.
He try run ZOS under ZVM, and when need give a response (reply), the CMS 
machine stay under CP READ, and for this reason the IPL can't continue.
I said that give CP TERM CON 3270, but still don't run.
Someone already have this problem?
 
Thanks very much
 
Sergio . 



-- 
Mark D Pace  
Senior Systems Engineer  
Mainline Information Systems  




  

Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Mark Pace
I don't know why you are seeing a CP READ for a z/OS prompt.
Is this terminal defined to z/OS as a console?

Since it's in a CP READ you may try entering *B*egin.  then try the R 0,I

On Mon, Nov 1, 2010 at 10:21 AM, Sergio Lima sergiovm...@hotmail.comwrote:

  Hello Mark and George,

 First thanks very much from your help.

 He do there what you said, but still don't work.

 So he send the console , and I do a copy past :

 CP Q
 TERM
 LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR
 OFF
 LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT
 OFF
 CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE
 OFF
 AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270
 OFF


 CP IPL A80 LOADPARM
 0A82CS
  *IEA247I USING IEASYSCS FOR z/OS 01.09.00
 HBB7740
  ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR
 CONFIGURATION KE
 YWORDS IN GRSCNF00 ARE
 IGNORED.
  IEA598I TIME ZONE =
 W.06.00.00
  IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE:
 CONFIGURA
 TION
 REQUIREMENT
  IXC404I SYSTEM(S) ACTIVE OR IPLING:
 ADCD
  H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE
 XCF.
   REPLYING I WILL IMPACT OTHER ACTIVE
 SYSTEMS.
 H Prompt text: R
 00,


























 CP READ
 ZVM_BRT

 He can't responde to ZOS machine, because when entry the command, receive :

 R 00,I
 HCPCMD001E Unknown CP command: R

 Thanks,

 Sergio



 --
 Date: Mon, 1 Nov 2010 10:00:41 -0400
 From: george_he...@newyorklife.com

 Subject: Re: Reply CONSOLE when run ZOS under ZVM
 To: IBMVM@LISTSERV.UARK.EDU


 Sergio:

 You need to CP SET RUN ON which allows the z/OS guest virtual machine to
 run without an interrupt for  CP READ.



   *Mark Pace pacemainl...@gmail.com*
 Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU 11/01/2010
 09:52 AM
 Please respond to
 The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To
 IBMVM@LISTSERV.UARK.EDU
 cc
   Subject
 Re: Reply CONSOLE when run ZOS under ZVM




 I'm not sure about his specific problem, but things to take into account.
 The default recall key for z/OS is PA1 which the default key for CP READ.
 A couple of things that I add to my USER DIRECT entry for all z/OS guests.

COMMAND TERM BRKKEY PF12
COMMAND TERM BREAKIN GUESTCTL
COMMAND SET RUN ON

 The BRKKEY will change the CP READ to PF12, leaving PA1 for z/OS console
 recall.
 Changing the BREAKIN to GUESTCTL will limit some of the times that z/VM
 interupts the console

 On Mon, Nov 1, 2010 at 9:38 AM, Sergio Lima 
 *sergiovm...@hotmail.com*sergiovm...@hotmail.com
 wrote:
 Hello List,

 A friend have a question, but, his is not in this list, and for this reason
 I try do a favour ask this question for him.
 He try run ZOS under ZVM, and when need give a response (reply), the CMS
 machine stay under CP READ, and for this reason the IPL can't continue.
 I said that give CP TERM CON 3270, but still don't run.
 Someone already have this problem?

 Thanks very much

 Sergio .



 --
 Mark D Pace
 Senior Systems Engineer
 Mainline Information Systems







-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems


Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Chuck Arney
He needs a 3270 console device at 0700 for the z/OS ADCD system.  He can
define it the same as his CP console (at device 0700) or he can use a
different device from his CP console.

 

Chuck Arney
illustro Systems International, LLC
http://www.illustro.com
Internet-enable your applications with z/Ware V2
Voice: 214-800-8900 X#5562
--
This e-mail is private and may be confidential and is for the intended
recipient only. If misdirected, please notify us by telephone and
confirm that it has been deleted from your system and any copies
destroyed. If you are not the intended recipient you are strictly
prohibited from using, printing, copying, distributing or disseminating
this e-mail or any information contained in it.  
  
We use reasonable measures to virus scan all E-mails leaving illustro
but no warranty is given that this E-mail and any attachments are virus
free. You should ensure you have adequate measures in place for your own
virus checking.



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Sergio Lima
Sent: Monday, November 01, 2010 9:22 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Reply CONSOLE when run ZOS under ZVM

 

Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM

LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF

LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF

CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF

AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF

 

CP IPL A80 LOADPARM 0A82CS

 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740

 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR
CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED.

 IEA598I TIME ZONE = W.06.00.00

 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE:
CONFIGURA
TION REQUIREMENT

 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD

 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO
REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.

H Prompt text: R 00,

 

CP READ
ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the command,
receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   





Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Sergio Lima

Hello Mike,
 
He said that when gove Begin, the System stay in WAIT (Don't do none).
So, He sent hte directory entry, may be some mistake here :
 
USER ZOS19 ZOS19 500M 1000M ABCDEFG 
 MACHINE ESA 2  
 OPTION MAINTCCW LNKEXCLU   
 ACCOUNT MVS1 SITE-01   
 STDEVOPT DASDSYS DATAMOVER LIBRARY CTL 
 IPL CMS
 XSTORE 1M  
 CONSOLE 01F 3270 C 
 SPOOL 00C 2540 READER *
 SPOOL 00D 2540 PUNCH  A
 SPOOL 00E 1403 A   
 SPECIAL 0E20 CTCA  
 SPECIAL 0E21 CTCA  
 SPECIAL 0700 3270  
 SPECIAL 0701 3270  
 SPECIAL 0702 3270  
 SPECIAL 0703 3270  
 SPECIAL 0900 3270  
 SPECIAL 0901 3270  
 SPECIAL 0902 3270  
 LINK MAINT 190 190 RR  
 LINK MAINT 19D 19D RR  
 LINK MAINT 19E 19E RR  
 
Can you see please ?
 
Thanks again,
 
Sergio
 

 


Date: Mon, 1 Nov 2010 10:29:02 -0400
From: pacemainl...@gmail.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU

I don't know why you are seeing a CP READ for a z/OS prompt.
Is this terminal defined to z/OS as a console?


Since it's in a CP READ you may try entering Begin.  then try the R 0,I


On Mon, Nov 1, 2010 at 10:21 AM, Sergio Lima sergiovm...@hotmail.com wrote:


Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM   
LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF   
LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF 
CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF  
AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF  

CP IPL A80 LOADPARM 0A82CS  
 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740  
 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED. 
 IEA598I TIME ZONE = W.06.00.00 
 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE: CONFIGURA
TION REQUIREMENT
 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD   
 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.  
H Prompt text: R 00,













CP READ   ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the command, receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   
Thanks,
 
Sergio
 

 


Date: Mon, 1 Nov 2010 10:00:41 -0400
From: george_he...@newyorklife.com

Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU


Sergio: 

You need to CP SET RUN ON which allows the z/OS guest virtual machine to run 
without an interrupt for  CP READ. 







Mark Pace pacemainl...@gmail.com 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU 11/01/2010 
09:52 AM 




Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU







To
IBMVM@LISTSERV.UARK.EDU 


cc



Subject
Re: Reply CONSOLE when run

Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Sergio Lima

Hello Chuck, Mark, and George.
 
Now he said that run well.
He change the console definition from 01f to 0700.
Thanks very much from all from the help.
You are the best.
 
Now my friend need pay a beer to me, and I need also pay a beer to you.
 
Best Regards,
 
Sergio
 


Date: Mon, 1 Nov 2010 09:36:29 -0500
From: car...@illustro.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU








He needs a 3270 console device at 0700 for the z/OS ADCD system.  He can define 
it the same as his CP console (at device 0700) or he can use a different device 
from his CP console.
 

Chuck Arney
illustro Systems International, LLC
http://www.illustro.com
Internet-enable your applications with z/Ware V2
Voice: 214-800-8900 X#5562
--
This e-mail is private and may be confidential and is for the intended 
recipient only. If misdirected, please notify us by telephone and confirm that 
it has been deleted from your system and any copies destroyed. If you are not 
the intended recipient you are strictly prohibited from using, printing, 
copying, distributing or disseminating this e-mail or any information contained 
in it.  
  
We use reasonable measures to virus scan all E-mails leaving illustro but no 
warranty is given that this E-mail and any attachments are virus free. You 
should ensure you have adequate measures in place for your own virus checking.




From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Sergio Lima
Sent: Monday, November 01, 2010 9:22 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Reply CONSOLE when run ZOS under ZVM
 
Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM   
LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF   
LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF 
CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF  
AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF  

CP IPL A80 LOADPARM 0A82CS  
 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740  
 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED. 
 IEA598I TIME ZONE = W.06.00.00 
 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE: CONFIGURA
TION REQUIREMENT
 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD   
 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.  
H Prompt text: R 00,   

CP READ   ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the command, receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   

  

Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Pete Borton
Has he tried  VINPUT VMSG R00,... ?



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Sergio Lima
Sent: 01 November 2010 14:39
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Reply CONSOLE when run ZOS under ZVM


Hello Mike,
 
He said that when gove Begin, the System stay in WAIT (Don't do none).
So, He sent hte directory entry, may be some mistake here :
 
USER ZOS19 ZOS19 500M 1000M ABCDEFG 
 MACHINE ESA 2  
 OPTION MAINTCCW LNKEXCLU   
 ACCOUNT MVS1 SITE-01   
 STDEVOPT DASDSYS DATAMOVER LIBRARY CTL 
 IPL CMS
 XSTORE 1M  
 CONSOLE 01F 3270 C 
 SPOOL 00C 2540 READER *
 SPOOL 00D 2540 PUNCH  A
 SPOOL 00E 1403 A   
 SPECIAL 0E20 CTCA  
 SPECIAL 0E21 CTCA  
 SPECIAL 0700 3270  
 SPECIAL 0701 3270  
 SPECIAL 0702 3270  
 SPECIAL 0703 3270  
 SPECIAL 0900 3270  
 SPECIAL 0901 3270  
 SPECIAL 0902 3270  
 LINK MAINT 190 190 RR  
 LINK MAINT 19D 19D RR  
 LINK MAINT 19E 19E RR  
 
Can you see please ?
 
Thanks again,
 
Sergio
 

 



Date: Mon, 1 Nov 2010 10:29:02 -0400
From: pacemainl...@gmail.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU

I don't know why you are seeing a CP READ for a z/OS prompt. 
Is this terminal defined to z/OS as a console?

Since it's in a CP READ you may try entering Begin.  then try the R 0,I


On Mon, Nov 1, 2010 at 10:21 AM, Sergio Lima sergiovm...@hotmail.com
wrote:


Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM

LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF

LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF

CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF

AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF



CP IPL A80 LOADPARM 0A82CS

 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740

 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR
CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED.

 IEA598I TIME ZONE = W.06.00.00

 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX
MODE: CONFIGURA
TION REQUIREMENT

 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD

 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO
REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.

H Prompt text: R 00,



























CP
READ   ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the
command, receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   
Thanks,
 
Sergio
 

 



Date: Mon, 1 Nov 2010 10:00:41 -0400
From: george_he...@newyorklife.com 

Subject: Re: Reply CONSOLE when run ZOS under ZVM

To: IBMVM@LISTSERV.UARK.EDU


Sergio: 

You need to CP SET RUN ON which allows the z/OS guest virtual
machine to run without an interrupt for  CP READ. 




Mark Pace pacemainl...@gmail.com 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
11/01/2010 09:52 AM 
Please respond to
The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU


To
IBMVM@LISTSERV.UARK.EDU 
cc

Subject
Re: Reply CONSOLE when run ZOS under ZVM






I'm not sure about his specific problem, but things to take into
account. 
The default recall key for z/OS is PA1 which the default key for
CP READ. 
A couple of things that I add to my USER DIRECT entry for all
z/OS guests. 

   COMMAND TERM BRKKEY PF12 
   COMMAND TERM BREAKIN GUESTCTL
   COMMAND SET RUN ON   

The BRKKEY will change the CP READ to PF12, leaving PA1 for z/OS
console recall. 
Changing the BREAKIN to GUESTCTL will limit some of the times
that z/VM interupts the console 

On Mon, Nov 1, 2010 at 9:38 AM, Sergio Lima
sergiovm...@hotmail.com mailto:sergiovm

Recall: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Pete Borton
Peter Borton would like to recall the message, Reply CONSOLE when run ZOS 
under ZVM.


Re: Reply CONSOLE when run ZOS under ZVM

2010-11-01 Thread Sergio Lima

Hello Pete,
 
Also run.. very good...  thanks a lot...
 
Sergio
 


Date: Mon, 1 Nov 2010 14:53:22 +
From: peter.bor...@northgatearinso.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU





Has he tried  VINPUT VMSG R00,... ?



From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Sergio Lima
Sent: 01 November 2010 14:39
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Reply CONSOLE when run ZOS under ZVM


Hello Mike,
 
He said that when gove Begin, the System stay in WAIT (Don't do none).
So, He sent hte directory entry, may be some mistake here :
 
USER ZOS19 ZOS19 500M 1000M ABCDEFG 
 MACHINE ESA 2  
 OPTION MAINTCCW LNKEXCLU   
 ACCOUNT MVS1 SITE-01   
 STDEVOPT DASDSYS DATAMOVER LIBRARY CTL 
 IPL CMS
 XSTORE 1M  
 CONSOLE 01F 3270 C 
 SPOOL 00C 2540 READER *
 SPOOL 00D 2540 PUNCH  A
 SPOOL 00E 1403 A   
 SPECIAL 0E20 CTCA  
 SPECIAL 0E21 CTCA  
 SPECIAL 0700 3270  
 SPECIAL 0701 3270  
 SPECIAL 0702 3270  
 SPECIAL 0703 3270  
 SPECIAL 0900 3270  
 SPECIAL 0901 3270  
 SPECIAL 0902 3270  
 LINK MAINT 190 190 RR  
 LINK MAINT 19D 19D RR  
 LINK MAINT 19E 19E RR  
 
Can you see please ?
 
Thanks again,
 
Sergio
 

 


Date: Mon, 1 Nov 2010 10:29:02 -0400
From: pacemainl...@gmail.com
Subject: Re: Reply CONSOLE when run ZOS under ZVM
To: IBMVM@LISTSERV.UARK.EDU

I don't know why you are seeing a CP READ for a z/OS prompt. 
Is this terminal defined to z/OS as a console?


Since it's in a CP READ you may try entering Begin.  then try the R 0,I


On Mon, Nov 1, 2010 at 10:21 AM, Sergio Lima sergiovm...@hotmail.com wrote:


Hello Mark and George,
 
First thanks very much from your help.
 
He do there what you said, but still don't work.
 
So he send the console , and I do a copy past :
 
CP Q TERM   
LINEND  # , LINEDEL OFF, CHARDEL OFF, ESCAPE   , TABCHAR OFF   
LINESIZE 080, ATTN OFF, APL OFF, TEXT OFF, MODE VM, HILIGHT OFF 
CONMODE 3270, BREAKIN GUESTCTL, BRKKEY PF12 , SCRNSAVE OFF  
AUTOCR ON , MORE 050 010, HOLD ON , TIMESTAMP OFF, SYS3270 OFF  

CP IPL A80 LOADPARM 0A82CS  
 *IEA247I USING IEASYSCS FOR z/OS 01.09.00 HBB7740  
 ISG313I SYSTEM IS INITIALIZING IN GRS NONE MODE.  RING OR STAR CONFIGURATION KE
YWORDS IN GRSCNF00 ARE IGNORED. 
 IEA598I TIME ZONE = W.06.00.00 
 IXC414I CANNOT JOIN SYSPLEX ADCDPL WHICH IS RUNNING IN MONOPLEX MODE: CONFIGURA
TION REQUIREMENT
 IXC404I SYSTEM(S) ACTIVE OR IPLING: ADCD   
 H *   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE XCF.  
  REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.  
H Prompt text: R 00,













CP READ   ZVM_BRT   
 
He can't responde to ZOS machine, because when entry the command, receive :
 
R 00,I 
HCPCMD001E Unknown CP command: R   
   
Thanks,
 
Sergio
 

 


Date: Mon, 1 Nov 2010 10:00:41 -0400
From: george_he...@newyorklife.com 

Subject