Slashdot Mirror


Linux On Big Iron

panker writes "eWeek is running an article about a company who converted their IBM mainframe into a Linux email server. "The technical support manager at Winnebago Industries Inc. recently oversaw the deployment of Version 7 of SuSE Linux AG's Linux operating system on an IBM zSeries mainframe to run his company's e-mail server supporting 700 users." "

7 of 227 comments (clear)

  1. Linux under VM by rlp · · Score: 5, Informative

    IBM has a Virtual Machine OS, that allows you to run multiple OS's on a mainframe. You can run Linux (or even multiple instances of Linux) and still run your legacy apps under OS/390.

    --
    [Insert pithy quote here]
  2. Re:MIPS?? by WinPimp2K · · Score: 4, Informative

    Big Iron is generally measured in MIPS, (been that way for over twenty years). So what the Big Blue Spokesperson is saying is:
    "In the fourth quarter of last year, eleven per cent of the total computer power we shipped was tunning Linux."

    Now that might mean that they shipped a total of 100 Mainframes (Really Big Boxes) of various models. They added up the MIPS of all of them and came up with some number of total MIPS -lets say 100,000. Of that 100 mainframes, thrity of them (relatively low end) totalling 11,000 MIPS were configured with Linux.

    I'll agree, it seems kinda dumb, it would be like Ford reporting sales based on the total horsepower of all the engines in all the cars and trucks they sold, and then giving the percentage of them "configured" for diesel.
    Maybe an UBMer would care to explain why it makes sense?

    --

    You either believe in rational thought or you don't
  3. Re:MIPS?? by foobar104 · · Score: 4, Informative

    Perhaps it's just me, but that makes no sense whatsoever. How do you ship a measure of speed? "Shipping" millions of instructions per second seems to me to be the same as "shipping" miles per hour.

    It's just you. ;-)

    In the mainframe world, where virtualized hardware is the norm, systems are sold by the MIPS. In other realms of computing we talk about a 32-processor or a 128-processor system (or, if you buy Sun, a 106-processor system, for some reason). In mainframe land, you talk about a 12 MIPS system or a 45 MIPS system or whatever.

    It makes a lot of sense, too, when you think about the fact that a four processor system, mainframe or otherwise, from five years ago is probably less powerful than a one-processor system now. It sort of normalizes it if you talk about system capacity in MIPS rather than in terms of "x processors of type y at z megahertz."

    Don't compare the practice to shipping "miles per hour," but rather to horsepower. General Motors could, if they wanted to, say that they shipped umpteen million horsepower worth of engines last year, and it wouldn't be that hard to understand. It's just a different way of counting.

  4. Re:MIPS?? by finkployd · · Score: 4, Informative

    I'll agree, it seems kinda dumb, it would be like Ford reporting sales based on the total horsepower of all the engines in all the cars and trucks they sold, and then giving the percentage of them "configured" for diesel.

    IBM charges you for your mainframe (and support contract) based on MIPS. The software you run in MVS (in most cases) is priced based on the number of MIPS you run in your mainframe shop. Ford doesn't charge for their cars based on horsepower :)

    It makes sense because it lets you know that 11% of all mainframe computing power sold in the 4th quarter of last year is running Linux. IBM doesn't sell "boxes" per se, they sell MIPS.

    Finkployd

  5. LPAR / Logical Partitions... by Shivetya · · Score: 5, Informative

    On their minis (AS/400) they are known as Logical Partitions, which allow the machines to run Linux, Notes servers, and various versions of OS400, and rumored to eventually include other OSes...

    Many times easier to support one machine that multiples... and its easier to execute a backup machine for it as well.

    --
    * Winners compare their achievements to their goals, losers compare theirs to that of others.
    1. Re:LPAR / Logical Partitions... by finkployd · · Score: 4, Informative

      They are called LPARs in z/390 lingo as well. However, you are limited to the number of LPARs you can run (12 or 14 if I remember correctly). Most shops who run Linux in production (as opposed to just playing with it) run it under zVM which has no limit as to the number of virtual machines you can run. Well, the processing power would eventually becoming a limiting factor, but there is no hard coded limit.

      LPAR is literally a stripped down VM that runs in the microcode.

      Finkployd

  6. How a Mainframe works by pcs305 · · Score: 4, Informative

    I note that there is quite a few peoples that do not know how things are done on a mainframe. I will TRY and clarify. If you have an average box, say 400 mips, there will be a couple of things happening on this box. Starting of with the OS, OS/390 (or z/OS, VSE, VM). Then a network server VTAM and TCP/IP, a Security server, the some DB's DB2, IMS/DB(or some vendor DB). Then transaction servers CICS or/and IMS serving 4000+ concurrent online users logged on to CICS or IMS. Then you may have oh lets say 500+ programmers, system programmers, DBA, Administrators etc, logged on to the OS "shell" TSO doing programming, compiling, admin, editing and in general doing what these kinda people do, maintaining the monster. The there may be a MQSeries or two running handling client connections and messaging applications and client (pc's, server's *nix's) connections to DB2.. (i'm touching the surface here!) So in general there is a little more happening on a mainframe than on you average wintel box. So in order to separate the production and development, and test environments you can go and partition this one little box up into three logical partitions, called LPAR's in dinosaur speak. Each LPAR can be IPL'd (BOOT in dino speak) without affecting any one of the other LPAR's. So now you have one IBM 2064 400MIP box, 3 LPAR'S and still have room to breathe. Add another LPAR, install VM, Load LINUX/390 and reboot the LINUX LPAR. But still only one Linux server on the box? But we have 250 NT boxes to replace? Not to Worry!! under VM on your brand new LPAR on your mainframe box you can begin to start Linux images at will. So in the end we have 1 Box, 3 OS/390 Mainframe partitions, 1 VM partition with 250 Linux servers running. But now the 400 mips is kinda running out of steam. Call up IBM and they will come and add another cpu. And if you were planning ahead the IBM 2064 should have an idle couple of CPU's under the hood not being used. So you call IBM, they give you the code and you go to the master console and issue a "very cpu online" command and off you go. No IPL required, no downtime. Do that on your duel XEON Intel with Windows... any kind of Windows. I'm not going to go into Parallel Sysplex'ing, syscon's and CICSPlexing etc.