Re: How to create a CP Disabled Wait State?

2007-12-06 Thread pfa
t; Sent by: The IBM z/VM Operating System 12/06/2007 01:38 PM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re: How to create a CP Disabled Wait State? or... -- set conceal on MRWALTER; T=0.01/0.01 12:32:09 CP STore PSW D

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread McKown, John
. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Mike Walter Sent: Thursday, December 06, 2007 12:39 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: How to create a CP Disabled Wait State? or

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread Mike Walter
e respond to "The IBM z/VM Operating System" To IBMVM@LISTSERV.UARK.EDU cc Subject Re: How to create a CP Disabled Wait State? On Thursday, 12/06/2007 at 11:46 EST, [EMAIL PROTECTED] wrote: > If it's an OPTION CONCEAL type Re-IPL, won't a simple CP SYSTEM RESET cause the

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread Alan Altmark
On Thursday, 12/06/2007 at 11:46 EST, [EMAIL PROTECTED] wrote: > If it's an OPTION CONCEAL type Re-IPL, won't a simple CP SYSTEM RESET cause the > re-IPL?? Yes, "anything that causes the virtual machine to reset." You can use: SYSTEM CLEAR SYSTEM RESET DETACH CPU DEFINE STORAGE SET MACHINE or

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread Berry van Sleeuwen
Hello Dave, Use "CP SYSTEM CLEAR". I had to look for it, it is mentioned in the program directory for DIRMAI NT from a few years ago (5748XE4 that came with VM 2.x). Under testing DIRMA INT command CP SYSTEM CLEAR is being used to test the restart. For some reason the appendix testing dirmaint h

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread pfa
If it's an OPTION CONCEAL type Re-IPL, won't a simple CP SYSTEM RESET cause the re-IPL?? Alan Altmark <[EMAIL PROTECTED]> Sent by: The IBM z/VM Operating System 12/06/2007 09:52 AM Please respond to The IBM z/VM Operating System To IBMVM@LISTSERV.UARK.EDU cc Subject Re:

Re: How to create a CP Disabled Wait State?

2007-12-06 Thread Alan Altmark
On Wednesday, 12/05/2007 at 01:20 EST, Dave Keeton <[EMAIL PROTECTED]> wrote: > I'm working through Appendix E in the DirMaint Tailoring and Admin guide > (SC24-6135-01) and I'm not sure how to complete one of the steps. I'm on step > 9, "Test DirMaint's automatic restart and recovery" and I'

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Dave Keeton
...which is what I wondered when I read the instructions in the manual. -Original Message- From: Jim Bohnsack <[EMAIL PROTECTED]> Reply-To: The IBM z/VM Operating System To: IBMVM@LISTSERV.UARK.EDU Subject: Re: How to create a CP Disabled Wait State? Date: Wed, 5 Dec 2007 14:02:06

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Schuh, Richard
@LISTSERV.UARK.EDU Subject: Re: How to create a CP Disabled Wait State? Uh, so that the Wait State could get a parking space closer to the door? Is it Friday yet? Mike Walter - Original Message - From: "Jim Bohnsack" [EMAIL PROTECTED] Sent: 12/05/2007 01:02 PM To: IBMVM@LISTSERV.UARK.EDU S

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Mike Walter
Uh, so that the Wait State could get a parking space closer to the door? Is it Friday yet? Mike Walter - Original Message - From: "Jim Bohnsack" [EMAIL PROTECTED] Sent: 12/05/2007 01:02 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: How to create a CP Disabled Wait State? In

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Ron Schmiedge
I can make a CP disabled wait by IPLing my reader. Its full of stuff that isn't iplable. Not sure what happens if it empty (my reader is never empty) i c HCPVMJ232E IPL UNIT ERROR; IRB 01404017 0010 020040C1 0080 SNS 8 000 HCPGIR

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Thomas Kern
If you use the SHUTTRAP program from the IBM Downloads page to intercept the SIGNAL SHUTDOWN interrupt, you can terminate your code nicely and then load the Disabled Wait PSW to trigger CP to log you off AND properly inform the issuer of the SIGNAL SHUTDOWN command. /Tom Kern Jim Bohnsack wro

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Jim Bohnsack
In "glancing" at the subject line, my first thought was "why would anyone (other than maybe a developer in Endicott) want to create a CP Disabled Wait"? Jim Kris Buelens wrote: --=_Part_2456_31291049.1196879405992 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bi

Re: How to create a CP Disabled Wait State?

2007-12-05 Thread Kris Buelens
On can use the CP STORE command. Here an extract of my RxServer code as response to a Signal Shutdown: if shutdown='SHUTDOWN' then 'CP STORE PSW 000A 8FFF' 2007/12/5, Dave Keeton <[EMAIL PROTECTED]>: > > I'm working through Appendix E in the DirMaint Tailoring and Admin guide > (SC24