Stories
Slash Boxes
Comments

News for nerds, stuff that matters

IBM Announces First Linux-only Mainframes

Posted by Hemos on Fri Jan 25, 2002 08:02 AM
from the big-step-up dept.
A reader writes "The new Z-series mainframe for Linux, which costs $400,000 and is aimed at processing transactions at large businesses, is IBM's first mainframe computer sold without IBM's traditional z/OS mainframe operating system. More info at the IBM zSeries page" This is something that IBM and others of Big Iron vendors of *NIX have said - as Linux grows in maturity, they want to replace their *NIX with Linux. However, there's still work to be done in that area.
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Link to Sourceforge Foundry broken (Score:4, Informative)

    by blackcat++ (168398) on Friday January 25 2002, @08:06AM (#2900077)
    The link to the SourceForge Foundry is slightly broken. Correct link is here [sourceforge.net].
  • url (Score:1, Informative)

    by Anonymous Coward on Friday January 25 2002, @08:06AM (#2900081)
    Try http://foundries.sourceforge.net/large/ [sourceforge.net]

    (Use the Preview Button! Check those URLs! Don't forget the http://!)
  • HOT SWAPPING!!! (Score:3, Interesting)

    by Maddog_Delphi97 (173780) on Friday January 25 2002, @08:06AM (#2900082)
    Does it support Hot Swapping?

    I would think hot swapping would be one feature truely worthy of a mainframe operating system... especially if you can all of the different possible parts of a mainframe and still keep all of your applications running 24/7.
  • Relative costs? (Score:2, Interesting)

    by Charles Dodgeson (248492) <jeffrey@goldmark.org> on Friday January 25 2002, @08:10AM (#2900092) Homepage Journal
    The article cites cost concerns, but how much does using a linux reduce the price of a $400,000 machine? (Cost of ownership may well go down, but I'm asking about purchase price.)
    • Re:Relative costs? by Chazmati (Score:2) Friday January 25 2002, @08:15AM
      • Re:Relative costs? by PoiBoy (Score:3) Friday January 25 2002, @08:23AM
      • Re:Relative costs? by 4of12 (Score:2) Friday January 25 2002, @09:44AM
        • Hardware Maintenance is irrelevant (Score:5, Informative)

          by rasilon (18267) on Friday January 25 2002, @11:20AM (#2900965) Homepage

          It's not the maintenance that is the problem, things like configuration management and data integrity are more important. If you have a hundred servers, then you have a hundred places to check that everything is in sync. If you are running a small shop with a dozen or so machines and one administrator then they can keep all the state in their heads. When you get up to hundreds then the state is larger than one person can easily cope with and you start having to communicate state to others. With hundreds of boxes, it is easy to overlook things, with fewer boxes, the communication is easier, and cheaper.


          The other thing is CPU residency. Lots of small boxes wastes CPU power because they tend to be devoted to one task and are only capable of that task. The problem is, they are so small that you can't add other tasks to them so you need a new box... Generally, CPU residency on small boxes runs about 10%, with mainframes, this can rise to 90%. Take two tasks - one runs during the day, one runs during the night. Conventional wisdom would allocate two small boxes, one per task wasting them for most or their life. Mainframe usage would run them both on the mainframe - this gives each process more power when they run and doesn't waste the box when they don't. Most traffic tends to be peaky but only for a short period of time so if the box is large enough to hold them both, you get a saving whilst still making all the tasks faster.


          Small boxes are good when you need maximum cycles per buck and the task is easily partitionable with minimal interprocess communication and the tasks are continuous. When the tasks are not easily partitionable, need lots of IPC or are peaky then larger boxes make sense.

          The thing to remember is that where the scale is large, you need to make use of that scale to get maximum performance. You don't see chemical plants using hundreds of small vats, they use a few really big ones. With these systems they are used at a scale where communications and simply keeping track of what is going on is a major exercise and hence a major expense.


          My Experience? Well - put it this way, the SunFire 6800 turned up a few weeks ago, the 4800 turns up on wednesday as part of a plan to replace a Tandem mainframe and they will be sitting next to quite a few racks holding Sun E3500s, E450s, E250s, t1s, HP netservers, IBM RS6000s and SGI Origin 2000s and indeed a MacOS server or twenty. A lot of our comms talk to Stratus mainframes and the machine room cooling plants are a more pressing problem than CPU speed.

          [ Parent ]
      • Re:Relative costs? by Dop (Score:1) Friday January 25 2002, @11:03AM
    • Re:Relative costs? by blackcat++ (Score:2) Friday January 25 2002, @08:17AM
    • Re:Relative costs? by Geeky (Score:2) Friday January 25 2002, @08:17AM
    • Re:Relative costs? by Carl Drougge (Score:3) Friday January 25 2002, @08:29AM
    • Cost Justification by NeonSpirit (Score:3) Friday January 25 2002, @08:42AM
    • Article here... by Juju (Score:3) Friday January 25 2002, @09:04AM
    • Re:Relative costs? by x0 (Score:2) Friday January 25 2002, @10:34AM
    • Re:Relative costs? by MrBoring (Score:1) Friday January 25 2002, @10:34AM
  • Licensing discount? (Score:4, Interesting)

    by grub (11606) <slashdot@grub.net> on Friday January 25 2002, @08:13AM (#2900100) Homepage Journal

    (nb: The last IBM big-box I worked on was a first generation AS400 so this question may be dated)
    I recall licensing of IBM's OSs to be fairly expensive, have they cut prices at all to reflect the fact that a lot (the bulk?) of the vanilla Linux development happens outside IBM, therefore costing them nothing?
    • Re:Licensing discount? (Score:4, Interesting)

      by bmongar (230600) on Friday January 25 2002, @08:22AM (#2900144)
      I recall licensing of IBM's OSs to be fairly expensive, have they cut prices at all to reflect the fact that a lot (the bulk?) of the vanilla Linux development happens outside IBM, therefore costing them nothing?
      Acording to the article the answer seems to be yes. They said the $400,000 linux box was about equal in power to a $750,000 mainfraim. So around $350,000 in OS savings.
      [ Parent ]
    • Re:Free AIX on RS6000 by Loligo (Score:1) Friday January 25 2002, @05:05PM
    • 1 reply beneath your current threshold.
  • More... (Score:4, Informative)

    by Marcus Brody (320463) on Friday January 25 2002, @08:13AM (#2900104) Homepage
    More coverage from the reg [theregister.co.uk]
    • Re:More... by raffe (Score:1) Friday January 25 2002, @08:51AM
  • No Unixes ran on zSeries before (Score:4, Informative)

    by Tam-Lin (17972) on Friday January 25 2002, @08:20AM (#2900135)
    I'd just like to correct something here: they aren't replacing the previous zSeries operating system, they're adding another choice. Now you can choose between z/OS, z/VM, and Linux. While there is something called Unix System Services that run within z/OS, it's not a stand-alone operating system; it's rund under z/OS, not by itself.

    And with Linux, you do loose a lot of the RAS characteristics that z/OS provides, as well as 40 years of compatibility with existing workloads. Linux is being sold as something to run new workloads on, workloads that z/OS previously wouldn't have been considered for.
  • Nobody ever got fired for buying IBM (Score:2, Interesting)

    by kenneth_martens (320269) on Friday January 25 2002, @08:20AM (#2900136)
    "Nobody ever got fired for buying IBM" has today been replaced with "Nobody ever got fired for buying Microsoft." However, in the case of the IBM iServers and zServers, Linux is replacing a proprietary Unix, not a Microsoft OS.

    This is a step forward for Linux (although perhaps a smaller one that at first glance, because you already could get IBM servers with Linux--these are just the first Linux-only servers) but not a step backwards for Microsoft.

    That seems to be the trend now, anyway--remember when Amazon said they saved millions of dollars by using Linux? Those Linux systems replaced Unix systems, not Microsoft Windows systems.
  • NO Z/OS? (Score:1)

    by pigeon (909) on Friday January 25 2002, @08:20AM (#2900138) Homepage
    I thought Z/OS was the meta OS on which all the VM's where runnning, eacht VM containing a Linux installation. How do they do the controlling of the different VM's? Does Linux for Z series have their own meta/VM controls?
    • Re:NO Z/OS? (Score:5, Informative)

      by Anonymous Coward on Friday January 25 2002, @08:32AM (#2900191)
      No. z/VM is the 'meta-OS'. It's pretty much analagous to VMware in what it can do, in terms of hosting other OSs underneath it.

      z/OS is geared at high volume transaction, database, batch processing. it runs either z/VM or more typically natively or in an LPAR.

      An LPAR is a 'logical partition', a way of dividing a m/f up into several virtual machines.
      for now, these are static and implemented when a partition is 'booted' - IPL'd (initial program load) in m/f terms.

      VM on the other hand supports hundreds, even thousands of dynamically generated virutal machines. You can run VM inside an LPAR providing two levels of partitioning. I expect VM and LPAR technologies will converge at some future point.

      meanwhile everyhting can talk to each other over 'hipersockets' - memory to memory pipes that looks like a tcp/ip network to your software - blindingly fast
      [ Parent ]
      • 1 reply beneath your current threshold.
  • Story on ZDNet about Linux + zSeries (Score:4, Informative)

    by rabalde (86868) on Friday January 25 2002, @08:23AM (#2900150) Homepage
    ZDNet [zdnet.com] have a recent story [zdnet.com] about a company called Boscov's Department Stores [boscovs.com] replacing a lot of NT machines with one IBM zSeries. From the article: "Boscov's, with 36 locations in six states in the mid-Atlantic region, scrapped its client/server architecture and is in the process of consolidating 70 IBM NetFinity 8500 and 500 servers running Windows NT 4.0, on a recently purchased IBM zSeries 900 mainframe running SuSE Linux Enterprise Server 7 as a virtual machine."
  • by karb (66692) on Friday January 25 2002, @08:24AM (#2900157)
    and haven't touched z/os at all ... but was it a 'nix?
  • This is great, Big Blue rocks.... (Score:1, Flamebait)

    by CDWert (450988) on Friday January 25 2002, @08:29AM (#2900179) Homepage
    No matter what you think of this and that IBM makes some killer stuff, the invented and locked down (and subsequently lost) the PC market, they have RULED the mainframe market for 30 years plus, and a fact many may not be aware, IBM has so much cash ammassed, it could cease all sales and continue to operate its current employee base for over 50 years.

    There is an OLD addage, noone ever got fired for buying IBM, it has held true for decades as well, Many others have tried and failed to compete with IBM in the mainframe market, BIG companies, that are alas no more, I am sure this is what will happen with HP/Compaq too, Burroughs , Honywell, where are they now ?????

    IBM has made some bbbbbaaaaaadddd choices in software on the desktop over the years, but will stick linux to the forefront, they are advertising the hell out of it and this is good, it gives managment a confidence in Linux that would be nearly IMPOSSIBLE to gain elsewhere.

    My sincere hope is that IBM contributes what it should to Linux as a whole. Big corporations can be stingy IBM is no exception, I just hope the people there dont think Linux developers will forever develop for their platforms with no return, I hope that they dont se the contributions of linux coders as a "bottomless well" , I dont think this will happen they have contributeed code to other projects, good code. Apache etc....

    GO BIG BLUE CRUSH THE MS INFADELS !

    I wonder what MS woulda said if Ibm came to them again and said , yeah we need and OS for this mainframe, (MS REPLY. Well we have the blah proccesor liscencing on Windows XP, it .....:)
  • by copponex (13876) on Friday January 25 2002, @08:34AM (#2900195) Homepage
    This is great news for the poor folk trying to convince their management to use Linux instead of another *nix or Windows NT/2K/whatever. This is also where Linux will stay for the time being, and maybe that's a good thing. When you look at what's required of a server versus a desktop (in terms of stability and performance) I would much rather have Linux prove itself in the server market and then move to the desktop. Think about Windows' Desktop->Server migration - we all know how messy that's turned out. Linux was rarely offered as an installed server option 5 years ago, and today it's replaced an enterprise level OS. My bet is on the same sort of track for the desktop market.

    -Dean
  • AS/400 to Linux? (Score:1)

    by whynot4 (550751) <arghernaNO@SPAMcore.com> on Friday January 25 2002, @08:37AM (#2900204) Homepage Journal

    Will IBM be making any considerations to those companies who have a lot invested in AS/400's in helping them convert all of their in-house applications to Linux? Or is this going to be used to fill a separate niche?

  • Marketing check (Score:2, Funny)

    by heroine (1220) on Friday January 25 2002, @08:38AM (#2900208) Homepage
    Is the mainframe wireless? Is it handheld?
    • 1 reply beneath your current threshold.
  • Choice is good (Score:1)

    by f00zbll (526151) on Friday January 25 2002, @08:41AM (#2900220)
    This is a great bit of news and may go towards making admin lives easier. Rather than have hundreds of intel boxes, like some of the biggest E-comm sites running ASP, JSP, PHP, or Perl, you can now reduce the amount of rack space you have to lease. Trying to manage 20 racks of 1U or 2U rack mount servers can be a pain with NT.

    Getting a z series does make some sense in cases where a company could consolidate hundreds of PC's into fewer z series mainframes.

  • Can it be... (Score:3, Interesting)

    by Spackler (223562) on Friday January 25 2002, @08:51AM (#2900251) Journal
    Will this mean that IBM will finally replace OS/2 as the bootstrap and control server?
    Replacing that with Linux would be a nice start!

    For those that do not have the benifit of a 390 sitting behind them, it is very disconcerting to have that big black IBM monitor on top of it, because it is running OS/2 on a Celeron board inside the mainframe to control the whole show.
  • by Peter La Casse (3992) on Friday January 25 2002, @09:17AM (#2900359) Homepage
    This is something that IBM and others of Big Iron vendors of *NIX have said - as Linux grows in maturity, they want to replace their *NIX with Linux.

    Have IBM and other big iron vendors actually said this? Of course the linux community speculates about it, and there are good arguments both for and against it, but I am not aware of any official IBM or other source saying "we're phasing out this OS in favor of Linux."

  • Is that wise? (Score:2, Informative)

    by LiquidPC (306414) on Friday January 25 2002, @09:19AM (#2900363)
    Not to sound like flamebait, but there have been alot of issues with 2.4 lately, it doesnt really seem stable enough that i'd put it on my mainframe, theoretically speaking. Problems range from fs corruption to sync() bugs, etc. Sure, its a nice desktop OS but I don't think it's ready for the mainframes.
  • Finnaly a subject I can talk about (Score:4, Informative)

    by PeterMiller (27216) on Friday January 25 2002, @09:27AM (#2900396)
    I have been working in the mainframe world for a few years now, and one thing you have to understand about mainframe operations, is that since it's conception the #1 priority is UPTIME. Speed was number 8 or 9.

    Only recently (last 7 years) has speed been a considiration, and that was thanks to the PC revolution. But again, you were alwsys dealing with two camps: Mainframe guys, and PC guys.

    So all this means is that there is another choice for people who want the " 5 9's",the holy grail of computing, and not Windows, Unix or any other platform other than the mainframe can deliver that.
  • by Ukab the Great (87152) on Friday January 25 2002, @09:32AM (#2900419)
    (Shot of IBM's new server standing alone in a server room)

    ANNOUNCER: "If you think we're overcompensating for something with our really, really big mainframe running linux..."(Cut to shot of a dozen small servers being carted off) "...You're absolutely right."
  • Because they can (Score:1)

    by Pharmboy (216950) on Friday January 25 2002, @09:44AM (#2900477) Homepage Journal
    Christ, do you blame them? They get a maturing OS, that is widely accepted and supported for free from the best hackers. Why would they want to go forward with an OS many see as outdated and expensive?

    I don't mean that as a negative, btw, its just good business sense. Every server I own is IBM (small stuff). Now I have more reason to keep it that way. I am NOT a programmer or kernel hacker, but even I can see the advantages for the switch.

  • Imagine a... (Score:1, Troll)

    by supabeast! (84658) on Friday January 25 2002, @09:53AM (#2900516)
    Can you even build a beowulf cluster of these?
    • 1 reply beneath your current threshold.
  • That's funny... (Score:2, Interesting)

    by Archie Steel (539670) on Friday January 25 2002, @10:23AM (#2900649)
    ...we don't see too many Anonymous Cowards claiming that Linux is a "toy" operating system in this particular discussion.

    I guess 400k$ is a little expensive for a toy!
  • RMS better get busy... (Score:2, Funny)

    by BitHerder (180499) <crroot@worldnet. ... t minus language> on Friday January 25 2002, @10:36AM (#2900709) Homepage
    Lots o' programmers out there waiting for GNOBOL
  • by gelfling (6534) on Friday January 25 2002, @10:40AM (#2900731) Homepage Journal
    Though I'm waiting for HIPERSOCKETS which would allow me to afford better use of OSA.

    Is WLM support working yet?

    Have they licked the scheduler problem yet? That was an inherent problem of the Linux kernel expecting to be the only OS instance on the hardware and constantly grabbing the clock to do more or less nothing.

    Next stop - Checkpoint firewall code on a Linux instance on the mainframe and goodbye to that gated-ipchains crap.
  • Datacenter in a box (Score:4, Interesting)

    by ehiris (214677) on Friday January 25 2002, @10:57AM (#2900830) Homepage Journal
    My company purchased one for web hosting

    The system uses VM as a base but has multiple instances of SuSE running. It is able to run up to 10000 instances of Linux which makes it a data center in a box.

    There is no bus and the communication between the processor banks, memory, ... are switched.

    First time I've seen it my eyes jumped out of the sockets.

    Good Job IBM :)
  • by delcielo (217760) on Friday January 25 2002, @11:08AM (#2900892) Journal
    The big vendors (including IBM) never said that they wanted to replace their proprietary unix systems with linux. IBM said (in a very marketingish type of way) that if Linux could do all the things AIX did, they would consider it.

    In addition, AIX never ran on the zseries computers. So it has nothing to do with a mainframe running linux. The two are separate issues.

    This is good news for Linux; but its not accurate to say that it has anything to do with linux displacing AIX, or any other unix.
    • 1 reply beneath your current threshold.
  • Mainframe? (Score:1, Troll)

    by SIGFPE (97527) on Friday January 25 2002, @11:15AM (#2900934) Homepage
    What's a mainframe? Never heard of it.
  • by TarPitt (217247) on Friday January 25 2002, @01:03PM (#2901722) Homepage
    where do I go? Since this topic has attracted all the ./ mainframers maybe one of you guys can suggest some books/websites/etc. for:

    - An overview of mainframe architecture and operations, not too "marketing like", one that assumes a basic computer science background but not mainframe

    - A kind of basic "how to" for someone who is starting to program on these beasts. Cover basic JCL, TSO commands, file (oops, dataset) management, etc.

    I've been trying to find something like this, as I've had to pick up this topic quickly. All I can find are the IBM manuals on-line (too detailed, and assume lots 'o prior MF background) or some rather superficial marketing type books (e.g. "Exploring IBM S/390 Computers") with little practical technical meat.

    Can you Mainframe guys help a poor suffering UNIX-type get up to speed on z/OS, OS/390, MVS or whatever its called nowadays?
  • by Brat Food (9397) on Friday January 25 2002, @01:04PM (#2901732) Homepage
    Well, im looking all over IBM's web site and cannot find any information on the processor [types] used, or how you configure the hardware (ie, how many processors do you put in at a time, where do they go, memory type, fun stuff like that).

    Anyone have any light to shed on this?
  • by fdicostanzo (14394) on Friday January 25 2002, @01:47PM (#2902024)
    If I have 1000 individual PCs running at full load, and I replace them with this machine, does that mean they will still run at the same rate? What is the maximum number of virtual PCs you can run without seeing a performance hit? If I run fewer virtual servers, does that mean each gets more bang? Whats the scoop?
  • Mistyped.... (Score:2)

    by Steveftoth (78419) on Friday January 25 2002, @05:32PM (#2903744) Homepage
    http://www-1.ibm.com/servers/eserver/zseries/900op en.html

    Check out this page for a laugh... IBM says that their new servers will let you run 31 bit applications!
  • by matroid (120029) on Friday January 25 2002, @05:33PM (#2903751) Homepage

    IBM says: "The world's first dedicated Linux mainframe server!"

    I say: "The world's first dedicated Linux server requiring a 30-year mortgage."

  • by bhanafee (145604) on Friday January 25 2002, @09:49PM (#2904890) Homepage
    In the past, some companies (such as Oracle) have offered licensing terms based on the number of CPUs. So, a 16-way zSeries running, say, 10,000 Linux images could really bring down the average cost for licensing, couldn't it? Of course, 10,000 Oracle instances would probably kill this box no matter how superior its I/O channels are, but it does present interesting options for an ASP offering.
  • by Arimus (198136) on Friday January 25 2002, @08:16AM (#2900121)
    Cyborg_monkey
    > what's a server?

    A person who if you don't tip them when you leave the restraunt the next time you visit will spill soup all over you?

    Or the pile of junk in the corner of the office that makes alot of noise, has various people standing over it and muttering dire curse relating to bill gates and all in the computer industry (assuming os = Windows) or in the case of linux... now where did I leave that boot stone-slate as its so rarley needed...
    [ Parent ]
  • by OSgod (323974) on Friday January 25 2002, @08:31AM (#2900187)
    but I doubt Bill is. The losers in this are: professional Unix developers and companies that pay their bills by sellign Unix proprietary software.

    Eventually it may affect Bill -- after it's killed proprietary Unix development.
    [ Parent ]
  • Re:A step in the right direction... (Score:5, Informative)

    by Amarok.Org (514102) on Friday January 25 2002, @08:51AM (#2900254)
    Granted, the mainframe has a good architecture. But why should my company spend $400,000 for a Linux mainframe, when we could run Linux faster on a $2,000 PC server?

    Architecture is the key. What's the difference between a 120 MIPS mainframe and 3000 MIPS desktop, and why is the 120 MIPS mainframe faster in mainframe type applications?

    Architecture. Specifically, things like I/O, process handling, etc.
    Don't get me wrong, I'm a strong believer that "desktop" type hardware can compete with the big boys, especially considering the cost diferences and the extra speed, boxes, redundancy, etc that you can buy with all that cash you save. But... there are times when the big mainframe architectures really do have a reason for being.

    Just my $.05 (inflation, you know).

    [ Parent ]
  • by Jeppe Salvesen (101622) on Friday January 25 2002, @08:56AM (#2900275)
    If a $400.000 server has (virtually) no downtime, and the $2000 server has several hours, that could really make a big difference in the balance sheet.

    Not only does downtime mean lost transactions, it could also mean lost customer confidence.

    Also, your $2000 estimate is off. A $2000 pc server, WITH a backup unit?
    [ Parent ]
  • The mainframe CPU is not slow (Score:5, Insightful)

    by bunyip (17018) on Friday January 25 2002, @09:02AM (#2900294)
    MIPS = Meaningless Indicator of Processor Speed

    The mainframe is MIPS per CPU, so the 16-way box is 16*120. Also, 120 MIPS is slow these days for a mainframe.

    Write a simple memory intensive program and try it on a mainframe and try it on a PC. I guarantee that you won't get 3000 MIPS out of a desktop, even if the data fits in cache. Many reasons for this....

    The s390 ISA is definitely CISC, you can copy a whole string with MVCL, that count's as one instruction. Do this on RISC machines and it might take a loop and execute dozens of instructions. Hence "Meaningless ..."

    About 2 years ago I wrote some C code to recursively quicksort 20M random integers and tried it on a bunch of platforms. A mainframe that was about 1 cycle behind fastest available gave me about the same single processor performance as a 1GHz PC, both a little slower than Alpha.

    The big differentiator is memory architecture. How much time do you lose for a cache miss? Most processors only operate at 20-30% of theoretical maximum speed on big problems.

    Memory speed has not kept up, that 2GHz box you dream about is not twice as fast as a 1GHz box, particularly if you're crunching a lot of data.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by seeesesk (543180) on Friday January 25 2002, @09:21AM (#2900371)
    Actually, a 16 processor Z series machine is rated at around 2,700 MIPS (2064-116). In fact each engine has a MIP rating of just under 170 in such a configuration as compared to a one engine machine which gives you 250 MIPS. Putting 16 engines in one box produces quite a bit of MP loss.
    [ Parent ]
  • Reliability (Score:2)

    by wiredog (43288) on Friday January 25 2002, @09:30AM (#2900408) Journal
    That $2000 server will have nowhere near the hardware reliability of the $400,000 mainframe. When the hardware fails on a mainframe it is a dire event, resulting in a team of engineers being put on the next flight out to the customers site.
    [ Parent ]
  • Wrong (Score:4, Insightful)

    by s390 (33540) on Friday January 25 2002, @09:44AM (#2900472) Homepage
    The average 16 processor mainframe is a 120 MIPS machine, whereas the average 1.5 GHz desktop system is a 3000 MIPS machine.

    Mainframes run up to about 200 MIPS per processor and with multi-processor overhead a 16-way zSeries tops out somewhat below 3,000 MIPS. These are mainframe MIPS, not what you get as BogoMIPS out of Linux at boot (AFAIK, this is some quick integer timing loop calculation). There's a reason it's called BogoMIPS, troll.

    IBM has successfully run over 40,000 Linux images on a mainframe (under VM). Try that on your 1.5Ghz desktop. Ever heard of Transactions Per Second (TPS) in four and five figures, I/O rates in GB/sec, multi-terabyte databases, 99.999% uptime for years? That's mainframe territory, and I sincerely doubt that you've ever seen it, or ever will.
    [ Parent ]
    • Re:Wrong by gillbates (Score:2) Friday January 25 2002, @11:10AM
  • Re:A step in the right direction... (Score:1, Interesting)

    by Anonymous Coward on Friday January 25 2002, @10:07AM (#2900576)
    When I worked for VF Corporation (think Lee Jeans, Vanity Fair) we used IBM mainframes for everything: purchasing, accounts, payroll, inventory, etc, etc.

    Why? We needed the reliability. We ran mock disaster drills where we simulated a disaster which destroyed our whole data center. IBM was able to restore the complete operation within six hours by using their own remote, secure fallback site hundreds of miles away, including restoring lost data. We actually tested this many times, pulling the plug on everything in our data center and seeing how long IBM could have us up and running again. It is friggin amazing.

    VF is a multi-billion dollar company with operations on almost every continent. If we lost our data center, we would have been screwed. IBM was worth evey penny for the amazing security which they provoided for our operations.

    [ Parent ]
  • m$ hurt as well (Score:3, Interesting)

    by mangu (126918) on Friday January 25 2002, @10:08AM (#2900579)
    Without Linux, how long would it take for Microsoft to take the whole server market away from Sun? The trend was set when they released two different versions of NT, "workstation" and "server". The fact that they don't have any version called "server" anymore may reflect a reality check they have done, realizing it will not be so easy after all.
    [ Parent ]
  • Re:aimed at Sun (Score:2)

    by Derkec (463377) on Friday January 25 2002, @11:51AM (#2901186)
    Doubt that Sun is sweating bullets. They like Linux since it means that, as you pointed out, shops are filled with cheap linux boxes not cheap MS boxes. The shift from Linux to Solaris isn't that hard. When Sun will get worried is when Linux is really are more solid OS for high end computing, but then Sun will just need to make the switch over. It makes it's money much more on the hardware and 'systems' end of the things than selling a proprietary OS.
    [ Parent ]
  • 18 replies beneath your current threshold.