We have a similar situation with our TPF guests. I issue all CP commands that 
will cause a system reset or give CMS grief using DIAG 8 with a command string 
that looks something like this "SYSTEM RESET#TERM CONMODE 3270#DEFINE STOR 
nnG#IVPOPEN parms#MSG * SETUP COMPLETE". The SYSTEM RESET is always the first 
command to be executed. It prevents the DMSCIT message and the problem tickets 
that the users open when they see them.  The SETUP COMPLETE message has a 
tendency to prevent the users from jumping the gun by IPLing their systems 
before all of the changes have been made.

I found that training the users to ignore the DMSCIT message was a futile 
exercise. The same users kept reporting the problem over and over again.

Regards,
Richard Schuh





________________________________
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Romanowski, John (OFT)
Sent: Thursday, October 29, 2009 8:05 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: 回复: 回复: Disabled Wait during z/OS guest mac hi ne IPL


Anson,

Try coding your EXEC as Kris indicated and then

ignore the expected "DMSCIT171T Permanent console error; re-IPL CMS" message.



The '15'x between the TERM command and the IPL command is needed to build and 
pass one double command to CP before CMS loads the disabled wait and aborts the 
rexx processor as result of CP doing the TERM CONMODE command.


From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Anson
Sent: Thursday, October 29, 2009 10:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: 回复: 回复: Disabled Wait during z/OS guest mac hi ne IPL

It seems it doesn't work. Actually, other z/OS use the same conmode 3270 
terminal... That's why I couldn't understand it... There must be something 
wrong with it.. but I couldn't figure it out....

________________________________
发件人: Kris Buelens <kris.buel...@gmail.com>
收件人: IBMVM@LISTSERV.UARK.EDU
已发送: 周四, 10 29, 2009 10:42:19 下午
主 题: Re: 回复: Disabled Wait during z/OS guest mac hi ne IPL

CMS does not support a CONMODE 3270 terminal.  I guess your REXX EXEC to start 
z/OS contains some TRACE instruction making that it produces output.
Change to code to change the COMNODE and the IP into one command
'CP TERM CONMODE 3270' || '15'x || 'IPL 8B10 CLEAR LOADPARM 10066F'
Or, if you prefer two lines
'CP TERM CONMODE 3270' || '15'x ||,
     'IPL 8B10 CLEAR LOADPARM 10066F'
2009/10/29 Anson <yeal_c...@yahoo.com.cn<mailto:yeal_c...@yahoo.com.cn>>
Thanks, John!

I defined the ipl and related command in an exec file as below.

...
'CP TERM CON 3270'
'I 8B10 CLEAR LOADPARM 10066F'
...

And then logon to the virtual machine and execute this exec file in the cms.

I don't know what happened.... There are some other z/OS guest machines running 
under the same zVM....

________________________________
发件人: "McKown, John" 
<john.mck...@healthmarkets.com<mailto:john.mck...@healthmarkets.com>>
收件人: IBMVM@LISTSERV.UARK.EDU<mailto:IBMVM@LISTSERV.UARK.EDU>
已发送: 周四, 10 29, 2009 10:28:23 下午
主 题: Re: Disabled Wait during z/OS guest machine IPL

This is a CMS problem, not a z/OS problem. Are you IPLing from a 3270 terminal, 
with XAUTOLOG. It is saying that CMS cannot talk to the terminal. When you IPL 
CMS, do you have the PARM AUTOCR on it so that CMS does not prompt for input?

Just a couple of ideas.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets®

9151 Boulevard 26 • N. Richland Hills • TX 76010
(817) 255-3225 phone • (817)-961-6183 cell
john.mck...@healthmarkets.com<mailto:john.mck...@healthmarkets.com> • 
www.HealthMarkets.com<http://www.healthmarkets.com/>

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets® is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. –The Chesapeake Life Insurance 
Company®, Mid-West National Life Insurance Company of TennesseeSM and The MEGA 
Life and Health Insurance Company.SM


________________________________
From: The IBM z/VM Operating System 
[mailto:IBMVM@LISTSERV.UARK.EDU<mailto:IBMVM@LISTSERV.UARK.EDU>] On Behalf Of 
Anson
Sent: Thursday, October 29, 2009 9:20 AM
To: IBMVM@LISTSERV.UARK.EDU<mailto:IBMVM@LISTSERV.UARK.EDU>
Subject: Disabled Wait during z/OS guest machine IPL
I defined a new z/OS 1.10 guest machine on zVM5.2.  When I tried to ipl the 
guest machine, i got a disable wait psw. Below is the detail information.

Is there anyone who knows how to resolve it? Thank you very much!

 22:09:53  * MSG FROM ZOS6F   : DMSCIT171T Permanent console error; re-IPL CMS
00: HCPGIR450W CP entered; disabled wait PSW 000A0000 80F1842C

________________________________
好玩贺卡等你发,邮箱贺卡全新上线!<http://cn.rd.yahoo.com/mail_cn/tagline/card/*http:/card.mail..cn.yahoo.com/>

________________________________
好玩贺卡等你发,邮箱贺卡全新上线!<http://cn.rd.yahoo.com/mail_cn/tagline/card/*http:/card.mail.cn.yahoo.com/>



--
Kris Buelens,
IBM Belgium, VM customer support

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com

________________________________
This e-mail, including any attachments, may be confidential, privileged or 
otherwise legally protected. It is intended only for the addressee. If you 
received this e-mail in error or from someone who was not authorized to send it 
to you, do not disseminate, copy or otherwise use this e-mail or its 
attachments. Please notify the sender immediately by reply e-mail and delete 
the e-mail from your system.

Reply via email to