You guys are amazing. Thanks!
On Jul 24, 2014 10:34 AM, "Bruce Hayden" <bjhay...@gmail.com> 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 <cws...@gmail.com> 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 lists...@vm.marist.edu 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 lists...@vm.marist.edu 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 lists...@vm.marist.edu 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/

Reply via email to