Re: Adding a Processor - failed

2008-05-29 Thread Wandschneider, Scott
Quay, Jonathan (IHG) Sent: Thursday, May 29, 2008 12:34 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Adding a Processor - failed You have to define all your processors first before you IPL, and use VARY OFFLINE PROCESSOR in your profile exec to pare them back. We have this issue with our guest

Re: Adding a Processor - failed

2008-05-29 Thread Quay, Jonathan (IHG)
[mailto:[EMAIL PROTECTED] On Behalf Of Wandschneider, Scott Sent: Thursday, May 29, 2008 12:41 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Adding a Processor - failed I have an MVS guest that has the following VM Directory entries: MACHINE ESA 4 CPU 00 BASE CPUID 050607 CPU

Re: Adding a Processor - failed

2008-05-29 Thread Richard Troth
VAR ON PROC is for a real-to-VM processor. DEFINE CPU defines a real-to-the-guest processor. On Thu, May 29, 2008 at 12:58 PM, Jim Bohnsack <[EMAIL PROTECTED]> wrote: > After you do the 'CP DEFINE ' do a 'CP VARY ON PROC nn' before you > issue the MVS 'CONFIG.' command. > I haven't had

Re: Adding a Processor - failed

2008-05-29 Thread Alan Altmark
On Thursday, 05/29/2008 at 12:43 EDT, "Wandschneider, Scott" <[EMAIL PROTECTED]> wrote: > I have an MVS guest that has the following VM Directory entries: > > MACHINE ESA 4 > CPU 00 BASE CPUID 050607 > CPU 01 CPUID 150607 > CPU 02 CPUID 250607 > > I logged onto the guest

Re: Adding a Processor - failed

2008-05-29 Thread Jim Bohnsack
After you do the 'CP DEFINE ' do a 'CP VARY ON PROC nn' before you issue the MVS 'CONFIG.' command. I haven't had occasion to do this, but there must be a reason that the CP command 'VARY ON PROC' exists. Jim Wandschneider, Scott wrote: This is a multi-part message in MIME format.

Adding a Processor - failed

2008-05-29 Thread Wandschneider, Scott
I have an MVS guest that has the following VM Directory entries: MACHINE ESA 4 CPU 00 BASE CPUID 050607 CPU 01 CPUID 150607 CPU 02 CPUID 250607 I logged onto the guest and issued "DEFINE CPU 03", received acknowledgement, then disconnected. On the MVS side the f

Re: Adding a Processor

2008-05-29 Thread Wandschneider, Scott
Thank you John Thank you, Scott R Wandschneider Senior Systems Programmer Infocrossing, a WIPRO Company 11707 Miracle Hills Dr. Omaha, NE 68154 Office 402.963.8905  

Re: Adding a Processor

2008-05-29 Thread Schuh, Richard
@LISTSERV.UARK.EDU Subject: Re: Adding a Processor I don't have VM, but on the z/OS side, I think you need to do a CONFIG command similar to: CF CPU(nn),ONLINE -- John McKown Senior Systems Programmer HealthMa

Re: Adding a Processor

2008-05-29 Thread McKown, John
dding a Processor I have an MVS guest that has the following VM Directory entries: MACHINE ESA 4 CPU 00 BASE CPUID 050607 CPU 01 CPUID 150607 CPU 02 CPUID 250607 The box has four processors

Adding a Processor

2008-05-29 Thread Wandschneider, Scott
I have an MVS guest that has the following VM Directory entries: MACHINE ESA 4 CPU 00 BASE CPUID 050607 CPU 01 CPUID 150607 CPU 02 CPUID 250607 The box has four processors and I would like to define a fourth to the above guest. After logging onto the guest I issue