home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / ibmmain / 2890 < prev    next >
Encoding:
Text File  |  1992-12-24  |  5.3 KB  |  115 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!psuvax1!psuvm!auvm!IS.RICE.EDU!DBOYES
  3. X-Mailer: ELM [version 2.3 PL11]
  4. Message-ID: <9212241803.AA24407@is.rice.edu>
  5. Newsgroups: bit.listserv.ibm-main
  6. Date:         Thu, 24 Dec 1992 12:03:37 CST
  7. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. From:         David E Boyes <dboyes@IS.RICE.EDU>
  9. Subject:      Re: Logical Partitions/Physical Partitions
  10. Comments: To: IBM-MAIN@ricevm1.rice.edu
  11. In-Reply-To:  <9212240630.AA22306@is.rice.edu>; from "Michael Stein" at Dec 23,
  12.               92 10:28 pm
  13. Lines: 100
  14.  
  15. Sigh. This is becoming a religious argument, but once more into
  16. the breach...
  17.  
  18. > Try IPLing your virtual machine from the "whiz-bang" device.
  19. > Try having VM translate the CLAW never ending channel programs
  20. > without the right support in VM.
  21. > Over the years, it always seems that VM needs updating for new
  22. > devices and it's always after MVS -- unsupported definitions
  23. > don't in general allow full function - even for a guest machine.
  24.  
  25. If the device is DEDICATEd to the guest, it generally works fine.
  26. The problems you describe occur when you use VM to simulate these
  27. new magic devices -- guests can do whatever they want with
  28. DEDICATEd devices. An example of this is running a guest that can
  29. use 3370/FBA devices under VM/XA -- VM/XA does not support FBA
  30. devices at all, but if you define the 3370s as
  31. DEVTYPE=IBM3370,CLASS=DISK and DEDICATE them to the guest, it
  32. works just great. No support in VM at all, but the guest can use
  33. the device.
  34.  
  35. I've IPLed VM/SP 5 off a 3370 as a guest of VM/XA at another
  36. employer. Works just fine. Same with MVS/SP and some other odd
  37. devices (MSS, anyone?).
  38.  
  39. > - VM runs asymmetric multiprocessing, using a master CPU.  So
  40. >   much of VM processing has to run on the master.
  41.  
  42. Following the introduction of N-way MP support in VM/XA, the
  43. amount of code that *must* execute on the IPL processor is
  44. microscopic, less than a dozen modules. If you have a MP box, you
  45. can choose to dedicate real processors to guests and let them
  46. manage their own usage of the processors. If you have compute
  47. intensive guests under VM, I'd recommend letting VM do the CPU
  48. scheduling instead of dedicating processors, as it lets piggy
  49. guests that need all the cycles they can get to make use of idle
  50. cycles in other guests. I consider this an advantage, although it
  51. does hamper tuning for specific service levels and maximum CPU
  52. fractions.
  53.  
  54. Your opinion is certainly valid for HPO 5 and earlier, though.
  55.  
  56. > - VM doesn't have lock recovery code (as does MVS).  If you
  57. >   get a failure in the right place you just spin...
  58.  
  59. If you fail in a critical code section, MVS on raw iron spins just
  60. as hard. I'm not sure this is really relevant.
  61.  
  62. > - VM doesn't simulate guest multi-processing correctly.
  63. >   Everytime the guest enters "console function mode" it stops all
  64. >   your virtual machines CPUs.  The real hardware doesn't work
  65. >   this way (to say nothing of getting stuck here...)
  66.  
  67. Huh??? I've never seen this under VM/XA or VM/ESA.
  68.  
  69. > With ESCON and multipath controllers for DASD, at least the DASD
  70. > paths for test systems (low usage), aren't all that expensive
  71. > (use 1 of 4 paths for test, leaving 3 for production).
  72.  
  73. Aren't all that expensive? ESCON-capable equipment in the
  74. used market is at least one order of magnitude more costly;
  75. something that is a very telling blow against mainframe hardware
  76. in general, especially in academic environments where the big
  77. iron is already under fire for costs. Remember, the original
  78. poster in this thread was from a university, one with a *very*
  79. large investment in workstations. In his environment, anything
  80. that prevents having to replicate dedicated hardware is going to
  81. be a win.
  82.  
  83. > > >    It's easy to say that VM and LPAR should have the same
  84. > > >    overhead, however it may not be.  It's probably easy to start
  85. > > >    using some VM services which have a large impact on the
  86. > > >    performance.  And if you can't use the VM services why pay for
  87. > > >    VM?  (reliability, $, maintenance, support etc).
  88. > >
  89. > > LPARs are a lot easier to tune, I'll admit. I dearly wish for an
  90. > > absolute CPU cap in VM. Most MVS-intensive shops with VM that I know of
  91. > > use VM to replace real CTCA or 3088 hardware and not much else.
  92. > > The maintenance on one real CTCA makes up a significant portion of
  93. > > the cost of VM, especially for academic sites eligible for the
  94. > > HESC discounts.
  95. >
  96. > ESCON removes that need...
  97.  
  98. ESCON still doesn't address the cost of maintenance on the
  99. replicated hardware, or the inter-LPAR communications issue.
  100. Consider also the reduced complexity in NCP gens (only one
  101. channel interface to deal with, routing tables are simpler, fewer
  102. places to have to maintain VTAMLSTs...) when generating a large
  103. SNA network.
  104.  
  105. Don't get me wrong -- I'd give my back eyeteeth for a full-up 8
  106. channel ESCON 3990 and a bank of 3390-3's. If I can ever dream up
  107. a sufficient justification for spending .5 or .75 million dollars
  108. on DASD,  there's no way that kind of hardware will fly in an
  109. environment where I have to replicate it or partition access to
  110. it because of the requirement of a machine partitioning scheme
  111. like LPAR. VM lets *all* my users take _full_ advantage of that
  112. investment. I'm also not against LPAR -- it does some stuff that
  113. VM can't do -- but it's not a complete solution, and it's an
  114. expensive solution if you have limited resources.
  115.