You need to do a LOGOFF/LOGON on the guest before trying to DEFINE CPU 1. The user definition are only read at LOGON, so the old configuration is still in place.
Mauro http://mauro.limeiratem.com - registered Linux User: 294521 Scripture is both history, and a love letter from God. 2014-07-24 12:41 GMT-03:00 Cameron Seay <[email protected]>: > I logged into MAINT and made the changes you sent me. I saw no errors, and > got a message that each change is now online. I then log into the guest > and DEFINE CPU 1, etc and get a message that I am asking for more cpus that > I have available. What did I miss? > > > > > On Thu, Jul 24, 2014 at 10:34 AM, Bruce Hayden <[email protected]> wrote: > > > Since you are using DIRMAINT, it knows where to put the CPU statements. > > The MACHINE statement defines the maximum you can define dynamically, > but > > you always get the number of CPUs defined by CPU statements. Since you > > have only 1 guest that needs 4 CPUs, don't define them in the profile, > but > > define them in that guest. However, it does not hurt to increase the > > maximum number in the profile so that you can dynamically add CPUs to > other > > guests if you find they need more. > > > > Enter these commands: > > DIRM FOR LINDFLT SETMACH ESA 4 > > DIRM FOR GUEST_X SETCPU 0 BASE > > DIRM FOR GUEST_X SETCPU 1 > > DIRM FOR GUEST_X SETCPU 2 > > DIRM FOR GUEST_X SETCPU 3 > > > > > > On Thu, Jul 24, 2014 at 2:36 AM, Cameron Seay <[email protected]> wrote: > > > > > It's me again, everybody! > > > > > > We are using DIRMAINT. > > > > > > I need to increase my virtual cpus to 4. I know how to add virtual > > storage > > > via DIRMAINT. No problem. Adding CPUs seems a little trickier. All > of > > > our guests include LINDFLT, which is configured as follows: > > > > > > PROFILE LINDFLT > > > CLASS G > > > IPL CMS PARM AUTOCR > > > IUCV ALLOW > > > MACHINE ESA > > > MAXSTORAGE 8G > > > STORAGE 1G > > > CONSOLE 0009 3215 T > > > NICDEF FFFC TYPE QDIO LAN SYSTEM VSWITCH1 > > > SPOOL 000C 2540 READER * > > > SPOOL 000D 2540 PUNCH A > > > SPOOL 000E 1403 A > > > LINK MAINT 0190 0190 RR > > > LINK MAINT 019D 019D RR > > > LINK MAINT 019E 019E RR > > > * added by DZR > > > LINK TCPMAINT 0592 0592 R > > > > > > In my reading it seems like I am to modify the MACHINE ESA statement to > > > include the maximum number of CPUs available, but I want to run it by > the > > > braintrust to make sure. Also, once the maximum number available is > > > defined, how to I make it sl that GUEST_X always has 4 each time (the > > other > > > guests are not so needy). > > > > > > Thanks. > > > > > > Cameron > > > > > > -- > > > Cameron Seay, Ph.D. > > > Department of Computer Systems Technology > > > School of Technology > > > NC A & T State University > > > Greensboro, NC > > > 336 334 7717 x2251 > > > > > > ---------------------------------------------------------------------- > > > For LINUX-390 subscribe / signoff / archive access instructions, > > > send email to [email protected] with the message: INFO LINUX-390 > or > > > visit > > > http://www.marist.edu/htbin/wlvindex?LINUX-390 > > > ---------------------------------------------------------------------- > > > For more information on Linux on System z, visit > > > http://wiki.linuxvm.org/ > > > > > > > > > > > -- > > Bruce Hayden > > z/VM and Linux on System z ATS > > IBM, Endicott, NY > > > > ---------------------------------------------------------------------- > > For LINUX-390 subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO LINUX-390 or > > visit > > http://www.marist.edu/htbin/wlvindex?LINUX-390 > > ---------------------------------------------------------------------- > > For more information on Linux on System z, visit > > http://wiki.linuxvm.org/ > > > > > > -- > Cameron Seay, Ph.D. > Department of Computer Systems Technology > School of Technology > NC A & T State University > Greensboro, NC > 336 334 7717 x2251 > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
